Search Unity

Loading a prefab from a url in C#

Discussion in 'Scripting' started by ascii_sigma, Sep 5, 2021.

  1. ascii_sigma

    ascii_sigma

    Joined:
    Mar 24, 2020
    Posts:
    1
    Hello, I am a bit curious on how I can load prefab(s) from a www request using C# in Unity.
    I've searched everywhere but haven't seen this specific question asked before, any help here?
     
  2. _geo__

    _geo__

    Joined:
    Feb 26, 2014
    Posts:
    1,341
    Welcome to the unity forum.
    The recommended way to do this is to use Addressables.
     
    Kurt-Dekker likes this.