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
-
Thanks for the question @c18e. There are several different ways you can store your content for your AR experiences. When getting started with the templates, many of the Camera Kit templates include the content directly in the Lens project itself A couple of options to explore: * Add content directly into a Lens in Lens…
-
Completely understand this need. We had logged this request in the past and I believe this is planned but we do not have a timeline yet.
-
Hey @"Daniel eXplorins" Just tested this out by adapting MainActivity.kt from the VendorData example and was able to get it to send into the Lens. val launchData = LensesComponent.Lens.LaunchData { putString("Key1", "Val1") putNumber("Key2", 100) putStrings("Key3", "a","b","c","d") putNumbers("Key4", 0,1,2,3,4,5,6,7) }…