Version: v2.0.0
v2.0.0 (15/09/25)
⚠ BREAKING CHANGES
- CreateMeshConfig accepts both Resource<Mesh> and Resource<GLB>
- (BREAKING) Naming pass for all nodes, inputs, and outputs
- (BREAKING) Replaced 'Skeleton' input in BindMeshes with Rig
- (BREAKING) Spawn nodes now output a single SceneNode instead of an array
- (BREAKING) Removed FindSceneNodes and FindRenderer nodes
Features
- (BREAKING) Removed FindSceneNodes and FindRenderer nodes (e82b42a)
- (BREAKING) Replaced 'Skeleton' input in BindMeshes with Rig (268d510)
- (BREAKING) Spawn nodes now output a single SceneNode instead of an array (e03dd5b)
- Added 'MakeDecalMaterial' node (f4828fe)
- Added 'MakeSkin02Material' node that provides an alterative to the original (bbf0756)
- Added 'Recursive' input to GetChildSceneNodes (20b4be2)
- Added 'Rig' type (d4cf375)
- Added AttachSceneNode node (5d8166b)
- Added FilterSceneComponents node (004cec1)
- Added FilterSceneNodes node (da0fff1)
- Added GetChildSceneNodes node (b4dd359)
- Added GetParentSceneNode node (58c4913)
- Added GetRigRootBone and GetRigBones nodes (99c54b1)
- Added GetSceneComponents node (1b1752f)
- Added GetSceneNode node (1cff14a)
- Added GetSceneObjectName node (b059213)
- Added Length node that returns the number of elements in a given array (80e753e)
- Added section on virtual hierarchy to Concepts page (d10d248)
- CreateMeshConfig accepts both Resource<Mesh> and Resource<GLB> (a8471a8)
Bug Fixes
Reverts
Code Refactoring
- (BREAKING) Naming pass for all nodes, inputs, and outputs (0044b9b)
v1.0.0 (18/07/25)
Features
- Added nodes for creating resources at runtime (1e46a01)
v0.3.0 (30/06/25)
Bug Fixes
- Added reference to calling blueprint in Bindings section (66fb6d5)
- Erroneous characters in csgen (12b613c)
- MakeSkinMaterial node typo (0d8aed0)
- MapValue schema types (3f7973d)
- Schema typo (35fcb3c)
- Titles and TOC for types section (a43141d)
- Updated code imports (d9e56f5)
Features
- Added 'Return' node schema (36f5006)
- Introduced and fields to UBF Resource (2b67dcd)
- Introduced node (43d8b92)
- Introduced node (e8d1e90)
- Introduced new UBF type: ResourceGLB (66e8540)
v0.2.0 (01/05/25)