Search Unity

Question Retrive objects from cloud storage

Discussion in 'Editor & General Support' started by afurioso, Aug 25, 2022.

  1. afurioso

    afurioso

    Joined:
    Jan 12, 2022
    Posts:
    88
    Hello guys,

    how can I retrieve game objects from the cloud?

    I explain myself better:

    I allow the user to upload his game object from a website and uploaded it to cloud storage (I'm using firebase). Once the user did that, I want that unity read the game object uploaded from the user. So, how can I use addressable to read this game object?

    From what I know addressable can use the cloud but the game objects should become a child of a group and build the addressable to work.