↧
Answer by testure
If you double click on the warning message, it will highlight the game object. After that just look in the inspector to see which component is missing its script.
View ArticleAnswer by TheEmeralDreamer
You can tell which object the monoscript is on by double clicking the error. The object will flash YELLOW in the Project Window. However, each monoscript errormay appear on the same object causing some...
View ArticleAnswer by Turbine
Check the prefabs for missing behaviors. When loading the scene, Unity first loads the game object from a prefab, then creates a specialized copy of it for the scene. So you might have deleted...
View Article