I removed the Unity ads and analytics in my last update and everything seems fine.
Im wondering if I can remove a fee more packages safely:
Custom NUnit: I don’t know what this is, is it essential?
Rider Editor: I use Visual Studio to edit code and don’t have Rider installed (is it an editor?)
Test Framework: Not sure if this is needed so I could leave it
Unity collaborate: I work as a solo dev one machine. Is it safe to remove?
Baste
May 11, 2020, 5:52pm
2
You can remove all of those.
Rider’s a different editor, NUnit is a test framework (no idea why it’s not a part of Test Framework), Test Framework is ditto.
Visual Studio Code is a completely different editor than Visual Studio, and their integrations don’t overlap, so if you’re on Visual studio you can remove that as well.
2 Likes
Baste:
You can remove all of those.
Rider’s a different editor, NUnit is a test framework (no idea why it’s not a part of Test Framework), Test Framework is ditto.
Visual Studio Code is a completely different editor than Visual Studio, and their integrations don’t overlap, so if you’re on Visual studio you can remove that as well.
Cool , thank you , and also for the visual studio differentiation - I didn’t know that.