Skip to content

Instantly share code, notes, and snippets.

View agneay's full-sized avatar
:octocat:
Learning something new

Agneay B Nair agneay

:octocat:
Learning something new
View GitHub Profile
@agneay
agneay / README.md
Created October 3, 2025 14:12
Custom Unity Editor Layout for Faster Workflow

Custom Unity Layout

How to use:

  1. Download the .wlt file.
  2. 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/
  3. Open Unity → go to Window > Layouts > Select Layout.
  4. Choose this layout from the list.

Markdown Syntax Reference (GitHub Gist)

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.

Table of Contents

  1. Headings
  2. Emphasis
  3. Lists (Ordered / Unordered / Nested / Task)
@agneay
agneay / .gitignore
Created May 28, 2025 06:24 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@agneay
agneay / .gitignore
Created July 18, 2024 14:17
A template for .gitignore to be placed at the root of any unity project
# 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/
@agneay
agneay / action.desktop
Created April 14, 2024 13:30
Basic template for introducing custom content in pcmanfm file manager LINUX
[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)