Unity Markdown Viewer
Unity Markdown Viewer is an editor inspector extension that displays markdown files directly within Unity's inspector window. Zero configuration required. Perfect for viewing documentation, changelogs, and README files without leaving the editor. Supports both light and dark themes.
com.mischief.markdownviewer 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/markdownviewer.git README Markdown
Copy this to your project's README.md
## Installation
Add **Unity Markdown Viewer** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/markdownviewer.git
```
[](https://www.pkglnk.dev/pkg/markdownviewer)README
Unity Markdown Viewer (UMV)
A markdown viewer for unity
UMV is a Unity editor extension for displaying markdown files in the inspector window.
It should just work without any setup or configuration.
Installation
Clone the repository into the project Packages directory
cd Packages
git clone https://github.com/gwaredd/UnityMarkdownViewer.git
Alternatively import the .unitypackage file from the releases page.
Screenshots
Dark Skin

Light Skin

No comments yet. Be the first!