Game crash on Ubuntu
When we run any standalone (including the standard example provided by Unity) built by Unity 5.3 on Ubuntu 14.04 LTS, it crash after we select any resolution (the Unity Logo not shows up yet). It might...
View ArticleMy game doesn't work on Linux
My game works fine on windows, I made Linux build Testing on Ubuntu in VirtualBox, the resolution screen display, I choose resolution and launch, but the game doesn't run after that. When I launch from...
View ArticleHow do I create a Transparent Window example in Linux?
In windows system, I can use user32.dll to implement transparent window. Just like the below picture. ![alt text][1] [1]: /storage/temp/62690-transparent1.png But I don't know how to implement it in...
View ArticleHow to make Unity find JDK on my linux machine.
Hello, I'm developing on Unity3d 5.2 a game which should be build for an Android. I use Ubuntu 14.04. I used: sudo apt-get install openjdk-7-jdk to install java. Set $JAVA_HOME and $PATH variables in...
View ArticleHow to make SteamOS (which is a Linux distro) export?
Hi, How can I export for Linux? Do I need a Linux machine? Please be specific, it's been a while since I've worked with a Linux distro. Thanks.
View ArticlePc,mac,Linux control question
For Mouse Clicking and Left Ctrl and Escape and any of the Letters and Numbers (Are they the same on all PC,MAC,Linux)? Like is if(Input.GetMouseButtonDown(0)){} the same on all platforms? Or is there...
View ArticleSend a message from unity standalone application to a java application on linux?
Hi, I have a Unity Linux standalone application which i launch using command line arguments which are executed by a java application. What i want to do here is to send a message back to that java...
View Articlecommunicating with external linux application
I want to run my Unity application on Linux as a standalone. I am done with the project and its working flawlessly in Linux. The issue am facing is to make unity application communicate with an...
View ArticleBorderless window in Linux standalone application
Hi, Am developing a game for Linux. What i want here is to make the Linux standalone application to be borderless, i.e. i don't want the title bar to appear when I run my application on any Linux OS....
View ArticleMovie Texture and EndUser's PC
To use .mov file in UnityEditor I need "Quicktime to be installed". But if I will make a build of the game with MovieTexture in it and give it to other people - is Quicktime required for them too? Do I...
View ArticleDedicated Server Solution? (Non-UI based)
Could someone please give me a straight answer as to how i would go about creating a dedicated server in unity? I have looked around and the only help i've gotten so far is to use batch mode but how...
View ArticleLinux 32-bit binary does not work properly
I've made a universal Linux build for our game in Windows version of Unity 5.2.4f1, and the .x86 binary seems to struggle. While the .x86_64 binary works correctly so far on both Ubuntu 15.10 64-bit...
View ArticleDeploying Unity game server on Ubuntu VPS with commands
I have 2 questions: 1. Is it possible to develop a Unity Networking game on windows and deploying the server (dedicated) on a linux (Ubuntu) VPS? 2. Obviously you can't have a screen with menu options...
View ArticleUnity 64bit in VirtualBox on Ubuntu - strange transparent rectangles while...
Hi there, I've been a heavy user of the Linux builds and have already released a game with it. This was a new project. I now want to edit an existing quite large project but encounter a lot of strange...
View ArticleUnity linux standalone won't run
I built a unity linux standalone and set the permissions to run the file as an application. On vmware linux ubuntu 15.10 it opens fine, on an aws vm with desktop xfce installed it does nothing when I...
View ArticleCan I create text files on Linux?
How can I give permission to my game to create text files on Linux? For example chatlogs. Or which the command to create file? (If doesn't need permission of course.) (The Windows version works...
View ArticleFailed WebGL target when building in Linux environment
I'm building a WebGL target in the new Linux Editor (5.4.0b13+20160406). The build is failing with the error `System.NotSupportedException: Don't know how to get python path on current platform!`. The...
View ArticleUnity3d run on Linux show "There is no data folder "
Hi , I built the very easy game from Unity3d on a Mac as Linux x86_64 program , when I run the program , It says :> Set current directory to /home/public/Desktop>> Found path:...
View ArticleIs there an Ubuntu ppa for the Unity Editor?
There's a Linux release via .deb-File [here in the Forum][1] Is there any official or inofficial Personal Package Repository (ppa) for Ubuntu users? This would greatly simplify updating the Editor for...
View ArticleLinux Ubuntu 16.04 - Unhandled Exception: System.ExecutionEngineException:...
Hi folkst I'm trying Unity in Ubuntu and i have build the project without any error but when i try to excecute in my mobile(Moto E 1st Gen) i got the error> Unhandled Exception:>...
View Article