Accessing an objects Components Every GameObject’’s Components can be accessed in a hierarchical way. In the Object’s Inspector, we can find the Transform component where we have access to the object’s position (x,y,z), rotation (x,y,z) and Scale (x,y,z). We can access each individual component.