modelsbymike3d
- Total activity 710
- Last activity
- Member since
- Following 0 users
- Followed by 18 users
- Votes 52
- Subscriptions 285
Comments
Recent activity by modelsbymike3d Sort by recent activity-
There is not a global reset function. If you need to reset the lens, you need to do so via scripting. It sounds like your tap to change script isn't resetting the count if you go too high. I have a...
-
Looks eerily familiar...https://arbootcamp.com/snapchat-intermediate/time-warp But I like it!
-
I don't see a "PlayingFramesCount" method on that page but I do see a "getCurrentPlayingFrame" one that sounds like what you need.
-
In the Objects Panel, select the scene object that has the script attached to it. Over in the Inspector Panel, make sure all the input properties for the script have something selected. It's possib...
-
Super helpful tip, thanks!
-
And what is the rejection message? If the cross-eyed image is used as the preview then that may be why it is being rejected.
-
Within Lens Studio there is a button in the Preview Panel to take a screenshot. Alternatively you can push the test version of the lens to your device to produce a screenshot that way. Also need th...
-
For the imported elements I would double check render targets and layers; I'm not sure how everything is set up in the template. If you want to do your own background replacement, you can use the p...
-
A screenshot of the lens and the exact rejection message would be helpful.
-
After importing the script, you’ll need to select inputs for all the script properties. https://lensstudio.snapchat.com/guides/scripting/scripting-overview/ You can refer back to the original proj...