Hello, I have a function that uses Windows 10 explorer to select a file and it has to return me the path, this is the code that gets the path from Windows 10 explorer:
String path = EditorUtility.OpenFilePanel("Selecciona un archivo", "", "txt");
The problem is that it always start from my Asset folder. e.g, if I want to read a .txt file that is in Downloads, thats the path I get: “C:\Users\Moreno\Documents\Unity\TFM\Assets\C:\Users\Moreno\Downloads\config1.txt”