Steps to reproduce:
- Create a VR template project
- Enter Play mode
- Observe the console
Actual results:
Getting warning:
Cross scene references are not supported: 'Gaze Snap Volume' in scene SampleScene has an invalid reference to 'XRInteractionManager' in scene DontDestroyOnLoad. This reference will not be saved in the scene.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Unity.Hierarchy.HierarchyViewModel:SetState (System.ReadOnlySpan`1<byte>)
Unity.Hierarchy.Editor.HierarchyWindow:SetViewState (Unity.Hierarchy.HierarchyViewState) (at /Users/bokken/build/output/unity/unity/Modules/HierarchyEditor/Managed/HierarchyWindow.cs:1204)
Unity.Hierarchy.Editor.HierarchyWindow:InitViewState () (at /Users/bokken/build/output/unity/unity/Modules/HierarchyEditor/Managed/HierarchyWindow.cs:595)
Unity.Hierarchy.Editor.HierarchyWindow:CreateGUI () (at /Users/bokken/build/output/unity/unity/Modules/HierarchyEditor/Managed/HierarchyWindow.cs:609)
UnityEditor.GUIView:ProcessEvent (UnityEngine.EntityId,intptr,bool&)
Expected results:
No unexpected warnings in the console
Reproducible with versions:
VR Template v9.2.3
6000.6.0a6 (5c9528587bc8), 6000.6.0b8 (2ada23e432bd), 6000.7.0a4 (7305b6f6fd4f)
Not reproducible with versions:
VR Template v9.2.3
6000.0.81f1 (6238fec1e98f), 6000.3.22f1 (1c726e1fb402), 6000.5.8f1 (5cb7df797b7d), 6000.6.0a5 (e220e6931c38)
Tested on (OS):
MacOS Sequoia 15.7.7
Notes:
This is an editor regression, not template regression. Regressed from: 6000.6.0a6 (5c9528587bc8)