2. 已经换了好几个版本了,错误无法解决
3.为什么我与老师课程内容里操作完全一样还会报错尼?是不是还需要设置什么。
4.我不想用更低的版本了因为要用到TIMELINE,请老师说下哪个本能兼容
一,
//导入steam vr1.2.3时错误提示有以下两种
Cannot set VR devices because the platform passed isn't supported by Unity.//第一个
Assets/SteamVR/Editor/SteamVR_Settings.cs(76,20): warning CS0618: `UnityEditor.PlayerSettings.defaultIsFullScreen' is obsolete: `defaultIsFullScreen is deprecated, use fullScreenMode instead'//这第二个
错误代码行是:
if (GUILayout.Button(string.Format(useRecommended, recommended_FullscreenMode)))
{
PlayerSettings.d3d11FullscreenMode = recommended_FullscreenMode;
}//提示plasyersettings类已经弃用
二,
//导入VRTK3.3.0时错误提示为:
You are trying to import an asset which contains a global game manager. This is not allowed.
UnityEditorInternal.InternalEditorUtility:ProjectWindowDrag(HierarchyProperty, Boolean)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)