|
|
@ -24,6 +24,11 @@ namespace Fungus.Script |
|
|
|
t.transform.hideFlags = HideFlags.None; |
|
|
|
t.transform.hideFlags = HideFlags.None; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (Application.isPlaying) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
t.selectedCommand = t.executingSequence.activeCommand; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
EditorGUI.BeginChangeCheck(); |
|
|
|
EditorGUI.BeginChangeCheck(); |
|
|
|
|
|
|
|
|
|
|
|
float stepTime = EditorGUILayout.FloatField(new GUIContent("Step Time", "Minimum time to execute each step"), t.stepTime); |
|
|
|
float stepTime = EditorGUILayout.FloatField(new GUIContent("Step Time", "Minimum time to execute each step"), t.stepTime); |
|
|
|