Hi everyone!
Two errors I am confused about:
-
When I spawn in my players, my first player is “Player 0” but subsequent players have random ID’s (ex - my last game’s ID was “1260519401”). Is this a big deal, or should I be fixing something?
-
When I destroy the base, the proper “Game Over” UI pops up to disable my commands, but the tanks remain. Where is the line of code that is suppose to destroy them? Should I be adding a “NetworkServer.Destroy(gameObject);” command for when health reaches zero for an object?
Cheers!
Steve