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 はまだ評価されていません。