Unity Package SDK for LBRY
Find a file
2019-04-01 14:10:19 -05:00
LBRY 3D Viewer Update lbry-format 2019-01-11 12:16:02 -06:00
.gitignore Fix package export & add unitypackage 2019-01-06 18:38:24 -06:00
lbry.unitypackage Update lbry-format 2019-01-11 12:16:02 -06:00
LICENSE Initial commit 2019-01-05 02:39:13 -06:00
README.md Update README.md 2019-04-01 14:10:19 -05:00

lbry-unity

lbry-unity is an all-inclusive LBRY SDK for Unity.

This project is currently a work-in-progress.

See also https://github.com/lbryio/lbry-format

Requirements

Dependencies: NodeJS
Verified in Unity 2018.3 and Unity 2019.1.0b8.

Does not work with Unity 2017 and some prior alpha releases of Unity 2019.

Usage

In your Unity project, import lbry.unitypackage.

Assets > Import Package > Custom Package > 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)