DavidArayan / ezy-slice

An open source mesh slicer framework for Unity3D Game Engine. Written in C#.
MIT License
1.86k stars 247 forks source link

Can't download the project through unity git system. #46

Open impactcsgo opened 2 years ago

impactcsgo commented 2 years ago

[Package Manager Window] Cannot perform upm operation: Unable to add package [https://github.com/DavidArayan/ezy-slice.git]: [https://github.com/DavidArayan/ezy-slice.git] does not point to a valid package. No package manifest was found. [NotFound]. UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

First I had an error about git not installed on windows, now I have this error, seems it is coming from the git repository ?

Thanks for further help

0kk470 commented 1 year ago

UPM needs a manifest file (packages.json) to resolve a package. You could clone this repo and create one yourself. See this for more information about creating custom packages.