我是Unity和ARCore的新手,我正试图推出ARCore的例子,但我手机上没有任何内容.
我正在使用Unity 2018.2.2f1和ARcore v1.4,但是当我使用之前的版本(2018.2.1f1和1.3)时,我遇到了完全相同的问题.我在Windows 10上运行Unity.
这是我做的:
error CS0619: 'UnityEngine.Network' is obsolete:
[...] error CS0619: 'UnityEngine.Network.player' is obsolete:[...] error CS0619: 'UnityEngine.NetworkPlayer.ipAddress' is obsolete:[...] [...]warning CS0618: 'UnityEditor.Build.IPreprocessBuild' is obsolete: 'Use IPreprocessBuildWithReport instead'[...]所以我IPreprocessBuildWithReport在5个不同的文件上使用" "
https://docs.unity3d.com/ScriptReference/Build.IPreprocessBuildWithReport.OnPreprocessBuild. HTMLwarning CS0618: 'UnityEngine.ScreenOrientation.Unknown' is …