
Jonathan Solichin
- Total activity 676
- Last activity
- Member since
- Following 0 users
- Followed by 41 users
- Votes 15
- Subscriptions 280
Comments
Votes on activity by Jonathan Solichin Sort by votes-
Hi Yajan! Hmm that seems to work for me. Make sure you're not disabling the controller itself! Also in case you haven't seen it yet, take a look at the https://lensstudio.snapchat.com/templates/in...
-
Thanks for the information everyone! Do you mind sharing your information to help us debug this issue? If you can let us know what webcam they are using, and even better if you can share with us th...
-
Hi Luis! Thank you for the feedback and the detailed insight! I'm not sure if you've gotten the chance to check it out yet, but Lens Studio 3.4 is now available with 3D Body tracking! In addition t...
-
Hi Travis! Correct--make sure you have capitalization right as well: Component.Image and that the script is on an object which has an Image Component on it! Cheers, Jonathan
-
Hi Travis! Correct--make sure you have capitalization right as well: Component.Image and that the script is on an object which has an Image Component on it! Cheers, Jonathan
-
Hi Luis, Check out the FBX here. Can't wait to see what you come up with :) Thank you, Jonathan
-
Hi Customer, When you double click the graph material in the Resources panel, it doesn't open it in the Graph editor? Can you share your computer specification please? Thank you, Jonathan
-
Amazing, thanks for the follow up Brendan!
-
Hi Brendan, You can use a script like this to kick off the tween. Notice that the call to play tween has the callback (last parameter) to call itself again to start it over. Cheers! Jonathan // @in...
-
Hi Brendan! Lens is looking cool! If you are ok with a linear interpolation, you likely don't even need Tween Manager: var original = new vec2(0, .2);var target = new vec2(0, .6);var nextValue =...