WineHQ

Unity

Application Details:

Version: 3.x
License: Free to use
URL: http://unity3d.com/
Votes: Marked as obsolete
Latest Rating: Silver
Latest Wine Version Tested: 1.7.6

Maintainers: About Maintainership

No maintainers. Volunteer today!

Free Download Download page

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

- Installation; - Registration; - Opening and running the default Project (yet opening a wrong folder shows some graphical glitch); - Running The Test Demo from the Editor;

What does not

- Annoying buzz (?) at startup; - "Welcome To Unity" form (maybe redrawing error); - First drawing of the window ( moving the main windows refreshes its contents and make the editor visible ); - 2D entities (same problem as error before, moving the camera fixes the image); - Creating A new Project (The "New Project" form create the necessary folder, yet shows an error regarding the contents of the newly created folder); - Sometimes it crashes when Pixel Shaders are enabled in Winecfg; - Random X crash using Nvidia Driver 173.14.28; - Depth errors when using "Tree" Objects / BillBoards; - Exporting an Executable: Exporting the final executable gives an error regading "Moving file failed", then crashes.

Workarounds

What was not tested

- Online API / functions; - Help Menus; - Pro Edition Features; - Scripting / Editor minor details;

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowUbuntu 12.10 "Quantal" amd64 (+ variants like Kubuntu)Nov 13 20131.7.6Yes Yes NoSilverCauĂȘ Waneck 
ShowArch Linux x86_64Nov 21 20121.5.17No, but has workaround Yes NoGarbagean anonymous user 
ShowGentoo Linux x86_64Oct 09 20121.4.1Yes No NoGarbagean anonymous user 
ShowUbuntu 12.04 "Precise" amd64 (+ variants like Kubuntu)Jun 02 20121.5.0Yes No NoGarbagean anonymous user 
ShowGentoo Linux x86_64Feb 22 20121.4-rc4Yes Yes NoGarbageMegas of Vecanti 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

HowTo / Notes

Installation
1) Create 32bit prefix:
$ export WINEPREFIX=~/unity3dprefix
$ WINEARCH=win32 unitySetup.exe

2) Unity uses the Tahoma font, so for visible text you need to do:
$ winetricks tahoma

3) (Only for Wine <= 1.7.34, bug #26272 ) For working new project creation 
$ winetricks ie8

4) (Only for Wine <= 1.7.33, bug #36964 ) For working license you need to copy the ProductId value from 
HKLM\Software\Microsoft\Windows\CurrentVersion\ProductId
to 
HKLM\Software\Microsoft\Windows NT\CurrentVersion\ProductId
using: $ wine regedit
Or do:
$ wine reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion" /v ProductId /t REG_SZ /d 12345-oem-0000001-54321

5) (Only for Wine <= 1.7.23, bug #22896) For working editor after click "Play" - you need run:
$ mkdir -p $WINEPREFIX/drive_c/users/$USER/AppData/LocalLow

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back