Skip to content

Commit 8dbf678

Browse files
committed
merge updates
2 parents 6fe6594 + bd1625f commit 8dbf678

File tree

3 files changed

+13
-30
lines changed

3 files changed

+13
-30
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.6] - 2020-11-24
9+
10+
### Fix
11+
12+
* Scrolling bug
13+
814
## [1.0.5] - 2020-11-21
915

1016
### Changes

README.md

Lines changed: 6 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,15 @@ It should _just work_ without any setup or configuration.
77

88
## Installation
99

10-
There are a number of options for installing the package, choose your preference :)
10+
Clone the repository into the project `Packages` directory
1111

12-
### Asset Store
12+
```
13+
cd Packages
14+
git clone https://github.com/gwaredd/UnityMarkdownViewer.git
15+
```
1316

14-
The project is available on the [Unity Asset Store](https://assetstore.unity.com/packages/tools/utilities/markdown-viewer-138882).
17+
Alternatively import the `.unitypackage` file from the [releases page](https://github.com/gwaredd/UnityMarkdownViewer/releases).
1518

16-
### Asset Import
17-
18-
* Download the `.unitypackage` file from the [releases page](https://github.com/gwaredd/UnityMarkdownViewer/releases).
19-
* In the editor - `Assets -> Import Package -> Custom Package ...`
20-
21-
### Package Manager
22-
23-
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.
24-
25-
Add the following line to your project `Packages/manifest.json` file.
26-
27-
"com.mischief.markdownviewer": "https://github.com/gwaredd/UnityMarkdownViewer.git",
28-
29-
It should look something like things
30-
31-
{
32-
"dependencies": {
33-
"com.mischief.markdownviewer": "https://github.com/gwaredd/UnityMarkdownViewer.git",
34-
"com.unity.package-manager-ui": "2.1.2",
35-
"com.unity.modules.ai": "1.0.0",
36-
"com.unity.modules.animation": "1.0.0",
37-
...
38-
}
39-
}
40-
41-
It will install automatically.
4219

4320
## Screenshots
4421

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.mischief.markdownviewer",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"displayName": "Unity Markdown Viewer",
55
"description": "Editor inspector for markdown files",
66
"unity": "2018.4",

0 commit comments

Comments
 (0)