diff --git a/.github/latest.md b/.github/latest.md index d562c476..7db68b5b 100644 --- a/.github/latest.md +++ b/.github/latest.md @@ -1,12 +1,11 @@ -This update includes an additional popup for the new Quick Start sample, operation completed event and README updates. +This update adds a small improvement to the module installer and a new setup guide editor window flow to help new users get started. ## Changelog ### Added -- support for response codes [#62](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/62) - -### Updated -- refactor of WebRequestDispatcher [#59](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/59) +- import timeout to module installer [#70](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/70) +- Add new setup guide window [#71](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/71) +- added function for folder size in MB [#72](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/72) ### Fixed -- fixed an issue with the popup don't ask again pref was not updating correctly [#58](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/58) +- various editor window layout fixes [#73](https://github.com/readyplayerme/rpm-unity-sdk-core/pull/73) \ No newline at end of file diff --git a/Editor/Module Management/ModuleList.cs b/Editor/Module Management/ModuleList.cs index 591064ec..9005c1cc 100644 --- a/Editor/Module Management/ModuleList.cs +++ b/Editor/Module Management/ModuleList.cs @@ -14,7 +14,7 @@ public static class ModuleList name = "com.readyplayerme.core", gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-core.git", branch = "", - version = "1.2.0" + version = "1.3.0" }; /// @@ -34,14 +34,14 @@ public static class ModuleList name = "com.readyplayerme.avatarloader", gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-avatar-loader.git", branch = "", - version = "1.2.0" + version = "1.3.0" }, new ModuleInfo { name = "com.readyplayerme.webview", gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-webview.git", branch = "", - version = "1.1.0" + version = "1.2.0" } }; diff --git a/package.json b/package.json index 0ab33df2..74b54c0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.readyplayerme.core", - "version": "1.2.0", + "version": "1.3.0", "displayName": "Ready Player Me Core", "description": "Ready Player Me Core is responsible for module management and setting up the SDK for first time use.", "unity": "2020.3",