This repository was archived by the owner on Jun 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Unity on Ubuntu
Mirco edited this page Nov 8, 2016
·
3 revisions
If you try to install and start unity (with the .deb pakacke ad dpkg -i unity.xx.deb) under ubuntu you may run in the following error in the npm-debug.log:
Error: package could not be found. : unityeditor-cloud-hub-0.0.1.tgz
To resolve that you need to create the local cache folder for npm with
mkdir -p /home/hci/.local/share/unity3d/Packages/
- Start as root.
- Patience for the build process is required. It will look like it's crashed, however it's just super slow.
- Unity3D can be started from the terminal with
unity3d
So science, much wiki.