Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why so many projects and files are added? #681

Open
ClassyCircuit opened this issue Jan 1, 2021 · 1 comment
Open

Why so many projects and files are added? #681

ClassyCircuit opened this issue Jan 1, 2021 · 1 comment

Comments

@ClassyCircuit
Copy link

I installed Zenject to my unity project and now it feels polluted. Zenject added like 6-7 .NET projects (all the unit and integrations tests and what not).
Why do you add all that information to the target project? There is absolutely no need to build all those supporting libraries, why don't you just add them as .dll files, if they are needed for Zenject to work?
I really don't want to open my unity project and look at 15 .net projects and keep on building them all the time.

Would greatly appreciate if you could bring down the sheer size and volume of files that you're adding to projects, most of them feel unnecessary.

@eviathan
Copy link

eviathan commented Feb 6, 2021

Just do what I am going to do i.e. build the assemblies I need and just load them then remove the package. I know it would be better to not have to but its negligible faff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants