Brackeys / MultiplayerFPS-Tutorial

A video series on making a multiplayer first-person shooter in Unity.
The Unlicense
654 stars 287 forks source link

Fixing error message #19

Open cesarchamorro opened 6 years ago

cesarchamorro commented 6 years ago

This fix error message "Object reference not set to an instance of an object", it used to happen when player re spawn. The problem is most likely that Camera.main is not initialized (this commonly happens).