Unity Remote for Linux
Hi, Is it possible to get a version of Unity Remote for Linux? The increased support for the Unity Editor on Linux is really great and a having a version of Unity Remote for Linux would be very useful!...
View Articleunity linux gui proplem
when i start my project that's run but all words in the gui dissapear ![alt text][1] [1]: /storage/temp/70123-thepic.png
View ArticleLinux Unity: Recognize dependent dll files
I have been trying to use DllImport ("filename.dll") in C# Unity and found below things Unity/C# is able to recognize independent .dll files ie If dll A is not dependent on any other dlls it is...
View ArticleHow to close Unity Linux Headless Server gracefully
I want to do some job when the server is closing. But in linux, headless server seems just be terminated after receive 'SIGINT (ctrl-c)'. Mono UnixSignal seems not shipped with Unity. Are there other...
View ArticleUnity3d editor on Linux shows OpenGL 2.1 (Deprecated) in the title bar
The editor shows "OpenGL 2.1 (Deprecated)" in the title bar even though I should have OpenGL 4.3 installed. Is it something to worry about? Running `glxinfo | grep version` shows this: server glx...
View ArticleEditor does not offer offline activation on Linux
Hello I installed two version, `5.4.0b16` and `5.4.0b18` and both versions show the same behavior. When I start editor, the sign in page is shown. After that, it says it is checking for a lisence. This...
View ArticleUnity editor 5.4.0b18 crashes in Ubuntu 16.04 after start
Hello, I have installed Unity editor 5.4.0b18 in Ubuntu 16.04. This version is working well with Ubuntu 15. Unity starts but after I click on GameObject it automatic crash. I run also from terminal but...
View ArticleHeadless Linux build via command line does not execute. Does work using Unity...
I am desperately trying to get my headless Linux 64 build to function using Jenkins. I can manually build this just fine using the GUI Unity yet when I try via command line, it builds but when ran,...
View Articlecustom windows linux
So I want to make custom windows for my desktop. I know in my heart that unity and blender + Xwindows=utopia. I could make a windows manager that would put windows, and ubuntu to shame.. my files would...
View Articleunity 5 for linux no sound
Hi all, i'm trying to build for linux (a Live platform with Debian 7), with a simple proyect with 1 audioSource, with a mp3 file. The game give me this error code and doesn't play the audio clip....
View ArticleLinux build freezes on application.quit
Working on porting a game to linux, and everything is working great in my build, except when quitting the game, sometimes it just freezes and I have to kill the process from the linux process manager,...
View ArticlePlayer Prefs not Saving in Linux
We have a released game that is fine on Windows. We are working to port it to Linux, and in my own testing everything works, including saving and loading. However, many of our beta testers report their...
View ArticleLinux resolution change freezes application
I'm in the process of building a project that is working good in windows to Linux. One issue I have is with resolution change. Inside my onGUI call I have a number of buttons that when pushed set...
View ArticleLinux full screen running in window
I'm running Linux Mint latest version testing out a project I'm building for Linux. One thing that works fine in Windows but is not working correctly in Linux is full screen mode, the game runs in a...
View ArticleDoes anybody knows the development progress of uinty3d on SDL backend?
Hello, I am a newbie in Unity3d and I want to run Unity3d games or programs on Wayland, not Xwayland because our company are making Linux platform fully based on Wayland. I found some articles related...
View ArticleDoes the Unity Linux editor work with OpenGL 3?
Trying to set up Unity 5.3.4 on Ubuntu 16.04 running in VMWare 8.1.1. Unity was crashing either on startup or on object creation (e.g. creating a cube). The Scene was completely black. Ubuntu was...
View Articleservice not available,please try again later.my system is ubuntu 16.04
It can't work everytime when i open Unity3D in ubuntu
View ArticleLinux Cloud Build [Ubuntu 16.04.1]
Hello. I need help on how to use the cloud build on Ubuntu 16.04 so I can share / publish my games. What can I use and is there any guide I have missed? Unity doesn't have any official guide on how to...
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 ArticleStart a process in Linux Unity
I am trying to start a process in Linux using below c# code in mono developer for Unity in start function. Process.start(filepath); Results as checked in task manager of linux 1. Process starts but...
View Article