#is sentis removed? cant find it in the pack manager
1 messages · Page 1 of 1 (latest)
It's called Unity AI Inference Engine now
https://docs.unity3d.com/Packages/com.unity.ai.inference@2.3/manual/index.html
tried it but error remains error CS0246: The type or namespace name 'IWorker' could not be found (are you missing a using directive or an assembly reference?)
You mean the package is not installing? Make sure you are on Unity 6
im on 6.2, i opened this repo https://github.com/Macoron/piper.unity and im getting that error, i assumed it was from sentis cause the repo uses it but i installed the new ai packages and the error remains
You'll probably need to update whatever model that uses to work with the new package. Huggingface.com/Unity has updated models
how is the model related to the code error?
IWorker is not used in the new package. It needs to be updated to use a worker job, I believe