Exemplo n.º 1
0
    void KeyCodeS()
    {
        string filePath = Crosstales.FB.FileBrowser.SaveFile("Samples", "txt");

        Debug.Log(filePath);
        thisKnot.SaveTxtFile(filePath);
    }