Unity-Technologies / uaal-example

Other
733 stars 233 forks source link

Updating Unity 2021.3 -> 2022.3 getting "failed to emit precompiled header for bridging header" #101

Open Greken80 opened 5 months ago

Greken80 commented 5 months ago

When building my project with Unity 2022.3.20 i see these changes in UnityFramework.h image (31)

If i revert the changes made in UnityFramework.h then everything works and able to build the project and run it. But i dont think this is correct. How can i solve the "failed to emit precompiled header for bridging header" without reverting the UnityFramework changes that the update to Unity 2022.3 causes?.