/UnityBasicGrid

Basic parts for making a grid based game. RTS camera, Grid, Placable objects, Basic pathfinding.

Primary LanguageC#

UnityBasicGrid Unity Project

Basic parts for making a grid based game. RTS camera, Grid, Placeable objects, Basic pathfinding.

To do:

  • Basic grid object
  • RTS camara
  • Basic pathfinding
  • Placeable objects
  • Remove existing buildings
  • User friendly options
  • Fixing preformance issues with bigger grids (1000 x 1000)

Images

Two white buildings placed in the grid. And one moveable red unit.

alt text

All the nodes in the grid visable in the editor. The red ones are occupied, the grey nodes are free.

alt text

The red unit has been moved, the black boxes in the grid shows the path that the unit has to walk.

alt text