Is it possible to create Windows/Mac installer on Linux OS?
Hi! My game is automatically pulled & build on Linux by Jenkins. Then it is published on website as *.zip package. What I want is to create installer. But I cannot find any solution for creating...
View ArticleProblems building for linux
Hello, I am making a game for a client that want it for linux. I have a problem with the distribution of linux used by my client, Guadalinex. The game fails when execute it. In other distributions...
View ArticleTwo webcam not play in Linux platform
I try use two webcam in game. (use WebCamTexture) It work well in window but not work in Linux Just one webcam play in Linux (that's first connected webcam) I also check device that connected two webcam
View ArticleFailure to initialize! Your hardware does not support this application,...
I get a popup: Failure to initialize! Your hardware does not support this application, sorry! If I try to run a Unity game using Anbox on Ubuntu. (An Android game on an Android emulator like thing.) Why?
View ArticleLinux build is putting libNative.so in wrong place
I am new to this Unity world, so I might be doing something wrong... But, I am getting a DllNotFoundException for my Linux build. The Windows and MacOS build work fine, so it is not my managed code....
View ArticleHow to run Unity3D on Manjaro Linux with Bumblebee (Optimus)
Hello! I've downloaded Unity for Linux and I am able to run it just fine, I've tested everything and everything works. Only problem is, when I do **optirun ./Unity** (in the main directory of Unity),...
View ArticleEditor crashes after loading a project
Everytime I start up Unity and try to open my project it loads everything, the editor flashes up and immediately closes again. At first deleting the projects Temp and Library folder solved the problem...
View ArticleUnity Standard Cutout - Black Border Issues,Standard Cutout Shader - Darker...
First I'll note that I'm using the Linux build of Unity which might be the issue. Anyway, the issue it that using the Unity Standard Cutout Shader I'm getting a black background around each cutout. It...
View ArticleUnity Linux, CircleCI and WebGL Build
Hello, I am trying to automate a project build with CircleCI 2.0, using a docker container with Ubuntu 16 and the latest version of Unity installed. It works on my machine (LOL), using the same...
View ArticlePlay music while game is starting
I'm creating a game in Unity (Targets: Mac/PC/Linux). I wish to play a 30 second looping track of music while the game loads. I can code in C# and C++ outside of unity if that is needed. i use Visual...
View Articleeach character doubled in inputfield in build but not editor on ubuntu 16.04
Since upgrading to 2017.3.0f1 (from 2.0f3), I have a strange problem with an UI input field where each typed character is doubled: "hello, world" --> "hheelllloo,, wwoorrlldd" This is not happening...
View ArticleLaunching local Unity API Reference from MonoDevelop on Linux
I'd like to use the ctrl + ' shortcut from Monodevelop but I'm only finding solutions for Windows and Mac. Also, I'm not using the Monodevelop shipped with unity since it looks like it didn't come...
View ArticleWhere are assets downloaded to on Linux? [solved]
I've loaded Linux Mint on my laptop and installed 2017.3 for Linux. It works well so far! I have made a backup of all my asset store downloads and would like to copy it back. Only problem is: I cannot...
View Article.NET Sockets Application question
So I have two devices: A Windows 10 computer, on which I have Unity. A wireless computing device which uses GNU/Linux OS. It reads data from an IMU. Connects to computer via SSH. I am trying to get...
View ArticleSystem.Windows.Forms.dll assembly is referenced by user code, but is not...
I'm trying to build my Unity project on Linux (Ubuntu 16.04), using the command Editor/Unity -batchmode -nographics -projectPath MyProjectPath -logFile mylog -buildLinuxUniversalPlayer MyProjectApp...
View Article"Failed to initialize unity graphics" when running remotely (ssh -Y)
When I log into my Ubuntu machine remotely using "ssh -Y" so that X windows get forwarded over the ssh tunnel, I am able to run the Unity editor up to a point. The following sequence occurs 1. I see...
View ArticleBuild Linux plugin with a PC
https://github.com/unity3d-jp/FrameCapturer For some reason, i need to compile a Linux Unity build with this plugin and run it on AWS. The plugin part says it can work in Linux but it need me to...
View ArticleUnity 3d compatibility on Windows10 and Linux
Hello I want to make a android 3d game with unity. My question is wich unity version should I use for working with on a Windows 10 and a Linux SO? And wich Linux should I use aswell? Thanks.
View ArticleHow can I access an external file within the same folder as the built .exe?
So I plan on building my game (which will run on Windows, Mac, and Linux) and then putting both the data folder and the exe folder into a new folder, which can be called "Game". But if I add a file in...
View ArticleCapture and handle the Ctrl-C signal (SIGINT) in Headless mode
I am doing an app which has networking capability. My main idea is to run it on a central server, so I want to run it in *headless* mode. To do so I writted this code: using System.Collections; using...
View Article