lbry-unity/README.md

27 lines
736 B
Markdown
Raw Normal View History

2019-01-06 16:48:29 -06:00
# lbry-unity
`lbry-unity` is an all-inclusive LBRY SDK for Unity.
This project is currently a work-in-progress.
2019-01-06 20:01:13 -06:00
2019-04-01 14:01:46 -05:00
See also https://github.com/lbryio/lbry-format
## Requirements
Dependencies: `NodeJS`
2019-04-01 14:10:19 -05:00
Verified in `Unity 2018.3` and `Unity 2019.1.0b8`.
Does not work with `Unity 2017` and some prior alpha releases of `Unity 2019`.
2019-04-01 14:01:46 -05:00
## Usage
In your Unity project, import `lbry.unitypackage`.
2019-04-01 14:10:19 -05:00
`Assets` > `Import Package` > `Custom Package` > `lbry.unitypackage`
2019-04-05 11:09:21 -05:00
Package exports will be saved to `./Build/package.lbry`, these can be uploaded directly to LBRY.
2019-04-01 14:01:46 -05:00
## 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)