Skip to content

City Sample

Path: Samples/Scenes/city_scene.unity

This is a sample of using a grid that is not aligned to traditional 2D axes, and uses 3D Raycast for collision instead of Unity2D package.

Movement here uses the discrete movement component to move per tile to the target. The target can be moved and the paths will be re-calculated.

Sample