Node Framework
Node base programming for Unity
In One Line
Node Forest: Because trees shouldn't limit your imagination!
Overview
The Node Framework is a powerful, type-safe system for creating and managing hierarchical relationships in your Unity projects. It provides an intuitive way to build parent-child relationships between objects while maintaining strong typing and safe runtime operations.
Package Info
display name
AceLand Node Framework
package name
latest version
1.0.19
namespace
git repository
dependencies
Key Features
Type-Safe Hierarchy: Build and manage parent-child relationships with compile-time type checking
Fluent Builder Pattern: Easy-to-read node construction using builder syntax
Automatic Memory Management: Built-in disposal system for clean resource management
Rich Navigation APIs: Extensive methods for traversing and manipulating node hierarchies
Async Support: Built-in async operations for safe node access
Flexible Node Identification: Automatic GUID generation with optional custom IDs
Graph
Why Use It
Traditional node systems often constrain you to a single-root tree structure. Our Node Framework breaks free from these limitations, offering a "Node Forest" approach that perfectly aligns with Unity's GameObject-Component architecture.
Global Accessibility
The framework automatically registers all nodes upon creation, enabling powerful node access:
Access any node globally using ID and type
Navigate nodes through relationships within the same tree
No manual registration or reference management needed
Key Benefits:
Flexible Structure: Build nodes without root constraints
Freedom to Design: Create individual node trees or complex node networks
Unity-Friendly: Seamlessly integrates with GameObject hierarchy
Auto-Registration: Nodes self-register on creation for immediate availability
Extensible Design: Easy to extend and customize for your specific needs
Creating Nodes
Managing Relationships
Navigating the Hierarchy
Node Access
Important Notes
Nodes are automatically registered in a type-based registry
Each node has a unique ID (auto-generated if not specified)
Nodes implement IDisposable for proper cleanup
Async operations have configurable timeouts
Last updated