UMV is a Unity editor extension for displaying markdown files in the inspector window.
It should _just work_ without any setup or configuration.
## Installation
There are a number of options for installing the package, choose your preference :)
### Asset Store
The project is available on the [Unity Asset Store](https://assetstore.unity.com/packages/tools/utilities/markdown-viewer-138882).
### Asset Import
* Download the `.unitypackage` file from the [releases page](https://github.com/gwaredd/UnityMarkdownViewer/releases).
* In the editor - `Assets -> Import Package -> Custom Package ...`
### Package Manager
You can use the unity package manager to install and manage the library direct from github. You should have `git` installed and available in your system's PATH.
Add the following line to your project `Packages/manifest.json` file.