Unity C# script for get directory path on Android device
Main function is static so it's no need to attach script to any game object.
Use below function to get file deirectory
AndroidPathManager.GetFriendlyFilesPath()
Use below function to get cache deirectory
Use AndroidPathManager.GetFriendlyCachePath() to get file deirectory