- Home /
BuildFailedException: Incremental Player build failed!
Hi
I used to build in android in ue4 but never had this problems with it the only thing the size was becoming bigger with ue4 so I installed unity but it is having some problems during building.
Please help! :)
Answer by joni171116 · Mar 26 at 12:01 PM
You need to check your Post Processing.
Can you just show me how to go to the settings I am new in Unity?
What does this mean? I'm getting this error too, after upgrading my project to version 2022.1.0b4. I never had any problems building my game in version 2021.2.b13.
Has Unity done something to the 2022 versions which messes up the previous Android build settings?
Answer by Max_Aigner · May 20 at 03:05 PM
So was just having the same issue and wanted to share my solution.
I am using URP and I build the application for both WebGL and Oculus Quest together with a lot of post processing effects.
As the Game should not go too hard on the Quest I decided to add a second UniversalRenderPipelineAsset_Renderer with hardware friendly settings to the UniversalRenderPipelineAsset:
Here I simply disable Post Processing entirely:
and now it works.
Cheers.