public bool MeldStudioShowSceneByName(string sceneName, int connectionIdx = -1)
Enter the Scene Name
-1
Enter the connection index number (-1 is a fallback for the Default connection)
bool
CPH.MeldStudioShowSceneByName(sceneName);
CPH.MeldStudioShowSceneByName(sceneName, connectionIdx);