I've got Unity 5.6.0f3 installed in my container, but I can't get the Unity editor to launch at all. It seems to fail to run without logging anything to file or the Windows Event logs. Below is my slightly redacted docker run command. Note that I've also tried to run the command while attached to the container and see the issue as well.
**Anyone have any ideas what might be failing?**
docker run -v :d: "C:\Program Files\Unity\Editor\Unity.exe" -batchmode -nographics -quit -executeMethod -projectPath "d:\" -logFile "d:\UnityLogs.txt"
This is different from the following because I'm not trying to run a headless Unity server, but Unity itself. http://answers.unity3d.com/questions/1341355/unity-headless-server-on-windows-server-core-docke.html
↧