- Home /
Building dirty asset bundles
I am working on a project which uses multiple asset bundles. Whenever I do some changes in any of the assets I have to rebuild all asset bundles which takes a long time.
Is there a way to determine whether an asset being used in an asset bundle is out of date and rebuild those asset bundles only?
Thanks
Hi! I'm trying to use the asset bundles for my project
but not how to use them, could you please provide me with the necessary information? I really need to implement them, but dont know how...
Answer by ZenithCode · Oct 31, 2012 at 10:49 AM
Problem solved.
Check date of asset bundle and compare this with date of each asset making up the asset bundle(including meta files if you are using them). If date of one or more assets is greater than date of asset bundle, then asset bundle is outdated, therefore rebuild.
Your answer
Follow this Question
Related Questions
Distribute terrain in zones 3 Answers
Getting exception message from batchmode execution 1 Answer
Default Build File Extension 0 Answers
HDRP build not showing objects 0 Answers