Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Demo Tutorial for Remote Hosting using Amazon S3

Discussion in 'Addressables' started by cryogee, Aug 7, 2019.

  1. cryogee

    cryogee

    Joined:
    Aug 6, 2009
    Posts:
    132
    Hello,

    I managed to try out the remote hosting feature and document them in a video.
    It covers
    • local prefab
    • remote prefab
    • labels
    • profile creation
    • setting up cdn
    • configuring cdn
    • Building for content
    • Building catalog
    • Updating Only Remote Content and accessing new content with previous build
    Here it is if anyone wants to follow along.

     
  2. Gwom

    Gwom

    Joined:
    Aug 5, 2015
    Posts:
    21
    @cryogee - great tutorial, thanks for sharing, I have been looking for a step by step guide for AWS and Addressables and this is perfect!
     
    cryogee likes this.
  3. squarelover

    squarelover

    Joined:
    Nov 14, 2012
    Posts:
    31
    great! where is automatisation tho?
     
  4. cryogee

    cryogee

    Joined:
    Aug 6, 2009
    Posts:
    132
    What automisation? Didn't understand the reference?
     
  5. zyonneo

    zyonneo

    Joined:
    Apr 13, 2018
    Posts:
    386
    Any idea on how to set remote load path at run time. The aws URLs change frequently so I cannot set the link on the profiles - Remote Load Path. I can only set them at runtime. My aim - before calling the Async function to load I need to set the Remote Load path at run time.