com.unity.ai.inference 2.3.0

com.unity.ai.inference

Source docs
Notes: processedReleased July 30, 2025

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 6000.0

Package Dependencies

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