Drew Wiskus
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Activity overview
Latest activity by Drew Wiskus-
Drew Wiskus commented,
Awesome Neha, thank you! :)
-
Drew Wiskus commented,
Hey Jonathan! Thank you, that was the solution.
-
Drew Wiskus created a post,
Pipeline Enhancement
I would love if I could send my lens to multiple devices at the same time to test quality over a handful of phones. What would be perfect would be a "dev snap marker" that I can quickly create.. co...
-
Drew Wiskus commented,
Are you using Tweens? I noticed a bug with the "From".. or maybe its not a bug cuz thats how "From" works.. fixed the issue using "From/To"
-
Drew Wiskus commented,
Have you tried to apply a Tween? Add the tween package by clicking on the Add New > Help Scripts > Tween Manager Now, go to your jaw object and press "add component" in the inspector and add a "...
-
Drew Wiskus commented,
https://lensstudio.snapchat.com/guides/general/particles/^ There is a 'start particles on event' area in that doc-- I'm just going through it now so I can't be of further help haha
-
Drew Wiskus commented,
First off, I don't think you _need_ scripting for this, but if you're trying to do it just to learn this might help: Also note, I didn't test this code but at least it'll show you one way of doing ...
-
Drew Wiskus created a post,
Hide hint from "LookAroundObjectController"
I can't figure out how to get rid of the "Look Around" hint. I've tried putting this on all of my scene objects print( script .getSceneObject() .getAllComponents() .map(functi...
-
Drew Wiskus created a post,
Using marker to create location-like lens
So I have a poster, when you aim at the poster the lens startsBehavior -> On Marker FoundThen I want to create a 3d scene where you can look around 360-- When I add things to the scene, they don't ...
-
Drew Wiskus commented,
Thanks, thats exactly what I meant.. I knew there was an easier way, thank you