Created
October 30, 2012 19:50
-
-
Save aras-p/3982571 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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