WooshiiDev / Unity-Folder-Icons

Lightweight Unity Utility adding coloured folders and icons to your project window
MIT License
126 stars 14 forks source link

Unity has warnings after installing this package #4

Open Kotsuha opened 1 year ago

Kotsuha commented 1 year ago

Thank you for this package.

After installing this package, everything works fine, except that these warnings show up everytime I restart Unity.

A meta data file (.meta) exists but its asset 'Packages/com.wooshii.foldericons/package-lock.json' 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.wooshii.foldericons/package-lock.json.meta because it's in an immutable folder.

I installed this package by going to the Package Manager window > Add package from git URL... > https://github.com/WooshiiDev/Unity-Folder-Icons.git

Unity version 2020.3.30f1

Kotsuha commented 1 year ago

The warnings are gone after I delete 'Library\PackageCache\com.wooshii.foldericons@4511fb04fe\package-lock.json.meta' manually.