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
I think it should be possible to move packages folder out of the root Assets folder. Why isn't it possible? I like to move all my exensions in a folder called "_Extensions", I also have two assets in the asset store and they both use the same root folder.
The text was updated successfully, but these errors were encountered:
Yeah now that you mention it, it would not be difficult to control explicitly where every package gets placed in the project. We'd just need to change the project configuration file to support custom directories. Right now the project config looks like this:
AssetsFolder:
- Foo
PluginsFolder:
- Bar
- Qux
- Gorp
We could change it to this:
Packages:
- Foo
- Bar
- Qux
- Gorp
And then interpret any nested dictionary underneath 'Packages' to be a sub directory, to allow for this to mirror the first example:
I was searching around after adding Issue #80* and realized that this may solve my problem too; as long as the package names could be disassociated with their folder names. In other words, I'd need a way to make sure both my Projeny projects 'FirebaseAuth' and 'FirebaseAnalytics' could be placed in an 'Assets\Firebase' folder. (And of course I wouldn't want one to overwrite the other)
* TL;DR: Can't include Google Firebase or Facebook add-ons as Projeny packages b/c they rely on various files being placed in specifically named folders.
I think it should be possible to move packages folder out of the root Assets folder. Why isn't it possible? I like to move all my exensions in a folder called "_Extensions", I also have two assets in the asset store and they both use the same root folder.
The text was updated successfully, but these errors were encountered: