You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Добавьте git-URL в [PackageManager](https://docs.unity3d.com/2023.2/Documentation/Manual/upm-ui-giturl.html) или вручную в `Packages/manifest.json` файл. Используйте этот git-URL:
48
48
```
49
-
https://github.com/DCFApixels/Notes-Unity.git
49
+
https://github.com/DCFApixels/Unity-Notes.git
50
50
```
51
51
*### В виде исходников
52
52
Можно установит просто скопировав исходники в папку проекта
Просто добавьте компонент `Note` или `LazyNote` на любой GameObject. Либо используйте ПКМ + "GameObject/Notes/Create Note"(или LazyNote) для автоматического создания объекта с заметкой.
58
58
59
-
Чтобы добавить пресеты Авторов или Типов Заметок нажмите на иконку  в компоненте заметки.
59
+
Чтобы добавить пресеты Авторов или Типов Заметок нажмите на иконку  в компоненте заметки.
60
60
61
61
Чтобы отобразить текст заметки в Scene View, используйте разделитель ">-<", весь текст перед разделителем будет отображен.
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:
45
45
```
46
-
https://github.com/DCFApixels/Notes-Unity.git
46
+
https://github.com/DCFApixels/Unity-Notes.git
47
47
```
48
48
*### Using source code
49
49
Can install by copying the sources into the project.
@@ -53,7 +53,7 @@ Can install by copying the sources into the project.
53
53
## How to use
54
54
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.
55
55
56
-
To add Author or Note Type presets, click on the  icon in the Note component.
56
+
To add Author or Note Type presets, click on the  icon in the Note component.
57
57
58
58
To display text in the Scene View window, use the separator ">-<" all text before it will be displayed
0 commit comments