Demigiant / dotween

A Unity C# animation engine. HOTween v2
http://dotween.demigiant.com
Other
2.36k stars 350 forks source link

Package.json double up on linux (OpenUPM) #406

Closed brogan89 closed 4 years ago

brogan89 commented 4 years ago

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.

Thanks for any help on this situation.