Heads up! We're sunsetting this forum to streamline our community space.
join us on Discord for support, updates, and all things Snap AR! See you there!
join us on Discord for support, updates, and all things Snap AR! See you there!
Comments
-
Perfect, just this logic in the iOS en Android projects yesterday. Can create a PR if needed.
-
Ok managed to solve this one: In your Android project, go to unityLibrary/manifests/AndroidManifest.xml and remove the LAUNCHER intent from <intent-filter> So it looks like this: <intent-filter> <action android:name="android.intent.action.MAIN" /> </intent-filter> Could this be added to the readme or is this something that…
-
Are you using the rendering behind unity method for invoking camera kit? What happens if you render it fullscreen?
-
This update came at the perfect time! I'm currently developing an app with it. How can we contribute to this? Do you accept pull requests?
-
This works for me In MainUnityActivity, change the following before camkitApiToken: val context = applicationContext val ai = context!!.packageManager.getApplicationInfo( context.packageName, PackageManager.GET_META_DATA) val metadata = ai.metaData!! val camkitApiToken = metadata.getString("com.snap.camerakit.api.token")
-
Firstly, on the positive side: * The quality and the reliability of all the lenses is amazing! * Creating and submiting lenses through lens studio is intuitive * The example repository that almost works completely out of the box has been very helpful * The example repository containing various examples such as the custom…
-
Awesome, thanks for the clean solution, saved me some time aswell!
-
Great, thanks for the clarification!
-
Thanks for your reply @stevenxu . I think most developers will look in the readme file first (at least I was looking there). If the latest supported lens studio could be mentioned in there that would be great!
-
Ok I just found the lens studio support list in the changelog. That took me a long time :')
-
@Roy Thanks for your response! I cannot find seem to find what is the latest supported version of Lens Studio for Snapkit release 1.19.2. Is it somewhere in the docs? Lens studio 4.19 is working for me when I directly upload the baseball cap template. Going to try some more versions later
-
I am also having issues with custom lenses not showing up in lens groups. The test lenses are appearing in the groups. Info SnapKit Release 1.19.2 Lens Studio 4.40.0 Android build environment What is interesting is that in the dashboard's Lens Groups the 'Min SDK Version' of the custom lens is 'Unknown', probably…