All Questions
Tagged with gameobject javascript
5
questions
0
votes
1
answer
169
views
A logic error. canvas: balls physics, bounce
Hi I was making a program that simulate a bunch of balls bouncing, but the problem is some balls got stuck to the floor. Since it's a logic error, it is kind of difficult to find. Can someone help, I ...
0
votes
1
answer
63
views
Tree of objects in 2D space - children relative to parent
Question
How do we track the position of child objects, relative to a parent?
Context
I have a simple structure that keeps track of a point in space, along with zero or more children:
...
3
votes
1
answer
9k
views
How to remove a component of an object in a script?
I want to remove a Sphere Mesh Renderer component from a certain gameobject. I want to do this in a script. How do I do it? I do not want to destroy the sphere itself, just the component
3
votes
4
answers
4k
views
How to enter a level when touching an object
I am working on a project in Unity 4.6.1f1 and I was wondering how can I make a cube touch another cube to go to the next level (the image below)?
!
EDIT: I made a script and put it on the purple ...
0
votes
1
answer
18k
views
How to enable/ disable GameObject
I have child object with ParticleSystem component.
I want to have particles disabled until I press button.
I unchecked child object to make it disabled but when I press play it enables automatically(...