Пример #1
0
 static SVNTools()
 {
     _shell = new ShellHelper();
     #if UNITY_EDITOR_OSX
     _shell.AddEnvironmentVars(SVNSetting.Instance.osxSVNPath);
     #elif UNITY_EDITOR_WIN
     _shell.AddEnvironmentVars(SVNSetting.Instance.winSVNPath);
     #endif
 }