I'm using the latest version of the package (1.8.8) and I'm getting a pair of console warnings every time Unity recompiles scripts:
-
A meta data file (.meta) exists but its asset 'Packages/com.needle.compilation-visualizer/package' can't be found. When moving or deleting files outside of Unity, please ensure that the corresponding .meta file is moved or deleted along with it.
-
Couldn't delete Packages/com.needle.compilation-visualizer/package.meta because it's in an immutable folder.
These warnings repeat on every domain reload.
The root of the GitHub repo (and the final published UPM package) includes a package.meta file, but there is no corresponding package file or folder. Unity only generates .meta files for actual assets, so this appears to be an unintended file included in the package. Because the package cache is read‑only, Unity cannot remove the stray package.meta, which results in the repeated warnings shown above.
I'm using the latest version of the package (1.8.8) and I'm getting a pair of console warnings every time Unity recompiles scripts:
These warnings repeat on every domain reload.
The root of the GitHub repo (and the final published UPM package) includes a
package.metafile, but there is no correspondingpackagefile or folder. Unity only generates.metafiles for actual assets, so this appears to be an unintended file included in the package. Because the package cache is read‑only, Unity cannot remove the straypackage.meta, which results in the repeated warnings shown above.