📜  CS0234 编译错误 c# unity fix 场景管理 - C# 代码示例

📅  最后修改于: 2022-03-11 14:49:19.692000             🧑  作者: Mango

代码示例1
//     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;