com.unity.dataflowgraph 0.14.0-preview.2

com.unity.dataflowgraph

Notes: processedReleased May 7, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.3

Features

  • `NodeSet.IsDisposed()` to query Dispose state

📈 Improvements

  • `NodeSet(JobComponentSystem)` constructor changed to `NodeSet(ComponentSystemBase)` making it compatible with all ECS system types: `ComponentSystem`, `JobComponentSystem` and `SystemBase`.

🔧 Bug Fixes

  • Default constructed PortIDs are now invalid (issue #100)