|
Prblem with : Unexpected token: .. I'm using code : var Camera.main = GameObject.Find("Camera"); What wrong ?
(comments are locked)
|
|
Variable names can't have . in Also - Camera.main is already set to be an active camera with the Main Camera tag set
(comments are locked)
|
