ItzJustSamu
Website: https://samu.eu.org/ Any questions? just wanna chat? shoot a dm! Snapchat: ItzJustSamu
- Total activity 1310
- Last activity
- Member since
- Following 2 users
- Followed by 7 users
- Votes 15
- Subscriptions 528
Comments
Recent activity by ItzJustSamu Sort by recent activity-
// @input SceneObject[] items // Arrays are indexed from 0. // Disable everything but the first (0th) item . for (var i = 1; i < script.items.length; i++) { script.items[i].enabled = false; } /...
-
Would this be something your talking about imma put the example project right here just download it I'm going to also put the script down below. https://ucac6455b99a1cf493b0d6851b93.dl.dropboxuserc...
-
I'm guessing your new but in the inspector panel it should say add component in the bottom just click on the script and click the script you made
-
if this is not what you meant then just post a comment and ill try to help you out as much as I can
-
this is the script itself vvvvvvvvv // @input SceneObject[] items // Arrays are indexed from 0. // Disable everything but the first (0th) item . for (var i = 1; i < script.items.length; i++) { sc...
-
I made a little mistake but you'll see just leave value 0 empty and use as many values as you want but 0
-
Download to the example just click the screen and it should repeat the images in sequence https://bit.ly/2xj2BA1
-
There's actually a script for putting objects in sequence on tap so just use that script and just switch it for images it should work the same way
-
// UIColorPicker.js // Version: 0.1.0 // Event: Initialized Event // Description: Choose a color from a color palette and apply it to a Mesh Visual // // ----- USAGE ----- // Attach this script to ...
-
Could I have the download to the project so I could have a look at it and there is a script for the color picker ill out the script down below