#Does Application.persistentDataPath break if you're using a D: drive? (Seems so for me)
1 messages · Page 1 of 1 (latest)
it wouldn't exist inside the project dir, and would be located wherever %userprofile% is https://docs.unity3d.com/ScriptReference/Application-persistentDataPath.html
Huh. The debug log lied to me I guess? I found it, thanks.
are you sure you didn't log dataPath by mistake?
Oh that's totally what I did