We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7feced commit 103024aCopy full SHA for 103024a
1 file changed
release/NativeEditPlugin/scripts/NativeEditBox.cs
@@ -156,7 +156,7 @@ IEnumerator InitializeAtEndOfFrame()
156
yield return new WaitForEndOfFrame();
157
158
this.PrepareNativeEdit();
159
- #if (UNITY_IPHONE || UNITY_ANDROID) &&!UNITY_EDITOR
+ #if (UNITY_IPHONE || UNITY_ANDROID) && !UNITY_EDITOR
160
this.CreateNativeEdit();
161
this.SetTextNative(this.objUnityText.text);
162
@@ -387,7 +387,7 @@ void ForceSendKeydown_Android(string key)
387
388
void UpdateForceKeyeventForAndroid()
389
{
390
- #if UNITY_ANDROID &&!UNITY_EDITOR
+ #if UNITY_ANDROID && !UNITY_EDITOR
391
392
if (Input.anyKeyDown)
393
0 commit comments