YousicianGit / UnityNativeEdit

Unity Native Input Plugin for both iOS and Android (Unity UI compatible)
44 stars 13 forks source link

Add masked text support to Native Edit plugin [Android Only] #72

Closed dogramacigokhan closed 5 years ago

dogramacigokhan commented 5 years ago

This PR adds support for masked texts using input-mask library for Android: https://github.com/RedMadRobot/input-mask-android, iOS support can also be added in future using the iOS version of the same plugin: https://github.com/RedMadRobot/input-mask-ios.