Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Question Can I load image from URL?

Discussion in 'Visual Scripting' started by jayrtfm, Mar 30, 2023.

  1. jayrtfm

    jayrtfm

    Joined:
    Dec 4, 2019
    Posts:
    1
    Looks like if I were to write a script, I could use "UnityWebRequestTexture.GetTexture(url)" to load an image from a website

    Is there a way to do this ONLY in Visual Scripting? Been searching through the docs and nodes and this forum but can't find anything.
    I need to do this only via VS because Spatial.io and most other metaverse platforms do not support scripts.