Giter VIP home page Giter VIP logo

unitynativeedit's Introduction

UnityNativeEdit v1.0

Unity Native Input Plugin for both iOS and Android (Unity UI InputField compatible). This means you don't need a separate 'Unity' Input box and you can use all native text functions such as Select, Copy and Paste

Usage

  1. Simply copy the files in release/NativeEditPlugin into your existing unity project asset folder.
  2. Make empty Gameobject and attach PluginMsgHandler to your new GameObject
  3. Attach NativeEditBox script to your UnityUI InputFieldobject.
  4. Build and run on your android or ios device!

Etc

  1. NativeEditBox will work with delegate defined in your Unity UI InputField, On Value Change and End Edit
  2. It's open source and free to use/redistribute!
  3. Please refer to demo Unity project.

Building the Android plugin

If you want to tinker with the project yourself you need to build the Android project again in AndroidStudio (for iOS you can just modify the Objective-C code and it will get built at the same time as the Unity project).

  1. Open the src/androidProj directory in AndroidStudio.
  2. Select View -> Tool Windows -> Gradle in AndroidStudio.
  3. In Gradle run the :nativeeditplugin -> other -> makeJar task.
  4. It's a bit confusing but the task seems to generate .aar files (even though it was called makeJar, not sure what's up with that) in the src/androidProj/nativeeditplugin/build/outputs/aar directory.
  5. To test in the demo Unity project copy the nativeeditplugin-release.aar file (from the output directory) to the release\NativeEditPlugin\Plugins\Android directory. This file is symlinked to the Unity demo project.

unitynativeedit's People

Contributors

christian-ys avatar daniel-ys avatar hemaolle avatar indeego avatar jjlehtinen avatar kmbang avatar nezz avatar nunopinheiro avatar sbergen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.