
Jonathan Solichin
- Total activity 664
- Last activity
- Member since
- Following 0 users
- Followed by 42 users
- Votes 15
- Subscriptions 274
Comments
Votes on activity by Jonathan Solichin Sort by votes-
Hi Ahmed, Here are two approaches that you might look at to do such drawing Using Mesh Builder like you mentioned: https://support.lensstudio.snapchat.com/hc/en-us/community/posts/115020420083-Cre...
-
Got it, ok will put in the feedback to our team! Thank you :) Jonathan
-
Hey Samuel! To clarify do you mean to find next (e.g. ctrl+g on browser), or to jump to a line? Thank you in advance! Jonathan
-
Hi Jhonnel! By default screen transforms use the Full Frame Region--try using the Live region to prevent this form happening. Let me know if you're still have issues. Thank you! Jonathan
-
Hi Maxime, You can activate an object by setting their enabled value to true rather than false. For example: script.setEnabledTarget.enabled = true; By the way, in case you haven't tried it, Beha...
-
Hi Janraps, That's a cool idea. Indeed you can use the capture render targets to do this. Take a look at this example :) Cheers, Jonathan
-
Thanks El charo! For sure UAEPro, feel free to do so! Excited to see it :)
-
Hi Game Enhancer, You can use the Color Correction post effect to add a look up table to change the color of an image. https://lensstudio.snapchat.com/guides/2d/post-effect/ You can see how you c...
-
Hi Tanay, Can you see the object in the Scene Panel? The Face Occluder object will block out things behind that. Potentially, maybe the normal of the 3D object is flipped. Try using the two-sided ...
-
Hey Nolan, Usman, In the CountdownController, on line 305-310, there is an if block that says if( daysRemaining < 0 ){customUserDate.setFullYear( today.getFullYear() + 1 );daysRemaining = dateDi...