Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
# Property Dispatcher/Converter for Godot 4---> A set of tools for dynamic property transformation and synchronization between objects in Godot Engine.### Features- **PropertyDispatcher** – bind any object property to a node with automatic read/write.- **PropertyConverter** – apply a `ValueConverter` before writing the value.- **PropertyConverterStack** – chain multiple converters and write the result to several target properties.- **Ready ValueConverter resources**: - `ValueConverterCurve` – remap floats with a `Curve`. - `ValueConverterExpression` – evaluate custom GDScript expressions (access input values and singletons). - `ValueConverterMap` – dictionary‑based replacement. - `ValueConverterShift` – cyclic array shift (carousel). - `ValueConverterSpring` – spring dynamics (smooth following). - `ValueConverterStack` – compose several converters into one. - `ValueConverterSwap` – toggle between two values.- `NodePath` support – link nodes, objects contained in nodes and properties.
# Property Dispatcher/Converter for Godot 4
---
> A set of tools for dynamic property transformation and synchronization between objects in Godot Engine.
### Features
- **PropertyDispatcher** – bind any object property to a node with automatic read/write.
- **PropertyConverter** – apply a `ValueConverter` before writing the value.
- **PropertyConverterStack** – chain multiple converters and write the result to several target properties.
- **Ready ValueConverter resources**:
- `ValueConverterCurve` – remap floats with a `Curve`.
- `ValueConverterExpression` – evaluate custom GDScript expressions (access input values and singletons).
- `ValueConverterMap` – dictionary‑based replacement.
- `ValueConverterShift` – cyclic array shift (carousel).
- `ValueConverterSpring` – spring dynamics (smooth following).
- `ValueConverterStack` – compose several converters into one.
- `ValueConverterSwap` – toggle between two values.
- `NodePath` support – link nodes, objects contained in nodes and properties.
Reviews
Quick Information
# Property Dispatcher/Converter for Godot 4---> A set of tools for dynamic property transformation and synchronization between objects in Godot Engine.### Features- **PropertyDispatcher** – bind any object property to a node with automatic read/write.- **PropertyConverter** – apply a `ValueConverter` before writing the value.- **PropertyConverterStack** – chain multiple converters and write the result to several target properties.- **Ready ValueConverter resources**: - `ValueConverterCurve` – remap floats with a `Curve`. - `ValueConverterExpression` – evaluate custom GDScript expressions (access input values and singletons). - `ValueConverterMap` – dictionary‑based replacement. - `ValueConverterShift` – cyclic array shift (carousel). - `ValueConverterSpring` – spring dynamics (smooth following). - `ValueConverterStack` – compose several converters into one. - `ValueConverterSwap` – toggle between two values.- `NodePath` support – link nodes, objects contained in nodes and properties.