OfX-Core Engine Update (Minor Version)
I've made a significant improvement to the OfX-Core engine! Now, you can map and spawn objects, and continue mapping the spawned objects seamlessly. This new feature enhances the flexibility and flow of your data mapping process.
Key Changes:
- Object Mapping & Spawning: You can now map objects and spawn them for further mapping within the same scope.
- Spawn Limit: The fixed spawn limit is set to 32, meaning the
MapDataAsync
method will be invoked up to 32 times for each scope. While this limit is fixed for now, future versions may include a configurable option to adjust this limit, though it's not considered necessary at the moment.
This update should be classified as a minor version update, reflecting the enhancements in functionality.