Showing posts with label Terrain. Show all posts
Showing posts with label Terrain. Show all posts

Draw grid on the terrain in Unity

How to Draw grid on the terrain in Unity Tutorial

Drawing grid on the terrain is used in lot of game genres – RTS, Simulation, Tower defense, etc. It can be done very easily in Unity.

Destroyable terrain trees in Unity

How to Destroyable terrain trees in Unity Tutorial

To achieve destroyable terrain trees there is a little trick. You have to use trees without colliders and then create colliders dynamically from editor or at the start of runtime.