com.wallstop-studios.dxmessaging 2.0.0-rc05 → 2.0.0-rc06

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.
@@ -36,8 +36,8 @@ namespace DxMessaging.Editor
36
36
 
37
37
  static SetupCscRsp()
38
38
  {
39
- EditorApplication.delayCall += EnsureCscRsp;
40
39
  EditorApplication.delayCall += EnsureDLLsExistInAssets;
40
+ EditorApplication.delayCall += EnsureCscRsp;
41
41
  }
42
42
 
43
43
  private static void EnsureDLLsExistInAssets()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.wallstop-studios.dxmessaging",
3
- "version": "2.0.0-rc05",
3
+ "version": "2.0.0-rc06",
4
4
  "displayName": "DxMessaging",
5
5
  "description": "Synchronous Event Bus for Unity",
6
6
  "unity": "2021.3",