https://github.com/machinationgames/unitynotepad
This Unity Editor extension provides a simple notepad window within the Unity Editor. It allows you to create, edit, and save files directly in the Unity environment.
https://github.com/machinationgames/unitynotepad
notepad package tool tools unity unity-editor
Last synced: 11 months ago
JSON representation
This Unity Editor extension provides a simple notepad window within the Unity Editor. It allows you to create, edit, and save files directly in the Unity environment.
- Host: GitHub
- URL: https://github.com/machinationgames/unitynotepad
- Owner: MachinationGames
- License: mit
- Created: 2024-07-18T15:11:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T04:12:10.000Z (almost 2 years ago)
- Last Synced: 2024-09-22T11:30:44.728Z (almost 2 years ago)
- Topics: notepad, package, tool, tools, unity, unity-editor
- Language: C#
- Homepage:
- Size: 84 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Unity Notepad Editor Window
This Unity Editor extension provides a simple notepad window within the Unity Editor. It allows you to create, edit, and save text files directly in the Unity environment.

## Features
- **Monospace Font**: Toggle between Unity and the Monospace Font included in the Fonts folder.
- **Dropdown File Selection**: Easily switch between text files stored in the Notes folder.
- **Unsaved Changes Detection**: Get prompts to save unsaved changes before switching files or closing the editor.
- **Reload Button**: Refresh the dropdown to include newly added files.
- **Create New File**: Quickly create new text files with a unique timestamped name.
## Supported File Types
- **.txt**: Standard text files.
- **.md**: Markdown files.
- Other similar text-based files.
## Installation
- Download the latest release
- Import package into Unity
## Usage
- Open the Notepad window via **Tools > Machination > Notepad > Open Notepad** in the Unity Editor menu.
- Toggle the Monospace font via **Tools > Machination > Notepad > Toggle Monospace Font** in the Unity Editor menu.
- Use the dropdown to select or create text files.
- Edit and save your notes directly in the Unity Editor.