File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ public static class ToolTips
1111 public static GUIContent systemOS = new GUIContent ( "OS: " + SystemInfo . operatingSystem ) ;
1212 public static GUIContent systemRAM = new GUIContent ( "RAM: " + SystemInfo . systemMemorySize / 1000 + "GB" ) ;
1313 public static GUIContent unityVersion = new GUIContent ( "Unity Version: " + Application . unityVersion ) ;
14- public static GUIContent editorVersion = new GUIContent ( "Editor Version: v0.1.2 " ) ;
14+ public static GUIContent editorVersion = new GUIContent ( "Editor Version: v0.1.3 " ) ;
1515
1616 public static GUIContent runPreset = new GUIContent ( "Run Preset" , "Run this preset with all it's current nodes." ) ;
1717 public static GUIContent deletePreset = new GUIContent ( "Delete Preset" , "Delete this preset from Unity." ) ;
You can’t perform that action at this time.
0 commit comments