Hi im trying to add components from a child object into an array on the parent but when i click on the child to drag the component i cant access the array as it is on the parent is there a way i can drag it into it?
First select the parent.
Second click on the child you want to get the component from (do not release the click, as it will select the child instead).
Then drag and drop the child game object on the parent array (where you want to place it).
It will automatically take the correct component (by type matching) from the child and place it in the parent array.
This is of course assuming that the parent array, is an array of the type of the component you want to link to link from the child