mirror of
https://github.com/Raicuparta/nomai-vr.git
synced 2025-12-11 20:15:08 +01:00
Fix unity explorer ui filter for newer versions
This commit is contained in:
parent
3792769424
commit
389300ed17
@ -17,7 +17,13 @@ namespace NomaiVR.UI
|
||||
{
|
||||
private static bool shouldRenderStarLogos;
|
||||
private static readonly List<Canvas> patchedCanvases = new List<Canvas>();
|
||||
private static readonly string[] ignoredCanvases = { "LoadManagerFadeCanvas", "PauseBackdropCanvas", "Reticule", "ExplorerCanvas" };
|
||||
private static readonly string[] ignoredCanvases =
|
||||
{
|
||||
"LoadManagerFadeCanvas",
|
||||
"PauseBackdropCanvas",
|
||||
"Reticule",
|
||||
"com.sinai.unityexplorer_Root" // Unity Explorer
|
||||
};
|
||||
private readonly List<GameObject> canvasObjectsToHide = new List<GameObject>();
|
||||
private Camera flashbackCamera;
|
||||
private Transform flashbackCameraParent;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user