Linux : C# (read) and C++ (write) Inter Process communication Sample Code
I am using Unity in Linux and want to read data which is generated at runtime from a hardware upon executing c++ executable file I have used Files where c++ writes to a file and C# reads from it , but...
View ArticleDoes Mac, Windows, Linux Standalone Target Platform Mean Its Only Compatible...
So, I was just playing around with the resolution of my game, but then this came to my mind. I choose Mac Windows Linux Standalone for my game, but the target platform is set to mac, its the only...
View ArticleCan i use pupular applications names in my game?
Am wondering if i can use the exact name of a famous tool in Linux in my game. For example, there is a command in Linux called ifconfig Can i use the same name, or should i come up with a new name? Is...
View ArticleLinux build restricting permissions?
I built two Linux .x86 & .x86_64 programs via the Build function (command + B) on Mac and have tried to run the exec. file on Raspbian Jessie, elementaryOS, and Kali (don't ask why). I have noticed...
View ArticleCan I develop Unity with C# on Linux
I don't want to switch to Windows. Can I develop my whole game on Linux with C#?
View Articlemy games crash in ubantu
When I publish my games to ubantu12.04 x86,However,It crash everytime,I can run this game in ubantu16,Is there any limit of unity for Linux?
View ArticleLinux plugins not included in build
Hey Folks, So I'm building in Unity, Universal Linux build and for some reason the 'CSteamworks' and 'steam_api64' plugin files are not being included in my final build. At the moment they are located...
View ArticleHow to connect Unity to a diff tool on linux
I use unity with my team. I am the only one on linux. We use collaborate and sometimes there are merge conflicts. I therefore would like to set a diff tool to resolve these conflicts. However I am not...
View ArticleLinux Standalone player slow startup after version 5.2
Hi all, We are using Unity in a timing-sensitive application where we need a game to start more or less at exactly a given timeslot. When we built the game using Unity 5.2, we saw now problems and the...
View ArticleRun a standalone linux application on a Docker container
HI! I am working a project using Unity. Part of the project requires to be able to generate video of some specific scene. I was able to do this by generating lots of png files and then assembling a...
View ArticleLinux Standalone player can not find GPU
I am trying to run a Unity game through the command line on a Ubuntu 14.04 server. I build the game as headless as I've read that it is used to run a game without displaying anything, but still being...
View ArticleLinux Headless Mode checkbox in Build Settings
How to build a project for Linux from the command line with the "Headless Mode" checkbox in Unity "Build Settings"? C:\Program Files (x86)\Unity\Editor\Unity.exe -quit -batchmode -nographics...
View ArticleVM Linux : No UI ?
I'm trying to do some test in a Ubuntu VM. The game launches fine and runs fine but there is no UI (menu or HUD). Even the Unity logo when the game starts with the Free Edition doesn't show. Has anyone...
View ArticleStandalone Build Problem [Linux/Mac]
Hi everyone, I'm on the verge of releasing a game of mine, and I'd like to make it as much accessible. But I'm currently having problems doing a linux and mac build on windows. I'm pretty sure the...
View ArticleCannot launch Unity Game Engine on Ubuntu 16.10
After installing [Unity Game Engine][1], I tried to run it by its launcher but no any window appears. Then, I tried to run it in the terminal and got the following error message. $ ./Unity ./Unity:...
View Articlemultithreading physX
PhysX 3 executes in different cores (https://blogs.unity3d.com/2014/07/08/high-performance-physics-in-unity-5/), In my project, there are a lot of circle colliders (2d). But only one core is used. How...
View ArticleNo sound in Unity on Linux, but sound works in built game
I found some other ideas on how to fix this by Googling around, but nothing I tried seemed to work. I finally found a log message that seemed helpful: Couldn't open...
View ArticleUbuntu xvfb-run a Unity application with Nvidia leads to a “core dumped”
I build a Linux standalone version of my game. And I want it to run in batch mode in Ubuntu so that I can write some code to get screenshot automatically for further usage. My env: - Ubuntu 16.04 -...
View ArticleUnity 5.6 Linux grey window
I have downloaded the latest version of Unity 5.6, and installed on Ubuntu 16.10. When I try to run it, I get a the grey screen. The folder "Packages" was correctly created. As I already had the latest...
View ArticleRender to 'RenderTexture' in 'Headless Mode'
Hi, I'm trying to create a server that, whenever a client requests it, should render the screen to a RenderTexture. This image is then sent back to the client. The server however will be hosted in...
View Article