psiconlab / Load-Image-from-URL-in-Unity

How to load an image from URL across the Internet in Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load-Image-from-URL-in-Unity

How to load an image from URL across the Internet in Unity

This example contains two scripts that can be used to load any image from a URL across internet then use it as a texture for a 3D object or a 2D UI Canvas in Unity.

You can see 2 scenes, first one is to load the image as texture for 3D object, and the second one loading it as a 2D image used in Unity Canvas.

Here is the demonstration video: https://youtu.be/39N-uyovHvs

About

How to load an image from URL across the Internet in Unity

License:MIT License


Languages

Language:C# 100.0%