I would to send images from Unity-webgl to Javascript to show them in the site without saving the images on the server.
My idea is encoding images and then send them to Javascript, whichowould show them using
`
`
How can I do it? How can encode an image with Unity to be displayed in the website using Javascript and HTML?
↧