Unity nullreeferenceException: Odniesienie obiektu nie ustawione na instancję obiektu

Possible causes
- object reference was not initialized correctly in code or in the inspector for public/SerializeField variables
- supposed referenced object was destroyed
Wrong Wolf