Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gwaredd/unitymarkdownviewer
- Owner: gwaredd
- License: mit
- Created: 2019-06-28T05:54:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T15:33:21.000Z (about 1 year ago)
- Last Synced: 2024-12-23T07:06:07.610Z (3 days ago)
- Topics: markdown, unity, unity3d
- Language: C#
- Homepage:
- Size: 10.6 MB
- Stars: 257
- Watchers: 6
- Forks: 36
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Unity Markdown Viewer (UMV)
> A markdown viewer for unityUMV 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)