python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Unity changing from game object to ui Image
In unity I am fetching a UI image through GameObject.Find() However when I try to change the value of another image component to the result of the game object find I get the error:
Cannot implicitly ...
jeff witcker
Votes: 0
Answers: 1
Can't add generic script to GameObject Unity
My script is called Grid and when i try and drag it into a game object it says "cant add script as script class can't be found. Make sure that there are no compile errors and that the file name a...

GreenNinja
Votes: 0
Answers: 1
transform.Rotate an empty game object in unity
I am trying to make an empty game object which is the path generator rotate when placing a tile left or right.
But somehow it does not rotate the object.
Plz help!
using System.Collections;
using Syst...
Arnaud Girard
Votes: 0
Answers: 1
The gameobject has been destroyed but you are still trying to access it
I am trying to make a unity ad so that when the player loses, he can watch an ad to continue. However, when i change scenes and try to watch the ad again, it shows the gameobject which is the HeartMen...
Jerry
Votes: 0
Answers: 0