Skip to content

Commit 127a16c

Browse files
authored
Update README.md
1 parent 50ccc94 commit 127a16c

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,28 @@
1-
# Notes-Unity
1+
<p align="center">
2+
<img src="https://github.com/DCFApixels/Notes-Unity/assets/99481254/e8e3e6a9-9d35-48db-b786-45554fa3e08e" width="600" >
3+
</p>
24

35
<p align="center">
46
<img alt="Version" src="https://img.shields.io/github/package-json/v/DCFApixels/Notes-Unity?color=%23FFC200&style=for-the-badge">
57
<img alt="License" src="https://img.shields.io/github/license/DCFApixels/Notes-Unity?color=FFC200&style=for-the-badge">
68
</p>
79

8-
<img src="https://github.com/DCFApixels/Notes-Unity/assets/99481254/e8e3e6a9-9d35-48db-b786-45554fa3e08e" width="600">
10+
# Notes for Unity Editor
11+
912

1013
Notes on Scene View for designers.
1114

1215
## Installation
13-
Use the + inside the Package Manager window and add this URL: https://github.com/DCFApixels/Notes-Unity.git
1416

15-
![image](https://github.com/DCFApixels/Notes-Unity/assets/99481254/24e5907d-c8cf-48fb-a07c-a74daaff604f)
17+
* ### Unity-module
18+
Add the git-URL to the project [using PackageManager](https://docs.unity3d.com/2023.2/Documentation/Manual/upm-ui-giturl.html) or directly to the `Packages/manifest.json` file. Copy this git-URL:
19+
```
20+
https://github.com/DCFApixels/Notes-Unity.git
21+
```
22+
* ### Using source code
23+
Can install by copying the sources into the project.
1624

25+
### Versioning
1726
Versioning semantics: [Open](https://gist.github.com/DCFApixels/c3b178a308b411f530361d1d56f1f929#versioning)
1827

1928

0 commit comments

Comments
 (0)