ARMeshManager unable to acces XR.ARFoundation #11779
Unanswered
AlmarvDiessen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to create meshes from a real table.
I have tried using the ARMeshManagers as described in the Spatial Mesh Example scene
but ending up at the warning
if (activeSubsystem == null) { Debug.LogWarning($"No active {typeof(XRMeshSubsystem).FullName} is available. Please ensure that a valid loader configuration exists in the XR project settings and that meshing is supported."); }
I cant figure out how to fix that problem. I have tried:
What I am trying to do is to have a simple bal bounce of a created mesh of a real world table
FYI/disclaimer I just started getting into XR this monday. Any guidance and help is very much appreciated!
Update:
Digging around in ARMeshManager.cs I found out the XRMeshSubsystem is not recognized from the ARfoundation Package. is there anyway to fix this by reimporting or anthing?
Beta Was this translation helpful? Give feedback.
All reactions