Search Unity

Arcore Samples on Linuc

Discussion in 'Linux' started by Deleted User, Jun 14, 2019.

  1. Deleted User

    Deleted User

    Guest

    Hi All

    Has anyone managed to get this https://developers.google.com/ar/develop/unity/quickstart-android working on Linux ?

    I'm using 2019.1.6f1 and trying the HelloAR but keep getting

    Code (bash):
    1. UnityEditor.BuildPlayerWindow+BuildMethodException: Error building Player because scripts have compile errors in the editor
    2.   at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (UnityEditor.BuildPlayerOptions options) [0x00242] in /home/builduser/buildslave/unity/build/Editor/Mono/BuildPlayerWindowBuildMethods.cs:194
    3.   at UnityEditor.BuildPlayerWindow.CallBuildMethods (System.Boolean askForBuildLocation, UnityEditor.BuildOptions defaultBuildOptions) [0x0007f] in /home/builduser/buildslave/unity/build/Editor/Mono/BuildPlayerWindowBuildMethods.cs:97
    4. UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
    when running build

    I've setup following the instructions and also https://forum.unity.com/threads/fixed-il2cpp-for-linux-64-bit-android.685198/

    Bit new to unity so any help appreciated