Seneral / Node_Editor_Framework

A flexible and modular Node Editor Framework for creating node based displays and editors in Unity
https://nodeeditor.seneral.dev
MIT License
2.01k stars 414 forks source link

Lacking CurveField in RTEditorGUI #102

Closed Craftomega closed 7 years ago

Craftomega commented 7 years ago

I was attempting to create a curve field in RTEditorGUI the issue is I have no idea on how to get keys and the like.

Could this be implemented?

Seneral commented 7 years ago

It has already been done, but there's no open source implementation afaik:(

The class AnimationCurve does provide almost everything data-wise fortunately. So the hardest part is the GUI, but it's definitely possible. The biggest issue I see, the runtime bezier drawing, is already used in the Node Editor Framework... Don't hesitate to try and implement this:)

Seneral commented 7 years ago

I'll close this for now, as I personally won't implement this, but if anyone wants, there's no problem with that:)