Unity Biometric Authentication Plugin
Give biometrics to your Unity app.
You can use iOS Touch ID and Face ID.
You can use Android fingerprint(android8 or lower) and biometoric (android9 or higher).
Support versions
Unity 2019.4.0f or higher
Android 5.1 or higher
iOS 8.0 or higher
Installation guide
Download the .unitypackage and import it into your project.
How to Use
Add code like the following to your script.
If you don't know, please refer to JBiometricSampleScene.
How to Use With cusom dialog
Add dialog component to your project.
Add code like the following to your script.
And add cancel to your script
How to use other than Unity 2019.4.x.
1. Delete "Assets/Plugins/Android/mainTemplate.gradle".
2. Open "Project Settings" and check "Custom Gradle Template" in "Publisshing Settings".
3. Open "Assets/Plugins/Android/mainTemplate.gradle" with a text editor and make the following edits.
How to use Unity 2020.
1. Delete "Assets/Plugins/Android/mainTemplate.gradle".
2. Open "Project Settings" and check "Custom Main Gradle Template" and "custom Gradle Properties Template" in "Publisshing Settings".
3. Open "Assets/Plugins/Android/mainTemplate.gradle" with a text editor and make the following edits.
4. Open "Assets/Plugins/Android/gradleTemplate.properties" with a text editor and make the following edits.
Download From Unity Assets Store
https://assetstore.unity.com/packages/tools/integration/jbiometric-for-android-ios-179342
Support
jeluru2@gmail.com
Copyright © Jeluru 2023