UnityMobileInput
Unity Mobile Input Plugin for iOS and Android (Unity UI compatible)
You can use default InputField UI component on iOS and Android without additional field above keyboard
It's deep refactor and bug fix of UnityNativeEdit (https://github.com/kmbang/UnityNativeEdit)
Features
- Native input field and keyboard on iOS and Android
- Hiding additional mobile input box (Android)
- Show "Done", "Clear" buttons (iOS)
- Return button type: Default, Next, Done, Search
How to use
- Copy the files into your existing unity project asset folder
- Make empty Gameobject and attach
Pluginsto your new GameObject - Attach
MobileInputFieldscript to your Unity UIInputFieldobject - For more options set
ContentTypetoCustomto yourInputFieldobject - For
Androidmake sure yourAndroidManifest.xmlhas the following setting
<activity android:name="com.unity3d.player.UnityPlayerNativeActivity" android:label="@string/app_name">
...
<meta-data android:name="unityplayer.ForwardNativeEventsToDalvik" android:value="true" />
...
</activity>- To prevent screen slide up on
Androidwhen keyboard show, add this option to yourAndroidManifest.xml
<activity ... android:windowSoftInputMode="adjustNothing">
...
</activity>Demo
Open Demo scene and build, to try how it works
Example
Etc
JSON library for C# is NiceJson (https://github.com/AngelQuirogaM/NiceJson)

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

