Getting Complier Errors after AI Dev Kit update
If you're encountering errors after updating AI Dev Kit in an existing project, please follow these steps:
1. DeleteGlitch9
folder and re-import the asset.
Glitch9
folder and re-import the asset.In the Project window, delete the entire Assets/Glitch9
folder, then re-import AI Dev Kit from the Package Manager or your downloaded package.
This ensures outdated files are fully removed before importing the latest version.
2. Clear Unity’s Asset Store cache (optional)
Sometimes Unity may cache old files. You can manually clear the cache:
Windows:
%APPDATA%\Unity\Asset Store-5.x
macOS:
~/Library/Unity/Asset Store-5.x
(These folders are hidden. UseWin+R
orShift+Cmd+G
to access.)
3. Check for the latest version
Confirm that you’re importing the most recent release of AI Dev Kit. Version info is available in the Unity Package Manager.
PreviousAI Dev Kit does not appear in Tools menuNextThe type or namespace name 'Newtonsoft' could not be found
Last updated