airsdk / ANE-PlayAssetDelivery

Play Asset Delivery ANE
2 stars 2 forks source link

Does this work using file url? #15

Open PippoApps opened 1 year ago

PippoApps commented 1 year ago

I am loading files using File.url property. Does this work using this ANE?

ajwfrost commented 1 year ago

You can't load assets using normal file APIs, you need to use the AssetFile class and the APIs that this gives you (similar to FileStream): https://github.com/airsdk/ANE-PlayAssetDelivery/wiki