Unity Package SDK for LBRY
Go to file
Thomas Zarebczan 11d437fc28
Merge pull request #4 from ykris45/patch-3
Update LICENSE
2020-02-03 17:06:02 -05:00
LBRY 3D Viewer Merge pull request #2 from ykris45/patch-1 2020-02-03 17:05:54 -05: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 Update LICENSE 2020-02-03 04:44:07 +07:00
README.md Update README.md 2019-04-05 11:12:02 -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, Unity Hub is recommended.

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

Package exports will be saved to ./Build/package.lbry, these can be uploaded directly to LBRY.

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)