Posts by d d doe • 53 points
2 posts
-
3
votes1
answer140
viewsQ: how to change the material of an onclick object
I am using unity3d, I have a Prefab of a sphere and another of a cube, with a simple material and I would like to know how I can change the material of these objects by clicking a button on UI.…
-
2
votes1
answer55
viewsQ: How do you stop emitting particulates after a few seconds?
I have a simple code that spawnes particles when the player is stationary on Rigger. But they don’t stop broadcasting and I’d like them to stop right after a few seconds. How can I do that? if…