CS0234 compile error c# unity fix scene managment code example
Example: 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;