With DOTS its now possible to write Feature Modules in complete isolation, as package modules. But the lack of folders generated in the visual studio project for each package module kind of discourage this practice. Would it be possible to get this in and supported?
When we write Feature Modules in isolation, it promotes re-use between projects, and code that works in isolation goes hand in hand with good testing practices.
I’d prefer to not set up an external visual studio solution that is used for developing these modules, however. It would be better to just add them to the manifest of a Unity project, and use Unity’s testing suite, and work on the modules just like any asmdef in the Unity project. We just need folders generated for them.