How to reproduce:
- Create a new project
- Install the AI Assistant package
- Enable and connect the local image model
- Import a custom skill to the custom skills area
- Refresh the custom skills
- Observe the Console
Actual result: The Editor log continuously throws warnings from com.unity.ai.inference (see internal notes)
Expected result: Tensor data should be properly disposed and no warnings should appear
Reproducible with: 1.0.0-pre.2 (6000.3.17f1), 2.11.0-pre.1 (6000.3.17f1)
Reproducible on: macOS 26.3.1 Arm64, Windows 11 Pro x64
Not reproducible on: No other environments tested
Notes:
- Reproducible when the local image model is active
- The Finalize() method logging indicates tensors are being garbage-collected without explicit Dispose(), suggesting a disposal path is missed in the AI Assistant's image model pipeline