Local Co-op Tank Game
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 |
Status | Released |
Platforms | HTML5 |
Author | JerTheMeme |
Genre | Strategy |
Made with | Unity |
Tags | Local Co-Op |
Leave a comment
Log in with itch.io to leave a comment.