Skip to content

Commit 99d5c9e

Browse files
authored
Update README.md
1 parent 7dec5e3 commit 99d5c9e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
11
# UnityNativeEditBox
22

33
A native implementation of UITextField on iOS and EditText on Android for Unity.
4-
Works with Unitys InputField.
4+
Works with TextMesh Pro.
55

66
## Installation
77
1. Copy the Plugins folder to your Assets folder.
8-
2. Add NativeEditBox to your InputField component.
8+
2. Add NativeEditBox to your TMP InputField component.
99
3. Done!
1010

1111
## Usage
12-
- Use the delegates on NativeEditBox for user information.
12+
- Use the delegates on NativeEditBox for events.
1313

1414
- Use the static rect KeyboardArea on NativeEditBox for information about the keyboard.
1515
If the rect is zero, then the keyboard is hidden.
1616

1717
## Known issues
1818
- The NativeEditBox is always on top of Unity, nothing will be rendered over it.
1919

20-
- "For Unity 5.6 or newer, you also need to modify android:name from com.unity3d.player.UnityPlayerActivity to com.unityextensions.nativeeditbox.CUnityPlayerActivity. This custom activity implementation will adjust Unity's SurfaceView z order."
21-
(Thanks @KojiNakamaru)
22-
2320
## Tips
2421
- Use DestroyNative() to destroy the native version and show Unitys InputField instead.
2522

@@ -33,4 +30,4 @@ https://github.com/indeego/UnityNativeEdit
3330

3431

3532

36-
Tested with Unity 5.5.0, 5.6.0, 5.6.1, 5.6.2p4
33+
Tested with Unity 2022.3.26f

0 commit comments

Comments
 (0)