Innovation Group Film Library
Перейти к файлу
Mike Wuetherick 972e077cb2
flargh
2019-07-05 12:15:02 -07:00
Editor fix package for master 2019-06-19 12:52:44 +02:00
Runtime fix package for master 2019-06-19 12:52:44 +02:00
.gitattributes separate package into it's own repo so packman doesn't complain, organized in proper package directory structure 2019-06-05 10:15:03 -07:00
CHANGELOG.md update changelog 2019-06-05 10:56:52 -07:00
CHANGELOG.md.meta moving everything to top-level folder so packman can find it 2019-06-05 10:26:47 -07:00
CONTRIBUTING.md moving everything to top-level folder so packman can find it 2019-06-05 10:26:47 -07:00
CONTRIBUTING.md.meta moving everything to top-level folder so packman can find it 2019-06-05 10:26:47 -07:00
Editor.meta moving everything to top-level folder so packman can find it 2019-06-05 10:26:47 -07:00
LICENSE.md update license 2019-06-05 10:56:12 -07:00
LICENSE.md.meta moving everything to top-level folder so packman can find it 2019-06-05 10:26:47 -07:00
README.md flargh 2019-07-05 12:15:02 -07:00
README.md.meta moving everything to top-level folder so packman can find it 2019-06-05 10:26:47 -07:00
Runtime.meta moving everything to top-level folder so packman can find it 2019-06-05 10:26:47 -07:00
package.json moving everything to top-level folder so packman can find it 2019-06-05 10:26:47 -07:00
package.json.meta moving everything to top-level folder so packman can find it 2019-06-05 10:26:47 -07:00

README.md

Unity Innovation Group Film Library

Library of code / tools created by the M&E Innovation Group at Unity.

The 'Master' branch is what the Sherman project used when it was released (built around Unity 18.4 LTS version)

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

"com.newtonsoft.json": "https://github.com/Unity-Technologies/com.unity.innovationgroup.filmlib.git",

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",