-
MY FIRST LENS !!!
Made my first lens today, I was super exited trying lens studio and made a basic party lens. I know its not a great one but its still work in progress. Stay tuned for more.
-
[Tutorial] Stopwatch / Custom Countdown Timer
Hi, Below is a simple script that dynamically updates a Screen Text with a countdown timer. 1) Text component to update 2) Time (in seconds) //@input Component.Text myText//@input int time {"label":"Time", "min":0, "max":9999, "step":1}var startTime = 0;var countdownTime = 0;var countdownInterval = null;function…
-
[SOLVED] How to FIX "Project was not loaded! Unknown error" 🔴
You might come across such an error [Project was not loaded! Unknown error], and no matter what you do, your project just won't open. I have found a cool way to fix your project without much hassle. I am going to use my corrupt project as an example. After opening it shows like this.…
-
new garment update contains no PSD file
hi all, I've been trying out the new garment replacement functions. in the documents there is a template download that is suppose to contain a PSD file. But i can't find it in the Download here is a link that is provided in the docs.…
-
How to create a Virtual Try On Lense using the "Image Upload Feature"
Hi, I came across a recent Virtual Try On Dress Lens ( https://t.snapchat.com/VTpLS4mBhttps://www.snapchat.com/add/disguisecostume) How can I make this feature available at my end? I know how to create the Lens for Fitting the body correctly when the camera is on. But I don't know how to get the feature for a user to…
-
How to create a Virtual Try On Lense using the "Image Upload Feature"
Hi, I came across a recent Virtual Try On Dress Lens ( https://t.snapchat.com/VTpLS4mBhttps://www.snapchat.com/add/disguisecostume) How can I make this feature available at my end? I know how to create the Lens for Fitting the body correctly when the camera is on. But I don't know how to get the feature for a user to…
-
Gestures to Hat1 or Hat2 or Hat off
Could you please point me to some tutorial or template were I can investigate how to make gestures to change my face image texture (hat)?
-
How to fix the drawPath script in "Spectacles Path" template
Hi there! I'd like to create an experience of spawning numerous objects along the generated forward path. I came across this Spectacles Path template and guide and provide a good starting point. I downloaded the finished project and when I run it to check it out, it seems like the elements are not reacting and following…