Mac Play Unity Games On Wine

I've been experiencing the same issue - Developed my game on a Mac OSX 10.8.5 using Unity 4.5.3. The builds that I deploy work fine on my machine, but are completely unresponsive on friends' and coworkers' Macs. While looking through the Unity 'Build Settings', noticed there are several options: x86, x8664, and Universal. Thanks for the answers everyone! They're very informative! Since I don't even own a Mac, I guess I'll concentrate on the Windows version of my games. Hmm, maybe for experience, I'll port a sample game that I'll make in Unity to Mac and just ask someone who owns one to test it there lol! Find Unity games like Idle City Builder, Multiplayer parkour FPS (Alpha 0.2), Salad Fingers Where's May Gone Act 1, No Man Alone - Vertical Slice, Critical Mass on itch.io, the indie game hosting marketplace.

Legacy Notice

This page relates to a deprecated feature or obsolete aspect of Unity which is no longer applicable to more recent versions.


Notice: The Unity editor is now available on Linux and can be downloaded through the Unity Hub

For information on running the Unity Web Player in Linux native browsers see the Running Unity Web Player on Linux using Pipelight page.


Officially Unity Technologies only support creating executable standalone games/3D applications which can then be run on Linux, specifically Ubuntu 10.04 or newer(Source). This is done by using the Unity Editor in Microsoft Windows and OS X operating systems. Unity Technologies do not provide a Linux version of the Unity Editor. Unity Editor can still be launched on Linux by using the Windows version of the editor with mimicked Windows libraries provided by the Wine software. Stability of the editor depends on particular Linux distributions and the video/graphics cards.

  • 4Installation with PlayOnLinux
    • 4.5Getting the script
  • 6Editing scripts with a native Linux script editor
    • 6.3MonoDevelop (Native)
  • 7Troubleshooting
  • 8Community Support

Prerequisites

  • An operating system/distribution that is able to run Wine, also see 'Tested successfully on distributions' section within this wiki page.
  • Newest stable drivers for your graphics card

If you plan to use the lengthy PlayOnLinux method of installing Unity you will also need:

  • PlayOnLinux - Software that is able to manage multiple versions of Wine.
  • Most recent Wine on PlayOnLinux - This is installed from within PlayOnLinux, a native installation of Wine is not required.
  • Official Windows installer file for Unity (Versions of 4.X.X and 5.X.X are the ones tested )

Tested successfully on following distributions

Users from the community have reported of getting Unity working on the following operating systems/distributions:

  • openSUSE 13.1 (reported to be most stable at running the Unity editor)
  • Ubuntu 12.10/13.10/14.04/15.04, Lubuntu 13.10/14.04/14.10/15.04 and Xubuntu 14.04 (for now the only distros that receive Unity Technologies support for Linux Standalone Unity applications and Valve Software's support for running Steam)
  • Fedora 19/20
  • RedHat 7 Beta
  • Debian Jessie

Installing Unity using the terminal with a winetricks script (Experimental, yet quicker)

User 'Doctor Jellyface' saw the use of PlayOnLinux as unnecessary way to install Unity, even with the better graphics interface that PlayOnLinux offers. So he created a winetricks script that installs Unity and all the necessary libraries to make Unity work on a native Wine.

1. Install Wine, by following instructions from its official website for your Linux distribution.

2. Download the newest Unity installation script from github.

3. If you have a 64 bit operating system, then it best to set the default Arch to 32 bit for new Wineprefixes as winetricks does not have much support for 64bit wineprefixes. So before proceeding with the next step, set the environment variable through your terminal:

$ export WINEARCH=win32

(Example given for Ubuntu Linux, this environment variable will only last in that terminal session, which is enough while installing Unity)


4. Open up a terminal, move to the location of the downloaded '.verb' script and run the script using winetricks(installed by default with some 'Wine' distro packages, if not see winetricks install page):

$ winetricks -q './unity3d.verb'

If this does not fully complete, remove the '-q' argument to debug.

5. A 'Unity' shortcut should be on your desktop. Wine should be launching it. If it does not then the Unity prefix should be located under '~/.local/share/wineprefixes/unity3d'.

Installation with PlayOnLinux

Games

PlayOnLinux is a program that is able to manages different wine versions for cases when a Windows application works on one wine version but not on another and so it allows easy switching between them without breaking another Windows application.

Most of these numbered steps come from a user called 'Tomza', you can read his blog post on this issue for reference.

Install PlayOnLinux

Follow the installation instructions provided by PlayOnLinux for your distribution.

Download the Windows Unity Installer

Download the Windows installer of Unity from the official site. Do not run/execute the file.

PlayOnLinux first launch

When you run PlayOnLinux for the first time, you will see the PlayOnLinux Wizard:

Possible first warning
  1. The reason for this warning is that PlayOnLinux wanted add the natively installed Wine as one of available Wine versions, which sometimes might not be present.
  2. Click OK.
Possible second warning
  1. 7zip is an archive creator, extractor. We don't need this now.
  2. Click OK.
Possible third warning
  1. Linux does not come with Windows fonts. This is solved by the script, no need to worry about it.
  2. Click Next.

When all is over, you should see Enjoy using PlayOnLinux.

Managing wine versions

  1. From PlayOnLinux's window header choose 'Tools' -> 'Manage Wine Versions'.
  2. Choose a recent Wine version, 32 bit if you're on a 32 bit system or you're going to install the 32 bit editor, 64 bit otherwise.
    Warning: Remember that the newest Wine can be unstable (Wine 1.6.2 is stable), but, at the same time, some bugs can be fixed in the recent version, and that’s why it can be the best way to go for you; fortunately, you can choose the Wine version in PlayOnLinux you like even after installing an application; the recent version is recommended for running Unity3D because of 3D driver improvements.
  3. Click the arrow to install your version of Wine.

Getting the script

A PlayOnLinux script has been created by the Unity Community to easily install Unity. Save the following script to your disk in plain text. You can call it as you want, but the .pol extension should be kept so that PlayOnLinux can recognize it as its script.

You can find the script on GitHub.

Warning for Ubuntu users
This script will fail with an due to system wide parameter called 'ptrace_scope'. See Regarding ptrace_scope fatal error for a fix.

Adjusting the wine version

Depending on your installed wine versions you may want to change the Wine version before running the script.

Just change this line accordingly:

Installing Unity

  1. From PlayOnLinux, go to ToolsRun a local script.
  2. Choose the script and click Next.
  3. You will see the warning that the signature of the script isn’t valid. It is an unofficial script, so you can safely ignore it. Click Next.
  4. You will be able to review the script. If it's fine, check I agree and click Next.
  5. Then you will see the installation wizard, click Next, the following should appear:

    When you run PlayOnLinux for the first time, some extra software may be installed.

    PlayOnLinux should now be installing the components it needs for Unity3D and MonoDevelop to work on Wine. The list of their names is included in the script you are using. They are really important, so wait patiently.

  6. When the script installs up the components, find the Unity setup executable on your disk through the PlayOnLinux window.
  7. Install Unity3D just like in Windows. Follow the instructions during the installation. You may want to install the AngryBots project to test your installation of Unity. If errors appear, don't worry about them too much – they probably aren't show-stoppers.
  8. Click Finish in the Unity installation wizard and the PlayOnLinux installation wizard.You will see the Unity icon in the main PlayOnLinux window – you can start Unity from here if you want.
  9. You can see two Unity icons on your desktop. Delete the one called simply 'Unity', which is created by the Unity installer and might not work. 'Unity3D' is the one created by the script.
  10. If you haven't launched Unity yet, do it.
  11. Do everything Unity wants you to do (Activate your Unity License – free or pro, log in to your Unity account). Click Start using Unity to start using Unity, obviously.
  12. When you see the Project Wizard dialog, you may want to open the AngryBots project (if you chose to install it) for testing purposes. It is located under 'C:usersPublicDocumentsUnity Project'. Disk Z: is your Linux disk.
  13. If everything is working fine, celebrate.

Editing image assets with a native Linux Image Manipulation Program

By default Unity will open image files with Internet Explorer. While it is possible to set a Linux executable to be run by Unity in its preferences, the file path that Unity will provide is a Windows styled one '/PlayOnLinux Drive/C:UnityProjectAssets' which the image manipulation program will probably not recognize.

Wine has a tool that can translate Windows styled paths to Unix styled paths. A shell script can be used as the target to translate the path before giving it to the desired program, in this case GIMP:

Save it to a file that Unity can see and set it as an executable(like 'chmod 755' through the terminal), then set the shell script as the Image Manipulation program in Unity Preferences.

NOTE: A native 'Wine' version needs to be installed for this script to work.TODO: Make the script use PlayOnLinux's installed Wine to translate file paths.

Editing scripts with a native Linux script editor

Depending if you installed Unity with MonoDevelop, then Unity will open script files with either Notepad or MonoDevelop by default. Same when double-clicking on script errors and warnings. While it is possible to set a Linux executable to be run by Unity in its preferences, the file path that Unity will provide is a Windows styled one '/PlayOnLinux Drive/C:UnityProjectAssets' which the editor will probably not recognize.

Wine has a tool that can translate Windows styled paths to Unix styled paths. A shell script can be used as the target to translate the path before giving it to the desired program and also providing the line of code to jump to.

Sublime Text

Kate

Save it to a file that Unity can see and set it as an executable(chmod 755), then set the shell script as the External Script Editor program in Unity Preferences with correct format in its arguments, for this shell script it's '$(File)' $(Line)' (without the ').

NOTE: A native 'Wine' version needs to be installed for this script to work.TODO: Make the script use PlayOnLinux's installed Wine to translate file paths.

MonoDevelop (Native)

Installing a Compatible Version (Fedora)

At the time of this writing, Unity uses Monodevelop 4.0.1 internally. However, Fedora 22- uses 2.8.8.4 and the Official monodevelop packages are version 5.9. The latest stable version should work fine. The Unity monodevelop Add-ins do install but may be missing some functionality (Ctrl+' at least functions correctly.)You can install the latest Monodevelop from the project's website: http://www.mono-project.com/docs/getting-started/install/linux/#centos-fedora-and-derivatives

Installing Unity Add-ins (Ctrl+' Support)

  1. Open the native Monodevelop through Unity or directly.
  2. Menu Bar: Tools->Add-in Manager
  3. Click the Gallery Tab and search for 'Unity'
  4. Install 'Utilities for use with Unity' and other Add-ins you may find useful.

If you installed the latest Monodevelop you may see multiple warning messages, If you are just interested in the Ctrl+' shortcut, then these warning messages don't matter. Good luck finding out what doesn't work.

Example Warning Message


Opening from Unity

User Radivarig created a script to use a native (Linux) version of MonoDevelop as the editor. It handles pretty much everything, and the functionality shouldn't be different than on Windows.

You can find the script on GitHub.

Usage:

1. Download the script and give it execution rights like so (assuming you installed Unity into the default wine prefix):

2. Set the script as the editor in Unity: navigate to Edit->Preferences->External Tools and set the script as the editor, with arguments

Custom editor

You can use this script as a base to make your own editor launcher.

Troubleshooting

First see if your issue hasn't already been resolved by someone in GitHub Closed/Resolved Issues.

If it is not, raise your issue there in GitHub Open Issues.

The following may not be up to date.

Unity Asset store does not work in Unity 4 and down (has a workaround)

The Asset store window/tab shows up gray, but some elements on the window are picked up judging from that the mouse cursor changes. Some believe it is a WebKit issue.

However, user dialytica found a neat workaround: you can search on the Asset Store, login, download and import assets simply by searching in the Project View, ticking 'Asset Store', and clicking on the search results.

WineHQ bug report: http://bugs.winehq.org/show_bug.cgi?id=34039

Issue on GitHub: https://github.com/Unity3D-Wine-Support/Unity3D-on-Wine/issues/5

Project Creation: 'Specified path is not valid...' error message

While it might seem strange, this is an Internet Explorer issue. It is fixed by installing Internet Explorer 8. Preferably using winetricks 'ie8' or in PlayOnLinux case, 'Internet Explorer 8' component.

'-force-opengl' option crashing Unity (Experimental fix)

By default Unity Editor for Windows uses Direct3D to render graphics and Wine redirects Direct3D calls to OpenGL calls, which has compatibility and performance issues. Unity Technologies have included '-force-opengl' argument to force Unity to use OpenGL.

The reason for the crash is supposedly 'because Unity 3/4 does something with OpenGL contexts that is acceptable for WGL, but not for the Linux equivalent layer called GLX.'. But there exists a patch for Wine that allows Unity to run in OpenGL mode, but, to add the patch, Wine has to be compiled with it included.

Performance gains are reported to be between 10% to 400%.

How to fix:If you have a 32bit Linux distribution, follow instructions in this script(note that it is for Ubuntu), you may skip the following numbered steps.

1. If you have a 64bit Linux distribution, then it should be noted that winetricks does not have full support for 64bit Wine as of yet. Follow the instructions on how to compile a 32bit Wine on a 64bit OS here, only up to the point of getting the source code.

2. Before compiling Wine, add the patch to the source code folder through the terminal:

  • > wget https://raw.githubusercontent.com/Unity3D-Wine-Support/Unity3D-on-Wine/master/Compile-Wine/WGL-ShareList-Hack.patch
  • > cat ./WGL-ShareList-Hack.patch | patch -p1

3. Compile Wine.

4. Run Unity with the new Wine using something like

  • > env WINEPREFIX='~/.local/share/wineprefixes/unity3d' ~/wine32/wine ~/.local/share/wineprefixes/unity3d/drive_c/Program Files/Unity/Editor/Unity.exe -force-opengl

Results: Screenshot of a empty scene with a cube

Ubuntu: Windows cannot be fully maximized

This might actually be an issue for all Wine applications contained within a window. See the following answered question for the way in fixing this issue:http://askubuntu.com/questions/267843/how-can-i-fully-maximize-wine-applications

Unity dashboard is all grayed out

This bug may appear when the Linux system's timezone is set as a 'named' timezone (like 'America/Sao Paulo'). Switch the timezone to another, which is not named and has only the GMT code, like 'GMT+3'.

To do this, open up a terminal.

For Ubuntu/Debian type:sudo dpkg-reconfigure tzdata

In the menu that opens up, go down and choose 'etc' and set right timezone code according to your location in GMT.

NVIDIA: Unity does not refresh windows often enough

When selecting a game object, the inspector might not refresh at the right time, showing the previous game object. Same thing may happen when writing text in a text input and seeing the previous state.

Steps to reproduce:

  1. Click on a GameObject.
  2. In inspector click on show/hide Transform tag multiple times until the line is turns up gray as if it is opened, but doesn't seem like it.
  3. When this happens, click the inspector tab(to refresh the window) and then on a parameter. When writing you should see only the previous state of the text.

Reported on:

  • Ubuntu 13.10/14.04
  • Wine 1.7.15/.16/.17/.18
  • Graphics card: NVIDIA Geforce 9600GT/GT320M
  • NVIDIA driver (proprietary) 319/331.38
  • NVIDIA driver (open-source) 331.67/334.21/337.12/337.25 (These are made available when adding ppa:xorg-edgers/ppa repository)

Most likely culprit:

NVIDIA graphics drivers, although in -force-opengl mode other vendor graphics cards also experience this bug.

How to solve:

Mac Play Unity Games On Wine Opener

  • Enable 'Strict Draw Ordering'. You have to add a key to the registry, see [UsefulRegistryKeys]. For PlayOnLinux installation of Unity, there is an option in its configuration. This might impact performance.

Or

  • Use the Nouveau graphics driver, which does not have up to date 3D acceleration.

Built-in MonoDevelop doesn't launch

This sometimes happens because Wine launches MonoDevelop in a new wineprefix. Luckily, Radivarig created a script to fix this. Simply download the script, give it execution rights and set it as the editor in Unity.

You can find the script on Github.

Mac Play Unity Games On Wine Glasses

Community Support

Github repository for Wine related scripts and issues

If you have a Github account, it is recommended to set this repository as 'Watch' in order to be notified of enhancements and bugfixes.

Github Unity3D-on-Wine Issues page

First see if your issue hasn't already been resolved by someone in Closed/Resolved Issues.

Mac Play Unity Games On Wine Bar

If it is not, raise your issue there in Open Issues.

Unity Forum Thread

Visit and contribute in the forum thread created on the Official Unity Forum.

Wine Application Database (AppDB)

Mac Play Unity Games On Wine Glass

Unity Editor page - https://appdb.winehq.org/objectManager.php?sClass=application&iId=11075

If you have used the Unity Editor for notable amount of time, then it would be helpful to vote for the closest compatible test done within AppDB or make your own test.

IRC channels

Unofficial IRC channel on freenode is #unity3d-wine, since it is unofficial few to none users may be on it, don't leave it because of that.

You may also try raising your issue on official Wine related IRC channels #playonlinux or #winehq.

Retrieved from 'http://wiki.unity3d.com/index.php?title=Running_Unity_on_Linux_through_Wine&oldid=20382'
ApplicationDescriptionScreenshot
World of Warcraft 9.0.5World of Warcraft (also known as WoW ) is an online role-playing experience set in the award-winning Warcraft universe. Players assume the roles of Warcraft heroes as they explore, adventure, and quest across a vast world. World of Warcraft is a 'Massively Multiplayer Online Role Playing Game' (MMORPG) which allows thousands of players to interact within the same world. Whether adventuring together or fighting against each other in epic battles, players will form friendships, forge alliances, and compete with enemies for power and glory.
View / Submit Screenshot
StarCraft 1.16.1 (Brood War)In the distant future a small group of human exiles have been doomed to fight for survival on the edge of the galaxy. Through military strength, espionage and deceit, a unified Terran government has maintained an uneasy peace. As resources run short, however, these Confederate nations find themselves looking towards the rich worlds of their alien neighbours, the enigmatic Protoss. To further complicate matters, it seems that a previously unknown and deadly species known only as the Zerg has entered Protoss space and is destroying everything in its path. The time for war has come...
View / Submit Screenshot
StarCraft II CurrentStarCraft II is a military science fiction real-time strategy game by Blizzard Entertainment.
View / Submit Screenshot
Fallout 3 1.7 and GOTYFallout 3 is the third video game in the Fallout series of post-apocalyptic RPGs.
View / Submit Screenshot
Team Fortress 2 SteamTeam Fortress 2 (TF2) is the sequel to the game that put class-based, multiplayer team warfare on the map.
View / Submit Screenshot
Adobe Animate Flash CS6 (12.0)Adobe Animate (formerly Adobe Flash Professional, Macromedia Flash, and FutureSplash Animator) is a multimedia authoring and computer animation program developed by Adobe Systems.
View / Submit Screenshot
Gothic 3 1.xWhile the previous games centered around the Valley of Mines and
View / Submit Screenshot
Company of Heroes Obsolote Non-SteamCompany of Heroes is a 3D strategical game in the 2nd world war.
View / Submit Screenshot
The Elder Scrolls V: Skyrim SteamThe Elder Scrolls V: Skyrim is a role-playing video game developed by Bethesda Game Studios and published by Bethesda Softworks. It is the fifth installment in The Elder Scrolls action role-playing video game series, following The Elder Scrolls IV: Oblivion.
View / Submit Screenshot
System Shock 2 2.3System Shock 2 is a scary hybrid of an RPG and a first-person shooter.
View / Submit Screenshot