alttester / alttester/AltTester-Unity-SDK
Auto-create EventSystem if EventSystem.current is null
未關閉
2.3.0
input module
- 主要語言
- C#
- 星號
- 121
- 分支
- 24
- PR 合併指標
- 30 天內沒有已合併 PR
描述
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
貢獻指南
評估
這個 Issue 還沒有評估資料。