Hi, I’m currently trying to access a specific component on an newly spawned gameObject (IGameObject). getComponent is not availible, neither is a gameObject object. I’m sure there is an easy way, but I can’t figure out how to do it
VSCode was kind of right: the interface was missing the methods (even tho they did exist on the object) - added them now so it’ll not error in the next version anymore