Skip to content

Instantly share code, notes, and snippets.

@vicenterusso
Last active August 11, 2024 00:56
Show Gist options
  • Select an option

  • Save vicenterusso/41730e6a4e8fce35d129ef47490ae773 to your computer and use it in GitHub Desktop.

Select an option

Save vicenterusso/41730e6a4e8fce35d129ef47490ae773 to your computer and use it in GitHub Desktop.
Unity 3D - Fedora - Setup -- Desktop Icon / Android SDK / Rider IDE

Create the desktop file

nano ~/.local/share/applications/unity-editor.desktop
[Desktop Entry]
Name=Unity Editor
Exec=/home/USER/Unity/Hub/Editor/2022.3.40f1/Editor/Unity
Icon=/home/USER/Unity/Hub/Editor/2022.3.40f1/Editor/Data/Resources/LargeUnityIcon.png
Type=Application
StartupNotify=true

Run

chmod +x ~/.local/share/applications/unity-editor.desktop
update-desktop-database ~/.local/share/applications/

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment