Olha
- Total activity 387
- Last activity
- Member since
- Following 0 users
- Followed by 26 users
- Votes 56
- Subscriptions 139
Comments
Recent activity by Olha Sort by recent activity-
Hi, @...! Please check if you have all the script inputs set with the objects you want to toggle between (like this :) Also The Behavior template has example just like the one you're describing Be...
-
Hi, Biocaster It looks like it is caused by the fact that body tracking tracking resets onTap. To avoid this you could enable touch blocking It could be done with Behavior script (it should be in t...
-
Love this!
-
Hi, @... try splitting first line of code into two : var delayedEvent = script.createEvent("DelayedCallbackEvent");delayedEvent.bind(DestroyBall)
-
Hi, @... Try this : // @input Asset.Material spriteMat// @input int framesPerSecond = 10// @input Asset.Texture[] textures var currentItemIndex = 0;var count = 0;var delta = 1.0/script.framesPerSec...
-
Hi, Blake Gross Unfortunately Lens Studio does not allow you to run scripts in editor. Maybe the solution would be to create some objects in 3D editor (Blender or Maya) using their tools and then ...
-
Hi,k540076 ! Are you talking about the Behavior Script custom triggers? If yes, you can open the Visual Scripting template and find there two useful helper scripts You can drag them from the Re...
-
hi, @...! Unfortunately the is no picture added. Do you mind sending your code or explain what are you trying to print out? If you are assigning some script to the scene object with Head Binding ...
-
Hi, @... Do you mean an .lso file? If yes - just drag the file from your file explorer (Finder) into the Lens Studio Objects panel Best Olha
-
Hi, madeka! Thank you! This example project is using much simplified collision detection that supports only sphere colliders. You could approximate face with 1 or a couple spheres. Or another way -...