Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Voting for the Unity Awards are OPEN! We’re looking to celebrate creators across games, industry, film, and many more categories. Cast your vote now for all categories
    Dismiss Notice
  3. Dismiss Notice

Player dependencies

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

  1. guavaman

    guavaman

    Joined:
    Nov 20, 2009
    Posts:
    5,495
    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,495
    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.