Skip to content

Instantly share code, notes, and snippets.

@aras-p
Created October 30, 2012 19:50
Show Gist options
  • Select an option

  • Save aras-p/3982571 to your computer and use it in GitHub Desktop.

Select an option

Save aras-p/3982571 to your computer and use it in GitHub Desktop.
Say asset has GUID 123456.
Right now, cached data is in Library/cache/123456 (skipping split into folders).
When asset changes, we reimport it (delete Library/cache/123456 I guess?).
With per-platform:
Cached data is in Library/cache/123456-ios (or whatever suffix to indicate "specific" bit)
When asset changes, delete Library/cache/123456-* (all cached files)
PROFIT!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment