com.unity.dataflowgraph 0.14.0-preview.1

com.unity.dataflowgraph

Notes: processedReleased April 22, 2020

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.3

Features

  • Sample Tour describing how to use feedback connections

📈 Improvements

  • Upgraded dependency com.unity.entities to 0.9.1-preview.15
  • Upgraded dependency com.unity.jobs to 0.2.8-preview.3
  • Upgraded dependency com.unity.collections to 0.7.1-preview.3
  • Upgraded dependency com.unity.burst to 1.3.0-preview.7
  • ### Deprecated
  • INodeMemoryInputTag, NodeMemoryInput, NativeAllowReinterpretationAttribute and MemoryInputSystem are now obsolete. Use ComponentNodes instead.

🔧 Bug Fixes

  • Support for CoreCLR garbage collector
  • ### Internal
  • Added initial base framework for code generation using ILPP