cathei / BakingSheet

Easy datasheet management for C# and Unity. Supports Excel, Google Sheet, JSON and CSV format.
MIT License
346 stars 34 forks source link

Install instructions incorrect #29

Closed mgmhunt closed 1 year ago

mgmhunt commented 1 year ago

[Package Manager Window] Cannot perform upm operation: Unable to add package [https://github.com/cathei/BakingSheet.git?path=UnityProject/Packages/com.cathei.bakingsheet#v4.1.1 ]: Error when executing git command. fatal: Invalid refspec 'v4.1.1 ' [UpmError_NotFound].

Removing #v4.1.1 from package GIT install works. ie

https://github.com/cathei/BakingSheet.git?path=UnityProject/Packages/com.cathei.bakingsheet

cathei commented 1 year ago

Thank you for putting your time into making issue. The path below works.

https://github.com/cathei/BakingSheet.git?path=UnityProject/Packages/com.cathei.bakingsheet#v4.1.1

Seems like you have accidentally put additional whitespace at the end of the path which makes Unity confused. I'll close this issue. Let me know if you encounter different issue!