File tree Expand file tree Collapse file tree 3 files changed +12
-13
lines changed Expand file tree Collapse file tree 3 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 1
- This update includes an additional popup for the new Quick Start sample, operation completed event and README updates.
1
+ This update adds a small improvement to the module installer and a new setup guide editor window flow to help new users get started.
2
2
3
3
## Changelog
4
4
5
5
### Added
6
- - support for response codes [ #62 ] ( https://github.com/readyplayerme/rpm-unity-sdk-core/pull/62 )
7
-
8
- ### Updated
9
- - refactor of WebRequestDispatcher [ #59 ] ( https://github.com/readyplayerme/rpm-unity-sdk-core/pull/59 )
6
+ - import timeout to module installer [ #70 ] ( https://github.com/readyplayerme/rpm-unity-sdk-core/pull/70 )
7
+ - Add new setup guide window [ #71 ] ( https://github.com/readyplayerme/rpm-unity-sdk-core/pull/71 )
8
+ - added function for folder size in MB [ #72 ] ( https://github.com/readyplayerme/rpm-unity-sdk-core/pull/72 )
10
9
11
10
### Fixed
12
- - 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 )
11
+ - various editor window layout fixes [ # 73 ] ( https://github.com/readyplayerme/rpm-unity-sdk-core/pull/73 )
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ public static class ModuleList
13
13
{
14
14
name = "com.readyplayerme.core" ,
15
15
gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-core.git" ,
16
- branch = "" ,
17
- version = "1.2 .0"
16
+ branch = "release/v1.3.0 " ,
17
+ version = "1.3 .0"
18
18
} ;
19
19
20
20
/// <summary>
@@ -33,15 +33,15 @@ public static class ModuleList
33
33
{
34
34
name = "com.readyplayerme.avatarloader" ,
35
35
gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-avatar-loader.git" ,
36
- branch = "" ,
37
- version = "1.2 .0"
36
+ branch = "release/v1.3.0 " ,
37
+ version = "1.3 .0"
38
38
} ,
39
39
new ModuleInfo
40
40
{
41
41
name = "com.readyplayerme.webview" ,
42
42
gitUrl = "https://github.com/readyplayerme/rpm-unity-sdk-webview.git" ,
43
- branch = "" ,
44
- version = "1.1 .0"
43
+ branch = "release/v1.2.0 " ,
44
+ version = "1.2 .0"
45
45
}
46
46
} ;
47
47
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.readyplayerme.core" ,
3
- "version" : " 1.2 .0" ,
3
+ "version" : " 1.3 .0" ,
4
4
"displayName" : " Ready Player Me Core" ,
5
5
"description" : " Ready Player Me Core is responsible for module management and setting up the SDK for first time use." ,
6
6
"unity" : " 2020.3" ,
You can’t perform that action at this time.
0 commit comments