Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

CS0234 compile error c# unity fix scene managment

// 	When using C# scenemanagement with unityengine/editor make sure you spell
//scene management correctly if you get a error on Unity

//etc..
using UnityEngine;
using UnityEngine.SceneManagement;
 
PREVIOUS NEXT
Tagged: #compile #error #unity #fix #scene #managment
ADD COMMENT
Topic
Name
2+7 =