Open
Description
This would allow us to prioritize which folder is searched first in the following function:
https://github.com/cinder/Cinder/blob/master/src/cinder/app/Platform.cpp#L119
The back story: with cmake a binary can be built in a different folder hierarchy than the assets folder. If you add that folder to the search path using AddAssetDirectory
, then move the binary adjacent to a different assets folder, there could be some user ambiguity over which folder is being accessed. This would at least allow the user to explicitly state which folder they want to prioritize.