I am trying to access children of a “GameObject” that are set up to all be of the same custom class. Just call it the “GameItem” class.
However how do I access these dynamically through code, so that I can use it’s member functions? I am not seeing how to do this. You would think you could look for a class type off of the Gameobject, but it doesn’t seem to work that way. Am I just missing something obvious here?
Thanks everyone.