---
Green Tween is a Tool focused on workflow, flexibility, and performance. It allows you to tween values on any MonoBehaviour by selecting the target and the member name from the Inspector. The system builds optimized accessors at setup using compiled expressions, so runtime updates are allocation-free and extremely fast.
Unlike traditional tween libraries that require specific APIs or prewritten delegates, Green Tween works generically with:
You can animate values without writing a single line of code.
Key Features
How it works
At setup, Green Tween analyzes the selected member and generates optimized getter/setter delegates using expression trees. After that, tweens run with direct access speed—similar to handwritten code—without reflection or garbage collection.
Workflow
No custom bindings. No special cases.