Update README.md

This commit is contained in:
Shawn K 2019-04-05 11:09:21 -05:00 committed by GitHub
parent c71d20984e
commit 7a8c09b049
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,8 @@ In your Unity project, import `lbry.unitypackage`.
`Assets` > `Import Package` > `Custom Package` > `lbry.unitypackage` `Assets` > `Import Package` > `Custom Package` > `lbry.unitypackage`
Package exports will be saved to `./Build/package.lbry`, these can be uploaded directly to LBRY.
## Limitations ## Limitations
Unity WebGL targets do not support threads (use co-routines instead) or some binary add-ons (must use addons that provide sources or WebASM targets) Unity WebGL targets do not support threads (use co-routines instead) or some binary add-ons (must use addons that provide sources or WebASM targets)