Particles won't spawn over time
Hi
The particles spawn over time scrips doesn't seem to be working at all (ExternalTimeController.js and GlobalTime.js).
I have been following this guide: https://lensstudio.snapchat.com/templates/world/particles/
Step by step, but the particles just keeps spawning immediately.
I'm running the latest Lens studio, and the newest MacOS Mojave.
I want to make some firework that ignites when the user starts recording.
I have linked the project file here: https://globalappsportal-my.sharepoint.com/:f:/g/personal/nui_lauridsen_isobar_com/Ej_b-4rE9CBEmdQ7d9eq7CEBpeSza0ALyr87mlP_KgF4ew?e=WRDmvU
Thank you guys.
Hi Nui Lauridsen,
So you don't want the particles to spawn immediately, you want them to be time based?
You could use a script like this and change the Billboard for effects or another camera:
------------ Project Code-------------
Hi, Nui Lauridsen!
We are going to look into the external time issue.
For now you can use
Thank you guys, this will do!