From 0bd785e2cd05f46fbbd5b8d71761dd890cec7632 Mon Sep 17 00:00:00 2001 From: InvertGames Date: Thu, 6 Aug 2015 21:01:46 -0400 Subject: [PATCH] 1.6.2 --- Editor/Resources/uFrameReadme.txt | 13 ++++++++++++- Editor/WelcomePlugin/Editor/WelcomePlugin.cs | 2 +- ExampleProject.meta | 9 --------- ExampleProject/LevelSystem.meta | 9 --------- ExampleProject/LevelSystem/SimpleClasses.meta | 9 --------- 5 files changed, 13 insertions(+), 29 deletions(-) delete mode 100644 ExampleProject.meta delete mode 100644 ExampleProject/LevelSystem.meta delete mode 100644 ExampleProject/LevelSystem/SimpleClasses.meta diff --git a/Editor/Resources/uFrameReadme.txt b/Editor/Resources/uFrameReadme.txt index 1ff65e14..9fccea1d 100644 --- a/Editor/Resources/uFrameReadme.txt +++ b/Editor/Resources/uFrameReadme.txt @@ -4,7 +4,18 @@ Be sure to subscribe to our newsletter @ invertgamestudios.com for updates, noti Note for 1.5 Users: The 1.6 Version of uFrame, only falls short of a major release due to it being mostly bug fixes and changes that will support the idea of ECS and MVVM working together, and promises for the 1.x release. If you already have a lot of work done in 1.5 save 1.6 for your next game or application. While upgrading is possible if you are familiar enough with it, but it will require a significant effort. -1.61 +1.6.2 + - New Node Styles for better visual feedback. + - Documentation Updates + - Interactive Tutorial Updates + - Wiki page link on welcome screen + - New extension method for copying viewmodels + - New sugar methods to invoke commands on view-models. + - Serializer fixes + - Kernel Fix: Correctly publishes Loading instead of Loaded twice. + - Other small enhancements & Fixes + +1.601 - Added: New Welcome Screen - Cleaned up Documentation look and feel - Documentation changes/fixes/updates are coming in the next version diff --git a/Editor/WelcomePlugin/Editor/WelcomePlugin.cs b/Editor/WelcomePlugin/Editor/WelcomePlugin.cs index e9733db1..e1bb8a65 100644 --- a/Editor/WelcomePlugin/Editor/WelcomePlugin.cs +++ b/Editor/WelcomePlugin/Editor/WelcomePlugin.cs @@ -31,7 +31,7 @@ public bool ExampleUnityPackageExists public string AbsoluteExampleUnityPackagePath { - get { return Path.Combine(Application.dataPath, "pkj/ExampleProject.unitypackage"); } + get { return Path.Combine(Application.dataPath, "uFrame/MVVM/Framework/ExampleProject.unitypackage"); } } public IEnumerable GetExampleProjectScenes() diff --git a/ExampleProject.meta b/ExampleProject.meta deleted file mode 100644 index ec3cd970..00000000 --- a/ExampleProject.meta +++ /dev/null @@ -1,9 +0,0 @@ -fileFormatVersion: 2 -guid: 8585a2a8c0e92554ba351b8a84702964 -folderAsset: yes -timeCreated: 1436209946 -licenseType: Pro -DefaultImporter: - userData: - assetBundleName: - assetBundleVariant: diff --git a/ExampleProject/LevelSystem.meta b/ExampleProject/LevelSystem.meta deleted file mode 100644 index bd987686..00000000 --- a/ExampleProject/LevelSystem.meta +++ /dev/null @@ -1,9 +0,0 @@ -fileFormatVersion: 2 -guid: fbb3555066cc97547a3f46cb7a439d23 -folderAsset: yes -timeCreated: 1436211200 -licenseType: Pro -DefaultImporter: - userData: - assetBundleName: - assetBundleVariant: diff --git a/ExampleProject/LevelSystem/SimpleClasses.meta b/ExampleProject/LevelSystem/SimpleClasses.meta deleted file mode 100644 index af559e94..00000000 --- a/ExampleProject/LevelSystem/SimpleClasses.meta +++ /dev/null @@ -1,9 +0,0 @@ -fileFormatVersion: 2 -guid: ecf065e47ca048f498d2f7e305b4c25e -folderAsset: yes -timeCreated: 1436223253 -licenseType: Pro -DefaultImporter: - userData: - assetBundleName: - assetBundleVariant: