- Home /
Using AWS S3 Java SDK on a WebGL Project
I’m trying to get pulling images from an S3 bucket working with a Unity WebGl project.
I can pull the images fine in the editor but when I go to build the project I get the same error in the javascript console as the guy in this thread;
https://forums.aws.amazon.com/thread.jspa?threadID=248490
’ArgumentNullException: Argument cannot be null. Parameter name: stream’
The last post in this thread recommends they use the AWS Javascript SDK. Is it possible to use the AWS Javascript SDK in a Unity WebGL project?
I only need to achieve very limited functionality. To pull an image from a bucket and to stream a video from a bucket.
Answer by arya2000 · Jul 20, 2020 at 07:30 AM
Were you able to resolve this with AWS Javascript SDK? @danielos1996
Your answer
Follow this Question
Related Questions
Jar to Unity project converter 0 Answers
AWS WebGL Securly Get Images? 1 Answer
Web Bluetooth and Unity with Webgl,Web Bluetooth and Unity WebGl? 1 Answer
How can I scale webgl canvas without losing input position? 0 Answers
WebGl does nothing 2 Answers