Make buttons clickable on quest.

This commit is contained in:
FlorianSpeicher
2025-05-05 21:31:31 +02:00
parent f9b81dc8ad
commit 9a4274104d

View File

@@ -28,7 +28,7 @@ public class BaseModelSelector : MonoBehaviour
{
GameObject eventSystemGO = new GameObject("EventSystem");
var eventSys = eventSystemGO.AddComponent<EventSystem>();
var inputModule = eventSystemGO.AddComponent<UnityEngine.InputSystem.UI.InputSystemUIInputModule>(); //TODO: wenn Brille nicht klappt das auskommentieren
//var inputModule = eventSystemGO.AddComponent<UnityEngine.InputSystem.UI.InputSystemUIInputModule>();
var MetaInputModule = eventSystemGO.AddComponent<OVRInputModule>();
}