I try to get file by using Application.persistentDataPath on Android, but File.Exists(path) return false. Expect that will be true. What\'s wrong?
Application.persistentDataPath
File.Exists(path)