GlitchEnzo / NuGetForUnity

A NuGet Package Manager for Unity
MIT License
3.09k stars 309 forks source link

When I import this package, Under the Assets folder the Packages folder all contents has been deleted, That's real unfriendly design! #402

Closed a358003542 closed 1 year ago

a358003542 commented 3 years ago

When I import this package, Under the Assets folder the Packages folder all contents has been deleted, That's real unfriendly design!

cyraid commented 3 years ago

It was designed to be imported in Assets Folder, why would you go below that? (I'm not a collaborator just a user)

a358003542 commented 3 years ago

@cyraid Just a warning, For Some personal reason, maybe some people put his packages all organized in the /asssets/packages folder, In some case.

cyraid commented 3 years ago

But since it's a .unitypackage, those are to be imported in the assets folder. It even has the special folder 'editor' to put up a menu item. The case of there being an existing /assets/packages there maybe could be a warning saying the folder exists and maybe rename it to packages.bak or give a warning? I do understand why the folder would need to be wiped.

a358003542 commented 3 years ago

@cyraid Still i think the /assets/packages folder as nuget package station name is too general, maybe there is a warning message, but maybe some user ignore it because they do not understand what's that mean or click too quickly just passed this important message.

This package's installation can be failed, but do not delete user content in the assets folder, not all unity user has the version controll habit.