❗Issues After Updating AIDevKit?
If you're encountering errors after updating AIDevKit in an existing project, please follow these steps:
Delete
Glitch9
folder and re-import the asset. In the Project window, delete the entireAssets/Glitch9
folder, then re-import AIDevKit from the Package Manager or your downloaded package. This ensures outdated files are fully removed before importing the latest version.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.)
Check for the latest version Confirm that you’re importing the most recent release of AIDevKit. Version info is available in the Unity Package Manager.
Last updated