A tank game i made for a Local-Co-op project. I think it turned out really nice and its a great showcase of what I learnt in 1 year. It was also my first use of the new input system in Unity.

I learnt billboarding in this project.

   void Start()

   {

       mainCamera = Camera.main;

   }

   void LateUpdate()

   {

       transform.LookAt(transform.position + mainCamera.transform.rotation * Vector3.forward,mainCamera.transform.rotation * Vector3.up);

   }


Published 15 hours ago
StatusReleased
PlatformsHTML5
AuthorJerTheMeme
GenreStrategy
Made withUnity
TagsLocal Co-Op

Leave a comment

Log in with itch.io to leave a comment.