loomnetwork / unity-sdk

Loom DAppChain SDK for Unity3d
Other
121 stars 34 forks source link

Scripts for building a Unity package #36

Closed ZimM-LostPolygon closed 6 years ago

ZimM-LostPolygon commented 6 years ago
ZimM-LostPolygon commented 6 years ago

Added a script that downloads samples from GitHub before building the package: default This is much easier for the user than to search GitHub for samples and clone them one by one.

enlight commented 6 years ago

How many MBs do these sample zips add to the generated Unity package?

ZimM-LostPolygon commented 6 years ago

About 15 MB, which is nothing to worry about. It is quite typical, especially on Asset Store, to have packages where 200 MB are taken by samples, and a few MB are taken by the actual SDK.

enlight commented 6 years ago

Please add docs for the scripts to the README (can just copy what you wrote in the first post).

And can you open a new issue that explains your proposal to remove the SDK from the sample repos?