alttester / alttester/AltTester-Unity-SDK
Auto-create EventSystem if EventSystem.current is null
Đang mở
2.3.0
input module
- Ngôn ngữ chính
- C#
- Star
- 121
- Fork
- 24
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.