com.valectric.mooserunner 2.1.11 → 2.1.13
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/CLI~/mooserunnerCli.exe +0 -0
- package/CLI~/mooserunnerCliDaemon.exe +0 -0
- package/Editor/HotReloadIntegration/MooseRunner.HotReloadIntegration.dll +0 -0
- package/Editor/HotReloadIntegration/MooseRunner.HotReloadIntegration.dll.meta +34 -0
- package/Editor/MooseRunner.Editor.asmdef +7 -1
- package/Editor/MooseRunner.Internal.Editor.dll +0 -0
- package/Editor/MooseRunner.SessionRecorder.dll +0 -0
- package/Editor/MooseRunner.Worker.dll +0 -0
- package/LICENSE.md +1 -1
- package/package.json +1 -1
package/CLI~/mooserunnerCli.exe
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: 6c5ba827f074dde5f311d1b365f7dffa
|
|
3
|
+
PluginImporter:
|
|
4
|
+
externalObjects: {}
|
|
5
|
+
serializedVersion: 2
|
|
6
|
+
iconMap: {}
|
|
7
|
+
executionOrder: {}
|
|
8
|
+
defineConstraints:
|
|
9
|
+
- HOT_RELOAD_PRESENT
|
|
10
|
+
isPreloaded: 0
|
|
11
|
+
isOverridable: 1
|
|
12
|
+
isExplicitlyReferenced: 0
|
|
13
|
+
validateReferences: 0
|
|
14
|
+
platformData:
|
|
15
|
+
- first:
|
|
16
|
+
Any:
|
|
17
|
+
second:
|
|
18
|
+
enabled: 0
|
|
19
|
+
settings: {}
|
|
20
|
+
- first:
|
|
21
|
+
Editor: Editor
|
|
22
|
+
second:
|
|
23
|
+
enabled: 1
|
|
24
|
+
settings:
|
|
25
|
+
DefaultValueInitialized: true
|
|
26
|
+
- first:
|
|
27
|
+
Windows Store Apps: WindowsStoreApps
|
|
28
|
+
second:
|
|
29
|
+
enabled: 0
|
|
30
|
+
settings:
|
|
31
|
+
CPU: AnyCPU
|
|
32
|
+
userData:
|
|
33
|
+
assetBundleName:
|
|
34
|
+
assetBundleVariant:
|
|
@@ -12,6 +12,12 @@
|
|
|
12
12
|
],
|
|
13
13
|
"autoReferenced": false,
|
|
14
14
|
"defineConstraints": [],
|
|
15
|
-
"versionDefines": [
|
|
15
|
+
"versionDefines": [
|
|
16
|
+
{
|
|
17
|
+
"name": "com.singularitygroup.hotreload",
|
|
18
|
+
"expression": "",
|
|
19
|
+
"define": "HOT_RELOAD_PRESENT"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
16
22
|
"noEngineReferences": false
|
|
17
23
|
}
|
|
Binary file
|
|
Binary file
|
|
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://
|
|
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.
|
|
3
|
+
"version": "2.1.13",
|
|
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",
|