Make AR Button working on quest

This commit is contained in:
FlorianSpeicher
2025-07-01 22:33:37 +02:00
parent 9310453b25
commit da4f830c54

View File

@@ -10,7 +10,7 @@ namespace UI
void Start()
{
//gameObject.GetComponent<Button>().onClick.AddListener(TogglePassthrough);
gameObject.GetComponent<Button>().onClick.AddListener(TogglePassthrough);
passthroughLayer.enabled = true;
}