cs-util-com / cscore

cscore is a minimal-footprint library providing commonly used helpers & patterns for your C# projects. It can be used in both pure C# and Unity projects.
https://cs-util-com.github.io/cscore/
Apache License 2.0
183 stars 31 forks source link

Sharing and download module for WebGL builds #97

Closed HtoTheB closed 11 months ago

HtoTheB commented 1 year ago

Hello there,

as previously promised here is a second module for interacting with native browser functions. This time we've got file downloads and access to the native sharing tools provided by the operating system.

We're currently working on a nice demo-scene for that as well, should be ready by monday.

We've noticed that you've made a couple of changes to our last contribution. If there's anything we can do in advance so you don't have to feel free to let me know.

As always we're open to feedback and suggestions!

Best regards


This change is Reviewable