- Home /
Question by
PlayCreatively · May 04, 2021 at 08:55 PM ·
visual studioassemblysolution
Split codebase into multiple VS solutions/projects
I tend to split my C# code into multiple projects in visual studio but I can't find a way to do that with Unity. I found Unity's assembly definitions but that requires me to manually add in all other assemblies, I might need, through Unity. There must be a less tedious way to do this.
Comment