Accessing a Script from a sibling on Start

I want to access the “CharacterSetup” Script on my “UI Male Character” Object, from a Script attached to each of the Custom panels (CustomEyesPanel, CustomHairPanel, etc). However just adding the reference in Start() is not gonna work since they are created at the same time. What would be a good solution here? Should I wait to access it until one of the buttons attached to my Custom panels are pressed? Doesnt seem like a great solution.

I’m not sure I follow your explanation for why Start() would not work to find the reference.

Can you just put a reference on each panel & drag n drop the character setup there?

I can… Still not used to that. The answer is quite obvious, thanks.

No problem :slight_smile: