Skip to content

Load a new audio file at runtime with a browser #1

@Daniel061

Description

@Daniel061

Trying to add script to a button to load a new audio file at runtime using file explorer.

public void LoadAudioFromFile()
{
    Debug.Log("Load Called");
    System.Diagnostics.Process p = new System.Diagnostics.Process();
    p.StartInfo = new System.Diagnostics.ProcessStartInfo("explorer.exe");
    p.Start();

}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions