This commit is contained in:
Mike Wuetherick 2019-07-05 12:15:02 -07:00 коммит произвёл GitHub
Родитель 3ac1cf07c7
Коммит 972e077cb2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 13 добавлений и 13 удалений

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

@ -1,5 +1,5 @@
# Unity Innovation Group Film Library
=========================
Library of code / tools created by the M&E Innovation Group at Unity.
@ -10,7 +10,7 @@ The 'Dev' branch includes some new / experimental work.
There will also be additional unity-version-specific branches arriving soon as we start to port the code to the 19.x Tech Cycle.
# Using the Package
=============================
Open the manifest.json for your project and add the following entry to your list of dependencies
@ -18,15 +18,15 @@ Open the manifest.json for your project and add the following entry to your list
For example:
`"dependencies": {
"com.unity.innovationgroup.filmlib": "https://github.com/Unity-Technologies/com.unity.innovationgroup.filmlib.git",
"com.unity.ads": "2.0.8",
"com.unity.analytics": "3.2.2",
"com.unity.collab-proxy": "1.2.15",
...
}`
You can also append the desired branch to the end of the URL, like so:
`"com.unity.innovationgroup.filmlib": "https://github.com/Unity-Technologies/com.unity.innovationgroup.filmlib.git#dev",`
"dependencies": {
"com.unity.innovationgroup.filmlib": "https://github.com/Unity-Technologies/com.unity.innovationgroup.filmlib.git",
"com.unity.ads": "2.0.8",
"com.unity.analytics": "3.2.2",
"com.unity.collab-proxy": "1.2.15",
...
}
You can also append the desired branch to the end of the URL, like so:
"com.unity.innovationgroup.filmlib": "https://github.com/Unity-Technologies/com.unity.innovationgroup.filmlib.git#dev",