Skip to content

Instantly share code, notes, and snippets.

@Brin-o
Created May 27, 2020 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Brin-o/144f196c5b62ca9e50e9a25a818dbaf7 to your computer and use it in GitHub Desktop.
Save Brin-o/144f196c5b62ca9e50e9a25a818dbaf7 to your computer and use it in GitHub Desktop.
Elementary OS and Unity
Downlading odd version via unity hub
- navigate to your Unity Hub location with termianl and launch this
./UnityHub_04bbd5e8a2807b1b18cc06cb02ae973f.AppImage unityhub://2019.3.6f1/5c3fb0a11183
Replace "unityhub://2019.3.6f1/5c3fb0a11183" with the magnet link you get by right clicking on the "Unity Hub" button in the download archive.
Launching Unity in elementary without zoom issues
Terminal command example:
GTK3_MODULES="" GTK_CSD=0 /home/brin/Unity/Hub/Editor/2019.3.6f1/Editor/Unity -projectPath /home/brin/Programming/Magnitiser2019
Replace with your Edtior version location and project path. This is needed because pantheon uses a different version of GTK than Ubuntu from my understanding.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment