Changelog
v4.0 (2025-03-31)
Added the GetComponent node.
AFX v3.10.1 (2024-12-17)
Fixed activation of the OnEnable node when a game object with an AFXEngine component is disabled and then reenabled.
AFX v3.10 (2024-12-07)
Added subgraph nodes that can be used like custom nodes.
Added variable nodes to store values locally within a graph.
Added additional nodes to provide functionality from the MathF library.
Added register nodes that can be used to register and access references to ports.
Added an instantiate node to spawn new objects.
Added a GameObject Pool node that can be used to implement basic object pooling.
Added nodes to set integer and trigger properties of Animators objects.
Added a
Vector2
reference node.Fixed
Greater than
andLess than
comparison nodes to accept any combination of float and integer inputs.Fixed the
Multiply Quaternion by Vector3
node to output a Vector3.Fixed the copying and pasting of nodes so that the slot manager is updated.
v3.9.0 (2024-09-27)
Last updated