Url Texture

Using UrlTexture, you can set the image of the specified Url for the Material assigned to the target Renderer.

property

propertyfunction
UrlSpecify the URL of the image acquisition destination. (Supported formats are PNG/JPEG)
WrapModeSpecify the Texture Wrap Mode of the texture to be set.
RendererSpecifies the Renderer that reflects the image. The specified Renderer must be attached to this GameObject.
TargetMaterialPropertyNameSpecify the property name of the Material that you want to reflect the image as a texture.

detail