lbry-unity/README.md

21 lines
533 B
Markdown
Raw Normal View History

2019-01-06 23:48:29 +01:00
# lbry-unity
`lbry-unity` is an all-inclusive LBRY SDK for Unity.
This project is currently a work-in-progress.
2019-01-07 03:01:13 +01:00
2019-04-01 21:01:46 +02:00
See also https://github.com/lbryio/lbry-format
## Requirements
Dependencies: `NodeJS`
Verified in `Unity 2018.3`. Does not work with `Unity 2017` or `Unity 2019` (in Beta as of writing)
## Usage
In your Unity project, import `lbry.unitypackage`.
## 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)