How can I run Unity in a virtual machine?

Originally it was the case that Unity could not run in tools like Virtualbox.

How can I now do so?

1

4 Answers

Unity has 3D requirements above and beyond Compiz itself.

On top of the 3D required by compiz, which is supported by Virtualbox's 3D support, Unity also requires the OpenGL Frame buffer object extension, which is not supported by Virtualbox's 3D drivers. Wikipedia has a good article on FBO too.)

Bug report:

However this appears to be fixed in the new release of Virtualbox

0

In VirtualBox >= 4.0 Unity is supported and runs nice when Guest Additions are installed.

XServer 1.10 from 11.04 is supported in Virtual Box >= 4.0.6 when Guest Additions are installed.

3

There is also a ppa for Unity in 2d. It's how I set up my own VM:

Since this question asks about tools like VirtualBox, I can confirm that Unity runs on VMware Player 4.0 and beyond.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like