Url Raw Image component
By using Url Raw Image, you can change the texture of the target Raw Image to the image of the specified URL.

property
property | function |
---|---|
Url | Specify the URL of the image acquisition destination. (Supported formats are PNG/JPEG.) |
WrapMode | Specify the Texture Wrap Mode of the texture to be set. |
RawImage | Specify Raw Image to reflect the image. The specified Raw Image must be attached to this GameObject. |
detail
Raw Image is automatically added when this component is attached.
For this component to work, Raw Image must be attached at the same level as the Url Raw Image component. there is.
Image files are cached at the Cluster’s server for a certain period of time per URL.
For this reason, if you upload an image file after someone has entered the world, it may take some time for the update to be reflected.
If you want to update the image displayed in the world’s Url Raw Image immediately, please specify a new URL.