Does anyone know what:
var gos : GameObject[];
gos = GameObject.FindGameObjectsWithTag ("SaveObject");
is in c#? Sorry, I know this is probably very simple, but I am having trouble experimenting in translating it. Thank you for the help.
↧