Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

WebRequests

Discussion in 'Project Tiny' started by ZyXeM, Dec 7, 2018.

  1. ZyXeM

    ZyXeM

    Joined:
    Jul 10, 2015
    Posts:
    6
    Is there any way to use something like UnityWebRequests to recieve assetBundles from a server? or an individual image/sound.

    Thanks in advance,
     
    MUGIK and vb2s360 like this.
  2. etienne_unity

    etienne_unity

    Unity Technologies

    Joined:
    Aug 31, 2017
    Posts:
    102
    Hi @ZyXeM

    You can stream images and audio files by not embedding them in your build (embedded assets are exported as data URLs). Use the Assets section of the Tiny settings (in the Project Settings window) to configure individual assets. Right-click on an asset in the list to override its export settings.

    See this manual page for more details.
     
  3. ZyXeM

    ZyXeM

    Joined:
    Jul 10, 2015
    Posts:
    6
    Thanks for your reply!

    Are there any plans to add assetbundles in the future?
     
  4. etienne_unity

    etienne_unity

    Unity Technologies

    Joined:
    Aug 31, 2017
    Posts:
    102
    Yes. No exact ETA yet, but it's on our radar.