|
|
|
|
|
|
public class PyrceptionInstaller : EditorWindow |
|
|
|
{ |
|
|
|
|
|
|
|
[MenuItem("Window/General/Pyrception/Run")] |
|
|
|
[MenuItem("Window/Pyrception/Run")] |
|
|
|
static void RunPyrception() |
|
|
|
{ |
|
|
|
string path = Application.dataPath.Replace("/Assets", ""); |
|
|
|
|
|
|
if (ExitCode != 0) return; |
|
|
|
} |
|
|
|
|
|
|
|
[MenuItem("Window/General/Pyrception/Setup")] |
|
|
|
[MenuItem("Window/Pyrception/Setup")] |
|
|
|
static void SetupPyrception() |
|
|
|
{ |
|
|
|
int steps = 3; |
|
|
|