Lua Graph v1.0.0 is now released.
Lua Graph is a visual scrpting tool based on toLua. It contains the following features:
1 Based on object-oriented design, when you edit a Graph, you are like defining a class.
2 Event-driven, support basic Unity MonoBehavior events and you can add more custom events easily.
3 Combine the LeanTween plugin to implement various easing function interpolation.
4 Easy to expand. If you are familiar with the lua language you will be very easy to extend Lua Graph to support more features.
This is my first plugin, I hope to get you guys support and feedback.