- Home /
EditorUtility.OpenFilePanel, select multiple files?
I can use EditorUtility.OpenFilePanel() to select one file, and EditorUtility.OpenFolderPanel() to select one folder, but how would I go about selecting multiple files in one panel instance?
Every single time you post multiple messages, they will all be rejected.
I don't understand. I'm only posting my questions once. What do you mean?
Answer by Eric5h5 · Mar 19, 2014 at 01:40 PM
OpenFilePanel returns a string, so it's impossible to use it for multiple files. For that to work it would have to return a string array.
Answer by lanyelinxiang · Jun 19, 2019 at 12:42 PM
You may try UnityStandaloneFileBrowser https://github.com/gkngkc/UnityStandaloneFileBrowser Here is demo. https://gkngkc.github.io/
Your answer
Follow this Question
Related Questions
How to change code file associations in unity? 2 Answers
Untangling two projects 1 Answer
The Script Equivilent of dragging a hierarchy of meshes over a preexisting prefab? 0 Answers
[Solved] Unity is not opening projects 3 Answers
Missing Method Exception when trying to access EditorJsonUtility class methods 3 Answers