alttester / alttester/AltTester-Unity-SDK
Auto-create EventSystem if EventSystem.current is null
Aperta
2.3.0
input module
- Lingua principale
- C#
- Stelle
- 121
- Fork
- 24
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
To prevent UI interactions (clicks, etc.) from failing, we need to ensure an EventSystem is always present in the scene.
If EventSystem.current is null on scene load, a new GameObject should be automatically created and populated with:
- EventSystem component
- StandaloneInputModule (or a relevant input module) component
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.