I am using a piece of code, that requires a path to a file to function. How can I get the raw path to the data on android? (Said data is currently in the Assets folder, but I can move it somewhere else.) Are there any workarounds?
void FunnyCode(string filePath);
FunnyCode(/*???*/);