Hello,
In my hierarchy I have a tank, within that tank (as a child) I have a health bar (plane).
Also in my hierarchy, I have a game empty with a script attached to it called ‘Controller’.
Is there a way for my tank health bar script (which is attached to the health bar) to grab a variable from the Controller script?
Hierarchy:
-
GameEmpty / Controller
-
Tank / HealthBar / HealthBarScript
I don’t want to use static variables. I was looking at the GetComponent, but that only seems to work when grabbing a variable on the object, or within (child).
Please help,
Thanks