|
Hi there! I am kinda new at this but i have a script here. But i always get a NullReferenceException Everytime i start up the Game :(. I want my Script to Access Other GameObject Variable. Any Ideas to fix it :)?
(comments are locked)
|
|
var OtherComponent : Component ; OtherComponent = gameObject.GetComponent ( ScriptName ) ;
(comments are locked)
|
