Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
1
Question by Gillissie · May 30, 2018 at 03:32 PM · webglcacheasset bundlescaching

How to know if UnityWebRequestAssetBundle.GetAssetBundle is using a cached bundle?

I am loading asset bundles using UnityWebRequestAssetBundle.GetAssetBundle() per the documentation. Supposedly it automatically handles caching (I pass in a version number). However, I'm not certain that my WebGL build is using cached bundles. Every time I refresh the app, it appears that it is downloading the bundles again, just based on how long it takes to load them. It could just be the amount of time the WebGL version takes to OPEN them even if cached, I don't know. Is there anything I can do to see that it's using bundles from the cache?

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by MacDx · May 30, 2018 at 05:32 PM

There is a Caching class with some static methods that are exactly what you need. Specifically the IsVersionCached method. Just keep in mind that the overload that uses a version int is deprecated and you should use a Hash128 instead.


Hope this helps!


Documentation: https://docs.unity3d.com/ScriptReference/Caching.IsVersionCached.html

Comment
Add comment · Show 3 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Gillissie · May 30, 2018 at 05:45 PM 0
Share

Thanks. That could help me know if there is a cached version, but I'm still not sure whether that function I mentioned is actually USING a cached version. The documentation on that function doesn't seem to mention whether it caches and uses a cached version. Is there some logging that can be enabled or something?

avatar image Gillissie Gillissie · May 30, 2018 at 06:21 PM 0
Share

I just re-read the documentation at https://docs.unity3d.com/ScriptReference/Networking.UnityWebRequestAssetBundle.GetAssetBundle.html It does mention about caching actually, but only if you provide a version number or hash. So, I guess I will assume it's working.

avatar image ProbePLayer Gillissie · Oct 22, 2020 at 02:19 PM 0
Share

For whoever is unsure if it works, it is definitely working. I was using UnityWebRequest API to make requests to an AWS S3 bucket only to find out (after I changed the version parameter) that Unity has been using cached versions of the asset bundles all along since the request returned 403 Forbidden :)

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

88 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Addressable Assets Cache 0 Answers

Failed to decompress data for the AssetBundle error on WebGL 0 Answers

WebGL to cache Data before the first run 0 Answers

Is it possible to compress assetbundles in cache? 0 Answers

Does WWW has cache? Any official member can give us a result? 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges