├── .gitignore ├── Assets ├── Google Play License Verification.meta ├── Google Play License Verification │ ├── LVL_Example.meta │ ├── LVL_Example │ │ ├── CheckLVLButton.cs │ │ ├── CheckLVLButton.cs.meta │ │ ├── LVL_Example.unity │ │ └── LVL_Example.unity.meta │ ├── LicenseVerification.meta │ └── LicenseVerification │ │ ├── JavaSource.meta │ │ ├── JavaSource │ │ ├── AndroidManifest.xml │ │ ├── AndroidManifest.xml.meta │ │ ├── build.xml │ │ ├── build.xml.meta │ │ ├── proguard-project.txt │ │ ├── proguard-project.txt.meta │ │ ├── project.properties │ │ ├── project.properties.meta │ │ ├── src.meta │ │ └── src │ │ │ ├── com.meta │ │ │ └── com │ │ │ ├── unity3d.meta │ │ │ └── unity3d │ │ │ ├── plugin.meta │ │ │ └── plugin │ │ │ ├── lvl.meta │ │ │ └── lvl │ │ │ ├── ServiceBinder.java │ │ │ └── ServiceBinder.java.meta │ │ ├── RSA.cs │ │ ├── RSA.cs.meta │ │ ├── classes_jar.txt │ │ └── classes_jar.txt.meta ├── Plugins.meta └── Plugins │ ├── Android.meta │ └── Android │ └── GooglePlayLicenseVerification │ ├── AndroidManifest.xml │ └── project.properties ├── LICENSE.txt ├── ProjectSettings ├── AudioManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── InputManager.asset ├── NavMeshLayers.asset ├── NetworkManager.asset ├── ProjectSettings.asset ├── QualitySettings.asset ├── TagManager.asset └── TimeManager.asset └── README.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/.gitignore -------------------------------------------------------------------------------- /Assets/Google Play License Verification.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 823db3b28a43d4441a75bccdda0716e5 3 | -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LVL_Example.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 18c7a5de2cd86431ea6c80cd73cf494b 3 | -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LVL_Example/CheckLVLButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/Assets/Google Play License Verification/LVL_Example/CheckLVLButton.cs -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LVL_Example/CheckLVLButton.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/Assets/Google Play License Verification/LVL_Example/CheckLVLButton.cs.meta -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LVL_Example/LVL_Example.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/Assets/Google Play License Verification/LVL_Example/LVL_Example.unity -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LVL_Example/LVL_Example.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 77e46cb014a084478be5ec8022dbbfb4 3 | -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LicenseVerification.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b18472991819c4d46acdb91432d0bee3 3 | -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LicenseVerification/JavaSource.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 44fa479091879407c8b0e8eb8905fc5d 3 | -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LicenseVerification/JavaSource/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/Assets/Google Play License Verification/LicenseVerification/JavaSource/AndroidManifest.xml -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LicenseVerification/JavaSource/AndroidManifest.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 34f046d68d7e04493b444d96564690b6 3 | -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LicenseVerification/JavaSource/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/Assets/Google Play License Verification/LicenseVerification/JavaSource/build.xml -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LicenseVerification/JavaSource/build.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c6d9c50cc9c8f456f80d5da6c5655ae4 3 | -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LicenseVerification/JavaSource/proguard-project.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/Assets/Google Play License Verification/LicenseVerification/JavaSource/proguard-project.txt -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LicenseVerification/JavaSource/proguard-project.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a05d7bd2ff1c34808a3005233d97a14e 3 | -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LicenseVerification/JavaSource/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/Assets/Google Play License Verification/LicenseVerification/JavaSource/project.properties -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LicenseVerification/JavaSource/project.properties.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7bda734d65a184312907e33866395b22 3 | -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LicenseVerification/JavaSource/src.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 034b9ba0ea9cc48b69598e74adb143de 3 | -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LicenseVerification/JavaSource/src/com.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e3fd7a7293094997bc6567427d46820 3 | -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LicenseVerification/JavaSource/src/com/unity3d.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d84254d705524f1a8db7c0393d1a1d3 3 | -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LicenseVerification/JavaSource/src/com/unity3d/plugin.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c70df17d4feb4911b58393c97d03417 3 | -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LicenseVerification/JavaSource/src/com/unity3d/plugin/lvl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7cadddd08054849509c844246a3ad857 3 | -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LicenseVerification/JavaSource/src/com/unity3d/plugin/lvl/ServiceBinder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/Assets/Google Play License Verification/LicenseVerification/JavaSource/src/com/unity3d/plugin/lvl/ServiceBinder.java -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LicenseVerification/JavaSource/src/com/unity3d/plugin/lvl/ServiceBinder.java.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 49bec002661f24a2991cb359f9facfca 3 | -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LicenseVerification/RSA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/Assets/Google Play License Verification/LicenseVerification/RSA.cs -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LicenseVerification/RSA.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/Assets/Google Play License Verification/LicenseVerification/RSA.cs.meta -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LicenseVerification/classes_jar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/Assets/Google Play License Verification/LicenseVerification/classes_jar.txt -------------------------------------------------------------------------------- /Assets/Google Play License Verification/LicenseVerification/classes_jar.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f12e4552e3edb48cf9878d51457decc6 3 | -------------------------------------------------------------------------------- /Assets/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3e12cfc3251a43718bc59752dac5c44 3 | -------------------------------------------------------------------------------- /Assets/Plugins/Android.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a3445966190341288bccfc010d4c3d3 3 | -------------------------------------------------------------------------------- /Assets/Plugins/Android/GooglePlayLicenseVerification/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/Assets/Plugins/Android/GooglePlayLicenseVerification/AndroidManifest.xml -------------------------------------------------------------------------------- /Assets/Plugins/Android/GooglePlayLicenseVerification/project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/Assets/Plugins/Android/GooglePlayLicenseVerification/project.properties -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshLayers.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/ProjectSettings/NavMeshLayers.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GooglePlayLicenseVerification/HEAD/README.txt --------------------------------------------------------------------------------