An open API service indexing awesome lists of open source software.

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.

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.
![Screenshot_24](https://github.com/user-attachments/assets/a84e24dd-8db9-4007-a1b1-9150dc9ae309)

## 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.