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

Addressables to reduce WebGL load time

Discussion in 'Addressables' started by nrvllrgrs, Oct 29, 2019.

  1. nrvllrgrs

    nrvllrgrs

    Joined:
    Jan 12, 2010
    Posts:
    62
    I'm trying to decrease the load time of a WebGL player. In order to do this, I'm trying to use Addressables so that I have low res textures at load time but then asynchronously load the high res texture. However, I get a "Your browser does not support any of the required graphics API for this content" error when trying to load it -- which I did not get prior to using Addressables. Any thoughts?

    Am I just going down the wrong path using Addressables?
     
  2. nrvllrgrs

    nrvllrgrs

    Joined:
    Jan 12, 2010
    Posts:
    62
    This was a problem with the cached data. After it was cleared, it magically worked again.