Unity Package SDK for LBRY
Find a file
2019-04-01 14:01:46 -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:01:46 -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. 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)