- Download the
.wlt
file. - Place it inside your Unity layouts folder:
- Windows:
%APPDATA%\Unity\Editor-5.x\Preferences\Layouts\default\
- macOS:
~/Library/Preferences/Unity/Editor-5.x/Preferences/Layouts/default/
- Linux:
~/.config/unity3d/Editor-5.x/Preferences/Layouts/default/
- Windows:
- Open Unity → go to Window > Layouts > Select Layout.
- Choose this layout from the list.
A compact but comprehensive cheat-sheet of CommonMark + GitHub Flavored Markdown (GFM) examples and usage.
Use this as a reference or template for README files, docs, and gists.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This .gitignore file should be placed at the root of your Unity project directory | |
# | |
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore | |
# | |
/[Ll]ibrary/ | |
/[Tt]emp/ | |
/[Oo]bj/ | |
/[Bb]uild/ | |
/[Bb]uilds/ | |
/[Ll]ogs/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Action | |
Profiles=profile_id | |
Name=Action name in English | |
Name[cc]=Action name in Language | |
Icon=Icon name | |
# Example: Icon=text-editor | |
[X-Action-Profile profile_id] | |
MimeTypes=MIME-types (semicolon separated) |