7

My computer can run Unity 3D comfortably, and I don't really want Unity 2D as a fallback. Can I remove it without breaking my system?

4 Answers4

7

Yes, and you'll save 205KB of diskspace. sudo apt-get remove unity-2d.

2

I wouldn't recommend it. What if your video card fails and you use an old spare part to get something done in a pinch, and it doesn't work with 3D right away? Or even just something goes wrong with configuration on a future update?

I suppose you can apt-get it again, but why the hassle?

Anna
  • 2,110
2

Of Course you can, just use sudo apt-get remove unity-2d.

My Two Cents: This will not modify your Unity 3d as they are 2 different packages. But in my opinion failing of your default graphics card and id your alternate card(if any) wont work with 3d right away, you can use unity 2d. you can use apt-get again but why go through the waste of time? Besides it only takes 205KB of disk space.

Amith KK
  • 13,412
0

AFAIK Unity 2D and 3D are different packages. So it should not broke anything!

check this

How to remove unity and unity-2d?