com.beamable 5.0.0-PREVIEW.RC15 → 5.0.0-PREVIEW.RC16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.attestation.p7m CHANGED
Binary file
@@ -41,13 +41,13 @@ namespace Beamable.Editor.Util
41
41
  EditorGUILayout.Space(1, true);
42
42
 
43
43
  { // draw the right buttons
44
- clickedRefresh = BeamGUI.HeaderButton(null, iconRefresh,
44
+ clickedRefresh = BeamGUI.HeaderButton(null, iconRefresh ?? GetSpinner(),
45
45
  width: 30,
46
46
  padding: 4,
47
47
  iconPadding: -5,
48
48
  drawBorder: false);
49
49
 
50
- clickedHelp = BeamGUI.HeaderButton(null, iconHelp,
50
+ clickedHelp = BeamGUI.HeaderButton(null, iconHelp ?? GetSpinner(),
51
51
  width: 30,
52
52
  padding: 4,
53
53
  iconPadding: 5,
@@ -5,5 +5,5 @@
5
5
  "beamMongoExpressUrl": "https://storage.beamable.com",
6
6
  "dockerRegistryUrl": "https://microservices.beamable.com/v2/",
7
7
  "isUnityVsp": "false",
8
- "sdkVersion": "5.0.0-PREVIEW.RC15"
8
+ "sdkVersion": "5.0.0-PREVIEW.RC16"
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.beamable",
3
- "version": "5.0.0-PREVIEW.RC15",
3
+ "version": "5.0.0-PREVIEW.RC16",
4
4
  "displayName": "Beamable",
5
5
  "description": "A better way to build games in Unity\n",
6
6
  "unity": "2021.3",