How to load an image from URL across the Internet in Unity and use it as 2D UI or as a 3D texture

Опубликовано: 06 Октябрь 2024
на канале: ThirteeNov
7,304
95

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.

Get the scripts from my blog: https://thirteenov.ciihuy.com/how-to-...