As I stated in my email I send you, please use the “OnAwake” or the “OnEnable” events for initialization.
Don’t use “On Start”. Right now, the “On Start” event is called 1 frame after everything else.
Please replace “On Start” with “On Awake” and let me know if that works for you.
Thank you.