Search Unity

Error on Ubuntu 14.04

Discussion in 'Linux' started by santiihoyos, Feb 16, 2016.

  1. santiihoyos

    santiihoyos

    Joined:
    Sep 4, 2015
    Posts:
    9
    Hi, we have one critical bug,it does not open the editor :(

    Unity version= 5.3.2.1
     

    Attached Files:

  2. santiihoyos

    santiihoyos

    Joined:
    Sep 4, 2015
    Posts:
    9
    System Specifications:

    cpu= Intel® Core™ i5 de la 4º generación
    gpu= NVIDIA® GeForce GTX 765M con memoria GDDR5 (GDDR5 2GB VRAM)
    screen= 15.6" Full HD (1920x1080)
    OS= Ubuntu 14.04.3 LTS
     
  3. SergeantG

    SergeantG

    Joined:
    Sep 12, 2015
    Posts:
    32
    First of all create directory:
    Code (CSharp):
    1. mkdir -p ~/.local/share/unity3d/Packages
    If that will not work install additional package called
    Code (CSharp):
    1. npm
     
  4. ruberboy

    ruberboy

    Joined:
    Feb 15, 2016
    Posts:
    7
    last post solution did not work for me. What you can do if it doesn't work for you is http://forum.unity3d.com/threads/starting-into-black-recent-screen.384332/

    In resume, if using the console for the above thing is not working you must use the file explorer and create ~/.local/share/unity3d/packages with default permissions so that at first start of unity it copies the needed files from /opt. More info in the post.
     
  5. santiihoyos

    santiihoyos

    Joined:
    Sep 4, 2015
    Posts:
    9
    YES! it works, THANK YOU VERY SO MUCH!!! The first is the solution.
     
  6. santiihoyos

    santiihoyos

    Joined:
    Sep 4, 2015
    Posts:
    9
    Thanks, SergeantG's solution works for me.
     
    ruberboy likes this.
  7. KamikazeQ

    KamikazeQ

    Joined:
    Sep 28, 2015
    Posts:
    1
    That worked for me too.Thanks!