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 الترتيب حسب النشاط الحديث-
You can check the update log to see some changes https://lensstudio.snapchat.com/download/ others you may just have to check the documentation really and double check component names in the inspector.
-
You can check the update log to see some changes https://lensstudio.snapchat.com/download/ others you may just have to check the documentation really and double check component names in the inspector.
-
If you click on the full frame region the screen images are added under, there is a safe render option which will set it to by default keep the screen image inside the safe area.
-
Ah sort of what I guessed... Newer lens studio versions use Images now instead of Sprite Visuals. So you need to change "Component.SpriteVisual" to "Component.Image". Sprites can still be accesse...
-
The lenses used in the video are Snappables. And I meant the Snapchat UI on the phone cannot be changed by Lens Studio.
-
The lenses used in the video are Snappables. And I meant the Snapchat UI on the phone cannot be changed by Lens Studio.
-
Those are called Snappables and that functionality is not available in Lens Studio. There is no way to really hide the phone's UI currently, however it is hidden when recording so if your game is s...
-
Can you share a screenshot of the sceneobject this script is on?
-
It is not possible. You can't do any custom web requests from Snapchat lenses. You can add a keyboard/buttons for the user to enter the score manually or just leave boxes to let the user add it ...
-
You could track device rotation and show an icon to shake it by tilting the phone left & right (so the user will do it right). That would allow you to check for the rotation value changing a lot ra...