Example: https://www.youtube.com/watch?v=wWp4hr01Tlk
- Unity version: 2020.3.13f1 (LTS)
$ git clone https://github.com/cyberfrogg/BattleCity-Clone
- Start scene
menu
Thing - MonoBehaviour translator class
Entity - Commonly used class for moveable objects (like tanks, bullets)
Block - Block in scene
BreakableBlock - breakable block, may break
Tank - Tank
Game - MonoBehavior, that contains links to Map, user-UI, LevelChanging classes (static access through Game.Instance)
All methods are documented via visual studio hints and <summary>
- TextMeshPro