Live Signal to Running Linux App?
Is there a way to communicate with a running Linux binary from the system - i.e. send a live signal to its process ID with "kill", and have something in the code like "OnReceivedSignal(int signal)" to...
View ArticleFlickering light on Linux (Unity 4.6)
Some people are experiencing weird flickering light in our game, here's a video of the craziness: [https://www.youtube.com/watch?v=HlXZCYBeDY8][1] There's also a Steam forum thread on the issue:...
View ArticleLinux rendering problem - Blue fog and ghost like see-through objects.
This is a really strange problem and it didn't happen on previous Unity releases - on my Linux OS the scene is rendered with a blue tinted fog, completely blue skybox and see through "ghost like"...
View ArticleHow to run Unity3D release for Ubuntu?
I downloaded the Unity3D latest build for Linux, (.deb and .sh) that can be downloaded from here http://forum.unity3d.com/threads/unity-on-linux-release-notes-and-known-issues.350256/ The .deb package...
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 ArticleHow to remove unneeded references (texture, audio) when doing headless server...
I'd like to remove some audio and texture/material references from scenes in headless server builds, to save ram when running servers. What's the best way to do that? I was thinking about doing it in...
View ArticleCrash reports in OSX/Linux no longer working in 5.2?
I see that in Unity 5.2 several changes were done regarding native unhandled exceptions in OSX. For example, if I am inside the editor and force a crash from a native plugin (eg: __builtin_trap())...
View ArticleDeveloping in Ubuntu a game that was started in Windows
I started developing my game in Windows 10, and afterwards I found out that there is a version of Unity for Ubuntu, so I tried to continue development there. But when I open the project, I get messages...
View ArticleSegfault after Capture Frame using NVidia Linux Graphics Debugger
I'm attempting to capture a frame of a simple Unity project using the Linux Graphics Debugger. The Linux Graphics Debugger is able to launch the application properly, and show some metrics. Once I...
View ArticleJoystick 3rd Axis problem on Linux
Hello there, I've implemented the Joystick inputs. It works perfectly using the 360 controller on Windows. The problem is that the Right Trigger, which I have referenced from the Input Properties as...
View ArticleUnity build for Linux won't work
Hello, i have an application(server app) which made on Unity for Linux (x86_64) with Headless mode. My system is Centos 7 x64 with installed mono. I tried next steps: 1. mono ./server.x86_64 -batchmode...
View ArticleStarting the Linux Standalone Windowed with a Custom Resolution
The goal is to run our Linux standalone on a Ubuntu platform with two 1024x768 monitors, centered at the border between them with the desktop shared, such that half of the window takes up all of each...
View ArticleCan't build for OSX or Linux
I've been working on a game in Unity for a long time. I've made numerous builds to Windows, OSX, Linux, and Web Player. However, with the most recent version, I am unable to make a Linux or OSX build....
View ArticleHotkeys for linux
Hello everyone, I am using Kubuntu flavor of Ubuntu Linux. I want to know the shortcut keys for unity as they have released a new verison 5.0.3 for .deb file.. and i am completely planning to switch on...
View ArticleHow can I download standard assets or other resources ( Unity Store ) from...
I cannot download resource from unity store using Linux, there is an answer use windows to download but I do no have that OS, There is a trick or something like that to do it.
View Articlehow to create a transition on mecanim using unity editor for linux
![alt text][1] [1]: /storage/temp/60976-unity-error.png hi! i am really new at unity, i know unity for linux is not stable yet, but i don't really know if this behavior is normal :S I have this worm...
View ArticleGame crashing on Linux in VMware
I have a small game that I am developing for Linux. I am trying to use a virtual machine for testing but the game keeps crashing. It seems to be an OpenGL issue but I've checked all the drivers and...
View ArticleUnity 5.3.1 build doesn't run on my Linux (Ubuntu opengl 3) distro - how to fix?
I'm trying to run the Unity 5.3.1 build of Energy Hook on my Linux distribution. The 5.1 build worked fine, but this one doesn't. Checking the log files this seems to be the culprit:...
View ArticleParticles become black squares on linux
I'm using unity 4.6.3, when I export the project for windows, everything is fine. When I export for linux, some (but not all) particles are rendered as black squares. These mostly include water...
View ArticleLinux stand alone build Multi-touch using libframe.so crash on unity3d 5+
Hi, I'm working in a library in C that allow multi-touch in ubuntu 14.04 x64, she uses libframe.so. Builds made in unity3d 4+ working perfectly with my library but builds made with unity3d 5+ does not...
View Article