Hi there I am actually using OpenUPM package which is using fork of this project but I can not submit issues there for some reason so I thought I would try here. Let me know if this is out of your control and I will remove issue.
The issue is on Linux I am getting errors with duplicate package.json files being generated. One is generating package.json (correct) and Package.json (incorrect). The errors are spammed in console but look like this
GUID [8bc0ca5a5d217de49b86d6b67d857baa] for asset 'Packages/com.demigiant.dotween/package.json' conflicts with:
'Packages/com.demigiant.dotween/Package.json' (current owner)
We can't assign a new GUID because the asset is in an immutable folder. The asset will be ignored.
Simply removing the Package.json file will resolve the issue but because its within the Library folder it regenerates it again after restarting Unity.
Hi there I am actually using OpenUPM package which is using fork of this project but I can not submit issues there for some reason so I thought I would try here. Let me know if this is out of your control and I will remove issue.
The issue is on Linux I am getting errors with duplicate
package.json
files being generated. One is generatingpackage.json
(correct) andPackage.json
(incorrect). The errors are spammed in console but look like thisSimply removing the
Package.json
file will resolve the issue but because its within the Library folder it regenerates it again after restarting Unity.Thanks for any help on this situation.