This commit is contained in:
Xingwei Zhu 2022-07-25 17:32:12 +08:00 коммит произвёл GitHub
Родитель 38455e73aa
Коммит 45813fdfaa
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -83,7 +83,7 @@ Move the downloaded package folder into the **root** folder of your Unity projec
Generally, you can make it using a console (or terminal) application by just a few commands as below:
```none
cd <YourPackagePath>
cd <YourProjectPath>
git clone https://github.com/Unity-Technologies/com.unity.uiwidgets.git com.unity.uiwidgets
```