Hi Unity Community I have just started working on my first project and this error message has come out of the blue. I have tried to fix it myself and have researched it online, but I couldn’t find anyone else with a similar problem.
The Error Message says:
“MissingReferenceException: The variable m_Target of ‘RigidbodyEditor’ doesn’t exist anymore.
You probably need to reassign the m_Target variable of the ‘RigidbodyEditor’ script in the inspector.”
I only have one rigidbody applied to one of my gameobjects so that it has gravity, but the error message still appears even when I have removed that rigidbody from the gameobject. When I double click on the error message it shows me the title of this “Rigidbody Editor (Script)” but I can’t edit the script or make any changes to it at all. I couldn’t even find that script file in my computer. I am currently wondering if I have a problem with my Unity installation and need to reinstall it, but I don’t know if that would count as my second install of my basic iOS license even though it would be on the same computer.
Any help would really be appreciated and thank you in advanced.