- Home /
m_Target variable missing
MissingReferenceException: The variable m_Target of 'BoxColliderEditor' doesn't exist anymore. You probably need to reassign the m_Target variable of the 'BoxColliderEditor' script in the inspector. UnityEditor.BoxColliderEditor.OnEnable () (at C:/BuildAgent/work/842f9557127e852/Editor/Mono/Inspector/BoxColliderEditor.cs:22)
I am recieveing this error I just deleted the default 3rd person controllre model and I am using a custom 3ds model and it compiles for the native editor game screen, but the game wont compile and build for other platforms. When i double click the error, it takes me to my charactercontroller script which has no reference to m_Target at all
Answer by roamcel · Feb 05, 2012 at 08:00 AM
m_Target is an internal variable, and by all means you should not be receiving that error. It's clearly related to a box collider, so for a test, I would create a new scene and try to replicate, this time -deleting- all box colliders on the scene progressively, to try and understand which one is causing issues.
Your answer

Follow this Question
Related Questions
A node in a childnode? 1 Answer
Login error with prime31 0 Answers
Quick Blender to Unity Question 3 Answers
Camera's wont change 2 Answers
Unity 4.0 Crashes without reason 1 Answer