alttester / alttester/AltTester-Unity-SDK

Auto-create EventSystem if EventSystem.current is null

未關閉
#1,895 0 則留言 0 個 reaction 已指派 1 人 已被 @RobertPoienar 認領 在 GitHub 檢視
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。