
Temporary workaround: create a branch in the sourcecontrol (git) and applied the change manually (ProjectSettings.asset, preserveFramebufferAlpha:1) then start a Cloud Build for this branch when an iOS build is needed. However, it doesn't seem to be triggered using Unity Cloud Build when targeting iOS. :OnActiveBuildTargetChanged(BuildTarget, BuildTarget) (at C:/buildslave/unity/build/Editor/Mono/BuildPipeline/BuildPipelineInterfaces.cs:412) PlatformChangeObserver:OnActiveBuildTargetChanged(BuildTarget, BuildTarget)

Vuforia Engine: Automatically enabled "Render Over Native UI" in Player Settings when switching to iOS because of known performance issues on ARKit-enabled devices without this setting.

Set the Bundle Identifier to match the identifier name you have used in your Apple Developer Program account. In the Identification section, check the Override Default Bundle Identifier option.

If I switch from Android to iOS, the Render Over Native UI is automatically set thank to this script Make sure iOS is the selected platform, and click on the Player Settings button. Im trying to build in iOS with vuforia support, but I get the next errors:Ģ8: -CompilerOutput:-stdout-exitcode: 1-compilationhadfailure: True-outfile: Temp/VuforiaScripts.dll 29: Assets/Vuforia/Scripts/DefaultModelRecoEventHandler.cs(18,60): error CS0246: The type or namespace name 'IObjectRecoEventHandler' could not be found (are you missing a using directive or an assembly reference?) 30: Assets/Vuforia/Scripts/DefaultModelRecoEventHandler.cs(266,71): error CS0426: The type name 'ModelRecoSearchResult' does not exist in the type 'TargetFinder' 31: Assets/Vuforia/Scripts/DefaultModelRecoEventHandler.cs(32,15): error CS0246: The type or namespace name 'ModelRecoBehaviour' could not be found (are you missing a using directive or an assembly reference?) 32: Assets/Vuforia/Scripts/DefaultModelRecoEventHandler.cs(18,60): error CS0246: The type or namespace name 'IObjectRecoEventHandler' could not be found (are you missing a using directive or an assembly reference?) 33: Assets/Vuforia/Scripts/DefaultModelRecoEventHandler.cs(266,71): error CS0426: The type name 'ModelRecoSearchResult' does not exist in the type 'TargetFinder' 34: Assets/Vuforia/Scripts/DefaultModelRecoEventHandler.On my computer with Unity 2019.2.9f1 and Vuforia 8.5.9
