com.valectric.mooserunner 2.1.11 → 2.1.12

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.
Binary file
Binary file
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "MooseRunner.HotReloadIntegration",
3
+ "rootNamespace": "",
4
+ "references": [],
5
+ "includePlatforms": ["Editor"],
6
+ "excludePlatforms": [],
7
+ "allowUnsafeCode": false,
8
+ "overrideReferences": true,
9
+ "precompiledReferences": [
10
+ "MooseRunner.HotReloadIntegration.dll"
11
+ ],
12
+ "autoReferenced": false,
13
+ "defineConstraints": ["HOT_RELOAD_PRESENT"],
14
+ "versionDefines": [
15
+ {
16
+ "name": "com.singularitygroup.hotreload",
17
+ "expression": "",
18
+ "define": "HOT_RELOAD_PRESENT"
19
+ }
20
+ ],
21
+ "noEngineReferences": false
22
+ }
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: 421778c12554e7d38a9144752bc3e42f
3
+ AssemblyDefinitionImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -0,0 +1,33 @@
1
+ fileFormatVersion: 2
2
+ guid: 6c5ba827f074dde5f311d1b365f7dffa
3
+ PluginImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 2
6
+ iconMap: {}
7
+ executionOrder: {}
8
+ defineConstraints: []
9
+ isPreloaded: 0
10
+ isOverridable: 1
11
+ isExplicitlyReferenced: 0
12
+ validateReferences: 0
13
+ platformData:
14
+ - first:
15
+ Any:
16
+ second:
17
+ enabled: 0
18
+ settings: {}
19
+ - first:
20
+ Editor: Editor
21
+ second:
22
+ enabled: 1
23
+ settings:
24
+ DefaultValueInitialized: true
25
+ - first:
26
+ Windows Store Apps: WindowsStoreApps
27
+ second:
28
+ enabled: 0
29
+ settings:
30
+ CPU: AnyCPU
31
+ userData:
32
+ assetBundleName:
33
+ assetBundleVariant:
@@ -0,0 +1,3 @@
1
+ // Empty stub — exists only to force Unity to compile MooseRunner.HotReloadIntegration so its precompiledReferences become available to consumers.
2
+ namespace MooseRunner.Internal.Wrapper { internal struct _MooseRunner_HotReloadIntegration { } }
3
+
@@ -0,0 +1,11 @@
1
+ fileFormatVersion: 2
2
+ guid: 0b4bcba4a688ad4ece02fad3cf30e703
3
+ MonoImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 2
6
+ defaultReferences: []
7
+ executionOrder: 0
8
+ icon: {instanceID: 0}
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
Binary file
package/LICENSE.md CHANGED
@@ -20,7 +20,7 @@ Use of the Software is governed by the terms of that agreement.
20
20
  applicable law.
21
21
 
22
22
  For the full license terms or to purchase a license, see
23
- https://processbynature.com/mooserunner or contact johan.holtby@valectric.se.
23
+ https://www.mooserunner.com or contact sales@mooserunner.com.
24
24
 
25
25
  ## Third party components
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.valectric.mooserunner",
3
- "version": "2.1.11",
3
+ "version": "2.1.12",
4
4
  "displayName": "MooseRunner",
5
5
  "description": "MooseRunner boosts PlayMode testing with Hot Reload, MCP for AIs, timescale control, and Task support. It enables rapid iteration, auto test reruns, full documentation and dedicated support.",
6
6
  "unity": "6000.2",