You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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.
The text was updated successfully, but these errors were encountered: