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