-
Notifications
You must be signed in to change notification settings - Fork 132
Description
Hi,
I'd like to do some repository reorganization.
Currently, each repository also contains the Unity project, and the actual package files are inside its Assets folder.
This makes it difficult to add package repository (Inventory-Pro or Quest-System-Pro) as a sub-module to my own project, because in this case I also needlessly add a Unity project from this repository instead of just the package files from Assets/Devdog/QuestSystemPro folder.
I propose to move the package files to the root folder of the repository and move the Unity project into a separate repository like DevdogDemo.
Then in DevdogDemo repo, individual packages like Inventory-Pro or Quest-System-Pro can then be added as sub-modules.
In my own space I have already created some reorganizations
https://github.com/p10tr3k/Inventory-Pro/tree/reorganization
https://github.com/p10tr3k/Quest-System-Pro/tree/reorganization
https://github.com/p10tr3k/DevdogDemo
Now in my project I can add submodules for needed packages in Assets/Devdoc folder.
What do you think?