Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gwaredd/unitymarkdownviewer

A markdown viewer for unity
https://github.com/gwaredd/unitymarkdownviewer

markdown unity unity3d

Last synced: 3 days ago
JSON representation

A markdown viewer for unity

Awesome Lists containing this project

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](https://github.com/gwaredd/UnityMarkdownViewer/releases).

## Screenshots

### Dark Skin

![Screenshot](https://raw.githubusercontent.com/gwaredd/UnityMarkdownViewer/main/Documentation/images/screenshot_dark.png)

### Light Skin

![Screenshot](https://raw.githubusercontent.com/gwaredd/UnityMarkdownViewer/main/Documentation/images/screenshot_light.png)