Brandon / Apoc
I make lenses for brands: https://scarletsocial.com Snap Lens Network Member Check out my YouTube for some tutorials: https://youtube.com/c/apocthelegend Lens Studio Pro :P
- النشاط الكلي 485
- النشاط الأخير
- عضو منذ
- يتابِع 0 مستخدم
- متابَع من 13 مستخدم
- أصوات 15
- الاشتراكات 223
تعليقات
النشاط الحديث بواسطة Brandon / Apoc الترتيب حسب النشاط الحديث-
The simplest solution would probably be either trying to push an update to it or just publishing it again and deleting this old broken one. Looks like a problem on Snap's end so you'd have to wait ...
-
I unfortunately haven't used this much myself so I can't give a specific guide but you should be able to get more control by building your own particle system using the new VFX editor: https://le...
-
You'd have to dive into the code to add it but you could use a simple AABB setup to detect the collision and prevent moving that way after it hits it. https://lensstudio.snapchat.com/api/classes/Re...
-
This will flip between them constantly and on the script component you can change the interval to slow it down or speed it up //@input SceneObject[] objects//@input float secondsInterval = 0.10//@i...
-
Name can be added when using a text component there is a dynamic text insert button. Clicking this then clicking display name will let you add the user's name into the text. In script you can also ...
-
you should be able to do this with the tween helper script and the tween transform. Here is the guide on tweens: https://lensstudio.snapchat.com/guides/scripting/helper-scripts/tween-manager/
-
You can reimport the animation with only every other frame and/or in the files for the lens look for a folder for that animation you imported. If it was a texture sequence there will be a file call...
-
Replace line 251 with this: var randomIndex = Math.floor(Math.random() * originalObjects.length); This is an error from whoever developed this, Math.random() can return 0 and they subtracted 0.00...
-
A prefab is only an asset which when instantiated could contain a scene object. So you should be importing the objects it creates instead using @input SceneObject
-
You may be able to get close to that using the paper head template: https://lensstudio.snapchat.com/templates/face/paper-head/