2using System.Collections.Generic;
3using System.Runtime.InteropServices.WindowsRuntime;
12#if UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN || UNITY_WSA
14#elif UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX
33 public static bool OpenApplication(
string applicationPath,
string[] argumentKeys,
string[] argumentValues)
35 return Instance._OpenApplication(applicationPath, argumentKeys, argumentValues);
38 public bool _OpenApplication(
string applicationPath,
string[] argumentKeys,
string[] argumentValues)
45 return Instance._ParseApplicationArguments();