aarthificial / reanimation

An alternative animator for Unity tailored for traditional animation
MIT License
500 stars 38 forks source link

Visual editor #8

Open aarthificial opened 3 years ago

aarthificial commented 3 years ago

[DRAFT]

alex-Symbroson commented 2 years ago

I suggest to look into https://github.com/Siccity/xNode this might be perfect for the graph representation and you should be able to 1:1 copy paste the node scripts into a graph node script maybe the graph needs a little extension to allow n:m connections without binding them to a variable but other than that it seems simplistic enough

pjarnfelt commented 1 year ago

I made a pull request with implementing it with the experimental UI Toolkit's Graph View. It's not as nice as xNode, but it's being actively developed on (not abandonware like xNode) and then Reanimator won't rely on an external library.