Giant_Beast_2025/Config/VisionOS/VisionOSEngine.ini
2025-04-14 21:38:19 +03:00

12 lines
376 B
INI

[/Script/Engine.RendererSettings]
// These settings are currently required for all visionOS projects.
vr.InstancedStereo=False
vr.MobileMultiView=False
xr.OpenXRAcquireMode=1
//Enable these settings for .mixed immesion mode, aka passthrough, AR.
//You will also need to edit UESwift.swift
//r.Mobile.PropagateAlpha=1
//r.PostProcessing.PropagateAlpha=1
//r.AlphaInvertPass=1