Skip to content

Commit 33ff66a

Browse files
committed
Improve README.md
1 parent 77ca80b commit 33ff66a

File tree

5 files changed

+6
-24
lines changed

5 files changed

+6
-24
lines changed

Assets/Observer/Documentation-.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

Assets/Observer/Documentation-/Unity-Observer.md renamed to Assets/Observer/README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
An editor window to invoke methods, observe values and change them on editor play mode.
55

6+
[GitHub Project Link](https://github.com/excalith/unity-observer)
7+
68

79
## Usage
810
- You can open Observer window through `Window > Tools > Observer`
@@ -123,16 +125,4 @@ Observer.Header("Update Examples", "Header Example");
123125
Creates an empty space
124126
```C
125127
Observer.Seperator("Update Examples");
126-
```
127-
128-
## Contribution
129-
Please feel free to contribute!
130-
131-
- Create issues for both issues and feature requests
132-
- Create pull requests to develop for anything listed in issues
133-
- Please use prefixes such as Add, Fix, Update etc. before your commit message
134-
- Please be brief about your commit message
135-
136-
137-
## License
138-
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
128+
```

Assets/Observer/Documentation-/Unity-Observer.md.meta renamed to Assets/Observer/README.md.meta

File renamed without changes.

Assets/Observer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "com.excalith.unity-observer",
33
"displayName": "Unity Observer",
4-
"version": "0.9.1",
5-
"unity": "2017.4",
4+
"version": "1.0.0",
5+
"unity": "2018.3",
66
"description": "An editor window to invoke methods, observe values and change them on editor play mode.",
77
"author": {
88
"name": "Can Cellek",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ An editor window to invoke methods, observe values and change them on editor pla
66
![](screenshot.png)
77

88
### Notes
9-
- Should work with Unity 2017+
9+
- Should work with Unity 2018.3 or later
1010
- Works with both Dark and Light themes
1111

1212
## Usage

0 commit comments

Comments
 (0)