mobfish_cai Posted August 21, 2020 Share Posted August 21, 2020 Sometimes I got this error when doing or after doing a build, when you check loader type, can you at least add if(loader!=null) ? This is probably caused by my scripts which changes loader settings during build or cloud build. This error prevents me from a successfull build some time. [Exception] NullReferenceException: Object reference not set to an instance of an object CustomBuildProcessor.CheckIsBuildingWave() at Library/PackageCache/com.htc.upm.wave.xrsdk@1.0.0/Editor/WaveXRBuildCheck.cs:59 57: foreach (var loader in loaders) 58: { -->59: if (loader.GetType() == typeof(WaveXRLoader)) 60: { 61: return true; CustomBuildProcessor+CustomPostprocessor.OnPostprocessBuild() at Library/PackageCache/com.htc.upm.wave.xrsdk@1.0.0/Editor/WaveXRBuildCheck.cs:86 84: public void OnPostprocessBuild(BuildReport report) 85: { -->86: if (report.summary.platform == BuildTarget.Android && CheckIsBuildingWave()) 87: { 88: DelAndroidManifest(); BuildPipelineInterfaces+<>c__DisplayClass17_0.<OnBuildPostProcess>b__1() at <d7545a46516941d4b2f2dec578cd41ee>:0 BuildPipelineInterfaces.InvokeCallbackInterfacesPair[T1,T2]() at <d7545a46516941d4b2f2dec578cd41ee>:0 Link to comment Share on other sites More sharing options...
Corvus Posted August 21, 2020 Share Posted August 21, 2020 @mobfish_cai Thanks for reporting this issue. We'll see if it can be fixed in the next release. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now