We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b11bd4 commit a4e454eCopy full SHA for a4e454e
1 file changed
Assets/MapEditor/Scripts/ToolTips.cs
@@ -11,7 +11,7 @@ public static class ToolTips
11
public static GUIContent systemOS = new GUIContent("OS: " + SystemInfo.operatingSystem);
12
public static GUIContent systemRAM = new GUIContent("RAM: " + SystemInfo.systemMemorySize / 1000 + "GB");
13
public static GUIContent unityVersion = new GUIContent("Unity Version: " + Application.unityVersion);
14
- public static GUIContent editorVersion = new GUIContent("Editor Version: v0.1.2");
+ public static GUIContent editorVersion = new GUIContent("Editor Version: v0.1.3");
15
16
public static GUIContent runPreset = new GUIContent("Run Preset", "Run this preset with all it's current nodes.");
17
public static GUIContent deletePreset = new GUIContent("Delete Preset", "Delete this preset from Unity.");
0 commit comments