Make lives work
This commit is contained in:
10
Assets/EventSystemizer.cs
Normal file
10
Assets/EventSystemizer.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.EventSystems;
|
||||
|
||||
public class EventSystemizer : MonoBehaviour
|
||||
{
|
||||
private void Update()
|
||||
{
|
||||
//foreach (EventSystem system in FindObjectsByType<EventSystem>(FindObjectsSortMode.None))
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user