Fist-Full-of-Shrimp / FFOS-Unity-VR-Template

This is a template project to help launch a project that is ready for VR/AR development right out of the box.
MIT License
7 stars 8 forks source link

I get this error when I try to build the project (FFOSScene) #1

Closed gery closed 2 years ago

gery commented 2 years ago

ScriptableSingleton UnityEngine.XR.Interaction.Toolkit.InteractionLayerSettings already exists. This can happen if there are two copies of the asset or if you query the singleton in a constructor. UnityEditor.BuildPlayerWindow:BuildPlayerAndRun () (at /home/bokken/buildslave/unity/build/Editor/Mono/BuildPlayerWindow.cs:180)

I use unity editor version 2021.3.6f1

TheGreatShelbino commented 2 years ago

Looks like I duplicated the XR Interaction Toolkit on accident. Thanks for pointing this out! Should be fixed now.