- Home /
Question by
IsaiahKelly · Aug 09, 2016 at 04:22 AM ·
editorassetsexternal fileswizard
External File Field for Scriptable Wizard?
I want to define a field in a ScriptableWizard window that will allow me to select any file on my computer. Exactly like the EditorUtility.OpenFilePanel function. However, that function only seems to work for a single file by itself and I need to select multiple different types of files simultaneously, with one field for each type in the wizard.
Is this possible or do I just need to make a custom editor instead?
Comment