채팅 메시지창이 가상 패드가 활성화되어있지 않을 경우, 하단에 배치되도록 수정

This commit is contained in:
Ino 2025-12-19 07:25:24 +09:00
parent b537f305b3
commit 863633bc08
1 changed files with 2 additions and 0 deletions

View File

@ -23,7 +23,9 @@ public class MobileKeyboardHandlerBottomPivot : MonoBehaviour
void OnInputSelected(string text)
{
#if !UNITY_EDITOR
StartCoroutine(MoveInputAboveKeyboard());
#endif
}
void OnInputDeselected(string text)