Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organizing packages in sub-folders. #25

Open
Geminior opened this issue May 11, 2016 · 1 comment
Open

Organizing packages in sub-folders. #25

Geminior opened this issue May 11, 2016 · 1 comment

Comments

@Geminior
Copy link

Geminior commented May 11, 2016

Currently packages included with a project are either placed in Assets or Assets/Plugins.

Being able to further organize packages would be a big plus, e.g. bundle all packages from a certain publisher or other filter logic in one sub-folder and others in another etc.

Assets/SubA/Package1
Assets/SubA/Package2
Assets/SubB/Package3
Assets/Package4

This allows for a tidy Assets folder.

Simply being able to associate each package in a project with a single sub folder, or perhaps a sub path, would be sufficient.

@exAntares
Copy link

I have the same issue.
I have my own set of utilities similar to
-MyUtils/Utils/Singleton
-MyUtils/Utils/ExtensionMethods/VectorExtensions
-MyUtils/Utils/ExtensionMethods/QuaternionExtensions
-MyUtils/AssetBunndlesManager
-MyUtils/UpdateUtils
-MyUtils/EventsUtils
etc...

And it would be really nice to have them as individual packages under the same folder, and not having to drag all my utilities when I just need singleton, or an asset bundle manager

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants