提交 f8fc44b7 编写于 作者: 林新发's avatar 林新发

框架更新

上级 88581d0f
......@@ -22,10 +22,10 @@ public class LogCat : MonoBehaviour
void Update()
{
#if UNITY_EDITOR
#if UNITY_EDITOR || UNITY_STANDALONE
if (Input.GetKeyDown(KeyCode.F4))
#else
if (Input.GetMouseButtonDown(0) && Input.touchCount >= 3)
if (Input.GetMouseButtonDown(0) && Input.touchCount == 4)
#endif
{
m_showLog = !m_showLog;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册