Skip to content

Commit

Permalink
- Now v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
InvexGames committed Feb 24, 2015
1 parent 1fd67b2 commit 350ff77
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Editor/MaterialUIEditorTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ namespace MaterialUI
[ExecuteInEditMode]
public static class MaterialUIEditorTools
{
private const string versionInfo = "v0.2.4";

private static GameObject theThing;
private static GameObject selectedObject;
private static bool notCanvas;
Expand Down Expand Up @@ -434,7 +432,7 @@ private static void Wiki()
Application.OpenURL("https://github.com/InvexGames/MaterialUI/wiki");
}

[MenuItem("MaterialUI/Check for Update (current " + versionInfo + ")")]
[MenuItem("MaterialUI/Check for Update (current v" + MaterialUIVersion.currentVersion + ")")]
private static void About()
{
Application.OpenURL("https://github.com/InvexGames/MaterialUI/releases");
Expand Down
7 changes: 7 additions & 0 deletions Scripts/MaterialUIVersion.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
using UnityEngine;
using System.Collections;

public static class MaterialUIVersion
{
public const string currentVersion = "0.2.5";
}
8 changes: 8 additions & 0 deletions Scripts/MaterialUIVersion.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions StarterScene.unity
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ GameObject:
- 114: {fileID: 1217785373}
- 114: {fileID: 1217785372}
- 114: {fileID: 1217785371}
- 114: {fileID: 1217785376}
m_Layer: 5
m_Name: Canvas
m_TagString: Untagged
Expand Down Expand Up @@ -333,3 +334,18 @@ RectTransform:
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0, y: 0}
--- !u!114 &1217785376
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 1217785370}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 3d1c785342aa5384d98707025a8cda4c, type: 3}
m_Name:
m_EditorClassIdentifier:
siteText:
latestVersion:
currentVersionInt:
latestVersionInt:

0 comments on commit 350ff77

Please sign in to comment.