Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Player dependencies

Discussion in 'Linux' started by guavaman, May 10, 2018.

  1. guavaman

    guavaman

    Joined:
    Nov 20, 2009
    Posts:
    5,609
    What player dependencies are required on Linux? I'm trying to get a build to run in Arch Linux to track down a support problem (Rewired developer). No matter what Unity version I build to, I get this error logged:

    The referenced script on this Behaviour (Game Object 'GameObject') is missing!

    Obviously this is not a problem in my code, but a problem where Unity can't even load the GameObject component.
     
  2. PJayB

    PJayB

    Unity Technologies

    Joined:
    Apr 24, 2017
    Posts:
    105
    Can you paste your entire log? (Make sure there's no PII or NDA information in it first)
     
  3. guavaman

    guavaman

    Joined:
    Nov 20, 2009
    Posts:
    5,609
    There wasn't anything else significant in the log.

    I eventually got the build working by installing the Unity Editor from AUR (thanks to my customer for the detailed step by step) and the required MS fonts (or no OnGUI fonts would display). Whatever dependencies the player has were fulfilled by installing the editor. I tried installing them one by one by using ldd before I installed the editor, but I couldn't get it working.