Skip to content

Commit 5e5e48a

Browse files
committed
Merge branch 'readme'
2 parents 1f620f3 + 8d8224c commit 5e5e48a

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

README-RU.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<p align="center">
2-
<img src="https://github.com/DCFApixels/Notes-Unity/assets/99481254/d6e83712-be0b-4d74-9fce-b78872f32434" >
2+
<img src="https://github.com/DCFApixels/Unity-Notes/assets/99481254/d6e83712-be0b-4d74-9fce-b78872f32434" >
33
</p>
44

55
<p align="center">
6-
<img alt="Version" src="https://img.shields.io/github/package-json/v/DCFApixels/Notes-Unity?color=%23FFC200&style=for-the-badge">
7-
<img alt="License" src="https://img.shields.io/github/license/DCFApixels/Notes-Unity?color=FFC200&style=for-the-badge">
6+
<img alt="Version" src="https://img.shields.io/github/package-json/v/DCFApixels/Unity-Notes?color=%23FFC200&style=for-the-badge">
7+
<img alt="License" src="https://img.shields.io/github/license/DCFApixels/Unity-Notes?color=FFC200&style=for-the-badge">
88
</p>
99

1010
# Заметки для Редактора Unity
@@ -17,13 +17,13 @@
1717
<tr></tr>
1818
<tr>
1919
<td nowrap width="100">
20-
<a href="https://github.com/DCFApixels/Notes-Unity/blob/main/README-RU.md">
20+
<a href="https://github.com/DCFApixels/Unity-Notes/blob/main/README-RU.md">
2121
<img src="https://github.com/user-attachments/assets/3c699094-f8e6-471d-a7c1-6d2e9530e721"></br>
2222
<span>Русский</span>
2323
</a>
2424
</td>
2525
<td nowrap width="100">
26-
<a href="https://github.com/DCFApixels/Notes-Unity">
26+
<a href="https://github.com/DCFApixels/Unity-Notes">
2727
<img src="https://github.com/user-attachments/assets/30528cb5-f38e-49f0-b23e-d001844ae930"></br>
2828
<span>English</span>
2929
</a>
@@ -35,7 +35,7 @@
3535

3636

3737
<p align="center">
38-
<img src="https://github.com/DCFApixels/Notes-Unity/assets/99481254/e8e3e6a9-9d35-48db-b786-45554fa3e08e" width="600" >
38+
<img src="https://github.com/DCFApixels/Unity-Notes/assets/99481254/e8e3e6a9-9d35-48db-b786-45554fa3e08e" width="600" >
3939
<br>
4040
Заметки в Scene View для дизайнеров.
4141
</p>
@@ -46,7 +46,7 @@
4646
* ### Unity-модуль
4747
Добавьте git-URL в [PackageManager](https://docs.unity3d.com/2023.2/Documentation/Manual/upm-ui-giturl.html) или вручную в `Packages/manifest.json` файл. Используйте этот git-URL:
4848
```
49-
https://github.com/DCFApixels/Notes-Unity.git
49+
https://github.com/DCFApixels/Unity-Notes.git
5050
```
5151
* ### В виде исходников
5252
Можно установит просто скопировав исходники в папку проекта
@@ -56,7 +56,7 @@ https://github.com/DCFApixels/Notes-Unity.git
5656
## Как использовать
5757
Просто добавьте компонент `Note` или `LazyNote` на любой GameObject. Либо используйте ПКМ + "GameObject/Notes/Create Note"(или LazyNote) для автоматического создания объекта с заметкой.
5858

59-
Чтобы добавить пресеты Авторов или Типов Заметок нажмите на иконку ![gear](https://github.com/DCFApixels/Notes-Unity/assets/99481254/0d0efe29-6f54-44d1-a8a6-90f895e101ee) в компоненте заметки.
59+
Чтобы добавить пресеты Авторов или Типов Заметок нажмите на иконку ![gear](https://github.com/DCFApixels/Unity-Notes/assets/99481254/0d0efe29-6f54-44d1-a8a6-90f895e101ee) в компоненте заметки.
6060

6161
Чтобы отобразить текст заметки в Scene View, используйте разделитель ">-<", весь текст перед разделителем будет отображен.
6262

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<p align="center">
2-
<img src="https://github.com/DCFApixels/Notes-Unity/assets/99481254/d6e83712-be0b-4d74-9fce-b78872f32434" >
2+
<img src="https://github.com/DCFApixels/Unity-Notes/assets/99481254/d6e83712-be0b-4d74-9fce-b78872f32434" >
33
</p>
44

55
<p align="center">
6-
<img alt="Version" src="https://img.shields.io/github/package-json/v/DCFApixels/Notes-Unity?color=%23FFC200&style=for-the-badge">
7-
<img alt="License" src="https://img.shields.io/github/license/DCFApixels/Notes-Unity?color=FFC200&style=for-the-badge">
6+
<img alt="Version" src="https://img.shields.io/github/package-json/v/DCFApixels/Unity-Notes?color=%23FFC200&style=for-the-badge">
7+
<img alt="License" src="https://img.shields.io/github/license/DCFApixels/Unity-Notes?color=FFC200&style=for-the-badge">
88
</p>
99

1010
# Notes for Unity Editor
@@ -17,13 +17,13 @@
1717
<tr></tr>
1818
<tr>
1919
<td nowrap width="100">
20-
<a href="https://github.com/DCFApixels/Notes-Unity/blob/main/README-RU.md">
20+
<a href="https://github.com/DCFApixels/Unity-Notes/blob/main/README-RU.md">
2121
<img src="https://github.com/user-attachments/assets/7bc29394-46d6-44a3-bace-0a3bae65d755"></br>
2222
<span>Русский</span>
2323
</a>
2424
</td>
2525
<td nowrap width="100">
26-
<a href="https://github.com/DCFApixels/Notes-Unity">
26+
<a href="https://github.com/DCFApixels/Unity-Notes">
2727
<img src="https://github.com/user-attachments/assets/3c699094-f8e6-471d-a7c1-6d2e9530e721"></br>
2828
<span>English</span>
2929
</a>
@@ -33,7 +33,7 @@
3333

3434

3535
<p align="center">
36-
<img src="https://github.com/DCFApixels/Notes-Unity/assets/99481254/e8e3e6a9-9d35-48db-b786-45554fa3e08e" width="600" >
36+
<img src="https://github.com/DCFApixels/Unity-Notes/assets/99481254/e8e3e6a9-9d35-48db-b786-45554fa3e08e" width="600" >
3737
<br>
3838
Notes on Scene View for designers.
3939
</p>
@@ -43,7 +43,7 @@ Versioning semantics - [Open](https://gist.github.com/DCFApixels/e53281d4628b19f
4343
* ### Unity-module
4444
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:
4545
```
46-
https://github.com/DCFApixels/Notes-Unity.git
46+
https://github.com/DCFApixels/Unity-Notes.git
4747
```
4848
* ### Using source code
4949
Can install by copying the sources into the project.
@@ -53,7 +53,7 @@ Can install by copying the sources into the project.
5353
## How to use
5454
Just add the `Note` or `LazyNote` component to any GameObject. Or use RMB + "GameObject/Notes/Create Note"(or LazyNote) to automatically create a note object.
5555

56-
To add Author or Note Type presets, click on the ![gear](https://github.com/DCFApixels/Notes-Unity/assets/99481254/0d0efe29-6f54-44d1-a8a6-90f895e101ee) icon in the Note component.
56+
To add Author or Note Type presets, click on the ![gear](https://github.com/DCFApixels/Unity-Notes/assets/99481254/0d0efe29-6f54-44d1-a8a6-90f895e101ee) icon in the Note component.
5757

5858
To display text in the Scene View window, use the separator ">-<" all text before it will be displayed
5959

0 commit comments

Comments
 (0)