This commit is contained in:
2023-09-27 23:15:38 +02:00
parent 1ffd2ab270
commit abed81bb35
6 changed files with 21 additions and 41 deletions

View File

@@ -4,7 +4,9 @@ using UnityEngine;
public class ControllerHandler : MonoBehaviour
{
[SerializeField]private bool connected = false;
//if controller movement is detected hide the cursor and and spawn a ui object to act as a cursor for controller
[SerializeField] private bool connected = false;
public string[] controllers;
private IEnumerator detectControllers(){