A video introduction to Arcadia -- clojure in unity!

Quick note if anyone else are installing Unity from Linux: You won’t find a Linux installer on the big installer page. Instead, install with an AppImage for Unity Hub. With Unity Hub, you authenticate and install the version you want.

  1. Sign up for a Unity ID

  2. Download the latest Unity Hub AppImage from the forum. Latest as of 2019-05-10 is Unity Hub 1.6.2

  3. Make the AppImage executable

     chmod +x UnityHubSetup.AppImage
    
  4. Then run it.

     ./UnityHubSetup.AppImage
    
2 Likes