- Home /
3d Platform Tutorial Help
I have been following the 3d platform tutorial and it has been working fine up until the end after I set up the first cut scene camera and tried to run the game I get an error that prevents me from running the game. Any Idea's for fixing the Error?
This is the Error message:
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.ListViewShared.HasMouseDown (UnityEditor.InternalListViewState ilvState, Rect r, Int32 button) (at E:/BuildAgent/work/71ca6fec1b41cc30/Editor/Mono/GUI/ListView.cs:569)
UnityEditor.ListViewShared.HasMouseDown (UnityEditor.InternalListViewState ilvState, Rect r) (at E:/BuildAgent/work/71ca6fec1b41cc30/Editor/Mono/GUI/ListView.cs:564)
UnityEditor.ListViewShared+ListViewElementsEnumerator.MoveNext () (at E:/BuildAgent/work/71ca6fec1b41cc30/Editor/Mono/GUI/ListView.cs:757)
UnityEditor.ConsoleWindow.OnGUI () (at E:/BuildAgent/work/71ca6fec1b41cc30/Editor/Mono/ConsoleWindow.cs:422)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
Answer by Myth · Feb 08, 2011 at 04:53 AM
NullReferenceException: Object reference not set to an instance of an object
=> off memory this means that you haven't put an object in a variable (in the inspector)
Your answer
Follow this Question
Related Questions
NullReferenceException on empty project because of ScriptCompilerBase 0 Answers
What is a null reference camera error exception? 2 Answers
NullReferenceException: Object reference not set to an instance of an object 1 Answer
Problem for moving an object with a button 0 Answers
Object reference not set to an instance of an object 1 Answer