You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NullReferenceException: Object reference not set to an instance of an object
UnityLauncherProTools.InitializeProject.SetupProject () (at Assets/Editor/InitializeProject.cs:204)
UnityLauncherProTools.InitializeProject.OnGUI () (at Assets/Editor/InitializeProject.cs:64)
line SceneView.lastActiveSceneView.cameraSettings.easingEnabled = false;
Happens if you dont have scene view visible/open by default.
The text was updated successfully, but these errors were encountered:
NullReferenceException: Object reference not set to an instance of an object
UnityLauncherProTools.InitializeProject.SetupProject () (at Assets/Editor/InitializeProject.cs:204)
UnityLauncherProTools.InitializeProject.OnGUI () (at Assets/Editor/InitializeProject.cs:64)
line
SceneView.lastActiveSceneView.cameraSettings.easingEnabled = false;
Happens if you dont have scene view visible/open by default.
The text was updated successfully, but these errors were encountered: