All Questions
Tagged with gameobject unityscript
3 questions
0
votes
2
answers
1k
views
How do I pause and unpause gameobjects on is own in the scene without pressing keys in unity3d
I can't get my gameobject to pause or unpause in the scene in Unity3d.
I need the game to pause for a couple of seconds maybe longer than unpause
by itself. Here is my script :
...
0
votes
2
answers
2k
views
How to check if an GameObject exists in Unity2D? (Javascript)
Im making an AI that checks if the player exists or not. How do I check if a certain object exists and put it in a boolean variable?
2
votes
2
answers
5k
views
How to apply a script to multiple Objects in Unity?
In Unity, I've almost 200 or more objects. I wish to apply single script to all those objects.
I'm a beginner & learning scripts in Unity.
Edit: At the time of editing the scene itself.