#Is this setup in heirarchy allowed in NGO?
1 messages · Page 1 of 1 (latest)
You'll want to use Attachable Behaviors for this
I'll study about this one, thank you wizard!
Its new but works great so far for me
Oh my God, I'm searching for a solution for this problem already 3 days. I'm so happy I'm not the only one, thank you @cyan orchid
Yeah I'm lost, I don't understand how to implement it 😢
Its a bit involved. You need to read through all the docs for AttachableBehaviour, and ComponentController in order to follow the AttachableBehaviour example
netObj.GetComponentInChildren<AttachableBehaviour>().Attach(objectHolder.GetComponent<AttachableNode>());
doesnt it work like this ?
i was just testing with this code, but it doesnt even attaches