Hi just wondering if other get warning sings in unity? Everything works but I get this warnings and when I for example click I at the warning field Player.shootsound I jumb right into the Player.cs and into the line " [SerializeField] AudioClip shootSound;"
Hi Gummirk,
These are harmless warnings, probably caused by a bug in Unity. Double click on each message in your Console, and add = default;
behind the respective variable declaration.
Did this help?
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.