Grid Builder 2 is a grid based building system which can and are used in many game types including real time strategy, tower defence, simulator, table top, puzzle and many others.
Grid Builder 2 steps up all existing features of Grid Builders grid and building system.
Note: If upgrading from version 1.1.0 to version 1.2.0 in an existing project, please follow this article on what has changed, and how to implement cleanly.
Update 1.3.0 is now available, this will enable the developer to create all grid types right in the editor, with additional lines and points realtime changes for complete visual feedback before runtime.
Update 1.4.0 adds a new way to pick the ‘Building’ to place via a key press.
Update 1.5.0 adds 11 new interfaces to hook into the Grid Builder 2 system.
Easily add your own code on top of Grid Builder 2’s framework using these interfaces
IOnBuildingPlace
IOnBuildingRemove
IOnBuildingMoveStart
IOnBuildingMoveEnd
IOnBuildingSelect
IOnBuildingDeselect
IOnBuildingOver
IOnBuildingExit
IOnBuildingTimerStart