Is there a way to create and “transform” bones at runtime in Unity?
Meaning, I’ve some scripts calculating and updating stuff each update, is it possible to place a series of bones in the positions I’ve calculated? For example, for each update, I have the start position and the end position. The end position changes each update (sort of growing). I want to put a bone from the start point to the endpoint. This way, the bone “grows” as the endpoint is updating its position. Then, I need to iterate this, making a lot of bones connected to each other.
I can’t find any documentation about this, I’ve found only pre-made skeletons to animate but what about to create it from scratch, at runtime via scripting?
If was not clear, please just let me know, I’ll try to explain better or trying to post some screenshot or drawing.
Thank you for helping!