Forum Discussion

natashagubernov's avatar
natashagubernov
Start Partner
6 months ago

All my assets are displayed as warnings in all worlds!

I'm not able to add any assets to any of my worlds (including new empty worlds), and all my worlds have all the assets displayed as warning signs! This  is preventing me from doing any work right now

3 Replies

  • Ben.SH's avatar
    Ben.SH
    Community Manager

    Hey Natasha, I'm sorry you have run into this issue. Usually the triangle symbol indicates a rate limit on loading textures. This often occurs after using a script that attempts to swap a texture too quickly. Try checking any newly implemented scripts that use this functionality.

    It can take a day for the rate limit on your account to reset, but if the script is still active in your world the limit will be hit again.

  • Thank you, Ben! The only script I recently worked with that does texture swapping was swapping a texture on a projectile hit. Do you think that if I pressed a button too fast and many times in a row, it could potentially cause it?

     

    • Ben.SH's avatar
      Ben.SH
      Community Manager

      In past instances, it's been triggered when attempting to use the texture swap to make gif like animations at rates of 12 FPS or more. Your scenario of rapidly hitting a button could have potentially caused that if it has more than one swap per click.

      If you share your code snippet, someone may be able to review it and suggest an edit.