alttester / alttester/AltTester-Unity-SDK
Auto-create EventSystem if EventSystem.current is null
Open
2.3.0
input module
- Dominant language
- C#
- Stars
- 121
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.