I am setting up the Unity Editor on CentOS using Docker. I am using the Unity 5.5.1xf1Linux Linux Editor shell script to install.
After deciphering the dependencies I have managed to get it installed. So far things seem to be going OK but when I follow the instructions to pass the serial, username and password as per:
I recieve the error:
[0628/123155:ERROR:browser_main_loop.cc(161)] Running without the SUID sandbox! See chromium - An open-source project to help move the web forward. - Monorail for more information on developing with the sandbox on.
all/unity-editor-5.5.1xf1Linux/Editor/Data/Mono/lib/mono/2.0â
Mono path[2] = â/unityinstall/unity-editor-5.5.1xf1Linux/Editor/Data/UnityScriptâ
Mono path[3] = â/unityinstall/unity-editor-5.5.1xf1Linux/Editor/Data/Mono/lib/mono/2.0â
Mono config path = â/unityinstall/unity-editor-5.5.1xf1Linux/Editor/Data/Mono/etcâ
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,defer=y,address=0.0.0.0:56177
DisplayProgressbar: Unity license
Cancelling DisplayDialog: Failed to activate/update license. Timeout occured while trying to update license. Please try again later or contact support@unity3d.com
This should not be called in batch mode.
(Filename: /home/builduser/buildslave/unity/build/Editor/Platform/Linux/EditorUtility.cpp Line: 222)
I see there is a similar issue open here:
However there seems to be no clear resolution. Any advice would be great, happy to provide any additional information to help clarify.