Error:
MissingReferenceException: The object of type 'Transform' has been destroyed but you are still trying to access it.
Your script should either check if it is null or you should not destroy the object.
UnityEngine.Transform.get_position () (at C:/BuildAgent/work/812c4f5049264fad/Runtime/ExportGenerated/Editor/UnityEngineTransform.cs:19)
ZombieMovement.Update () (at Assets/Scripts/Zombie/ZombieMovement.cs:22)
Fehlerbeschreibung:
beim mehrfach-klicken auf ne Box crashed das Game und oben genannter Bug tritt auf
Error: MissingReferenceException: The object of type 'Transform' has been destroyed but you are still trying to access it. Your script should either check if it is null or you should not destroy the object. UnityEngine.Transform.get_position () (at C:/BuildAgent/work/812c4f5049264fad/Runtime/ExportGenerated/Editor/UnityEngineTransform.cs:19) ZombieMovement.Update () (at Assets/Scripts/Zombie/ZombieMovement.cs:22)
Fehlerbeschreibung: beim mehrfach-klicken auf ne Box crashed das Game und oben genannter Bug tritt auf