com.unity.ai.inference 2.3.0
Source docsNotes: processedReleased July 30, 2025
Unity Compatibility
Minimum Unity: 6000.0
Package Dependencies
- com.unity.burst (1.8.17)
- com.unity.collections (2.4.3)
- com.unity.dt.app-ui (1.3.1)
- com.unity.modules.imageconversion (1.0.0)
✨ Features
- Model Visualizer for inspecting models as node-based graphs inside the Unity Editor
- Support for `Tensor` input for `GatherND` operator on `GPUPixel` backend
- Support for `Tensor` input for the base of the `Pow` operator on all backends
- Support for the `group` and `dilations` arguments for the `ConvTranspose` operator on all backends
- Support for `value_float`, `value_floats`, `value_int` and `value_ints` values in ONNX `Constant` operators
📈 Improvements
- Optimized single-argument operators on `CPU` backend
- Optimized deserialization of models to avoid reflection at runtime
🔧 Bug Fixes
- Einsum operator now works correctly on fallback path
