string basePath = isAndroid ? "/sdcard/DanceMaker/" : Application.persistentDataPath + "/"; string path = basePath; if (fileExt.Equals(".vrm")) { path += "Avatar/"; } else if (fileExt.Equals(".zip")) { path += "GLTF/"; } else { path += "Others/"; }
Here is my path logic in code, So if you download a .vrm file from vroidhub using build-in browser, the download path should be:/sdcard/DanceMaker/Avatar/