判断UNITY版本号

代码示例:

#if (UNITY_5_3 || UNITY_5_4 || UNITY_5_5 || UNITY_5_6 || UNITY_5_7 || UNITY_5_8 || UNITY_5_9)
using UnityEngine.SceneManagement;
#endif

原文地址:https://www.cnblogs.com/jiahuafu/p/8213345.html