com.valectric.mooserunner 2.1.4
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/CHANGELOG.md +23 -0
- package/CLI~/mooserunnerCli.exe +0 -0
- package/CLI~/mooserunnerCliDaemon.exe +0 -0
- package/Editor/GUI/MooseRunnerFail.png +0 -0
- package/Editor/GUI/MooseRunnerFail.png.meta +140 -0
- package/Editor/GUI/MooseRunnerGreenLED.png +0 -0
- package/Editor/GUI/MooseRunnerGreenLED.png.meta +140 -0
- package/Editor/GUI/MooseRunnerLogoBannerSmall.png +0 -0
- package/Editor/GUI/MooseRunnerLogoBannerSmall.png.meta +140 -0
- package/Editor/GUI/MooseRunnerNotRun.png +0 -0
- package/Editor/GUI/MooseRunnerNotRun.png.meta +140 -0
- package/Editor/GUI/MooseRunnerPass.png +0 -0
- package/Editor/GUI/MooseRunnerPass.png.meta +140 -0
- package/Editor/GUI/MooseRunnerYellowLED.png +0 -0
- package/Editor/GUI/MooseRunnerYellowLED.png.meta +140 -0
- package/Editor/MooseRunner.Editor.asmdef +17 -0
- package/Editor/MooseRunner.Editor.asmdef.meta +7 -0
- package/Editor/MooseRunner.Internal.Editor.dll +0 -0
- package/Editor/MooseRunner.Internal.Editor.dll.meta +33 -0
- package/Editor/MooseRunner.SessionRecorder.dll +0 -0
- package/Editor/MooseRunner.SessionRecorder.dll.meta +33 -0
- package/Editor/MooseRunner.Worker.dll +0 -0
- package/Editor/MooseRunner.Worker.dll.meta +33 -0
- package/Editor/_WrapperStub.cs +3 -0
- package/Editor/_WrapperStub.cs.meta +11 -0
- package/LICENSE.md +28 -0
- package/README.md +347 -0
- package/Runtime/Helpers/DoNotDestroyOnTeardown/DoNotDestroyOnTeardown.cs +262 -0
- package/Runtime/Helpers/DoNotDestroyOnTeardown/DoNotDestroyOnTeardown.cs.meta +2 -0
- package/Runtime/Helpers/DoNotDestroyOnTeardown/MooseRunner.helper.asmdef +18 -0
- package/Runtime/Helpers/DoNotDestroyOnTeardown/MooseRunner.helper.asmdef.meta +7 -0
- package/Runtime/MooseRunner.Helpers.Runtime.dll +0 -0
- package/Runtime/MooseRunner.Helpers.Runtime.dll.meta +27 -0
- package/Runtime/MooseRunner.Internal.dll +0 -0
- package/Runtime/MooseRunner.Internal.dll.meta +27 -0
- package/Runtime/MooseRunner.Multiplaytest.Types.dll +0 -0
- package/Runtime/MooseRunner.Multiplaytest.Types.dll.meta +27 -0
- package/Runtime/MooseRunner.Runtime.asmdef +20 -0
- package/Runtime/MooseRunner.Runtime.asmdef.meta +7 -0
- package/Runtime/MooseRunner.SessionRecorder.Runtime.dll +0 -0
- package/Runtime/MooseRunner.SessionRecorder.Runtime.dll.meta +27 -0
- package/Runtime/MooseRunner.dll +0 -0
- package/Runtime/MooseRunner.dll.meta +27 -0
- package/Runtime/_WrapperStub.cs +3 -0
- package/Runtime/_WrapperStub.cs.meta +11 -0
- package/Samples~/Demos/MooseRunner.Demo.CancellationTokens.Tests/BatchCancellationTests.cs +37 -0
- package/Samples~/Demos/MooseRunner.Demo.CancellationTokens.Tests/BatchCancellationTests.cs.meta +2 -0
- package/Samples~/Demos/MooseRunner.Demo.CancellationTokens.Tests/CancellationTokenTests.cs +186 -0
- package/Samples~/Demos/MooseRunner.Demo.CancellationTokens.Tests/CancellationTokenTests.cs.meta +2 -0
- package/Samples~/Demos/MooseRunner.Demo.CancellationTokens.Tests/MooseRunner.Demo.CancellationTokens.Tests.asmdef +28 -0
- package/Samples~/Demos/MooseRunner.Demo.CancellationTokens.Tests/MooseRunner.Demo.CancellationTokens.Tests.asmdef.meta +7 -0
- package/Samples~/Demos/MooseRunner.Demo.CancellationTokens.Tests/SetupTeardownCancellationTests.cs +84 -0
- package/Samples~/Demos/MooseRunner.Demo.CancellationTokens.Tests/SetupTeardownCancellationTests.cs.meta +2 -0
- package/Samples~/Demos/MooseRunner.Demo.CancellationTokens.Tests/TESTING_INSTRUCTIONS.md +491 -0
- package/Samples~/Demos/MooseRunner.Demo.CancellationTokens.Tests/TESTING_INSTRUCTIONS.md.meta +7 -0
- package/Samples~/Demos/MooseRunner.Demo.ErrorHandling.Tests/ErrorHandelingTest.cs +177 -0
- package/Samples~/Demos/MooseRunner.Demo.ErrorHandling.Tests/ErrorHandelingTest.cs.meta +11 -0
- package/Samples~/Demos/MooseRunner.Demo.ErrorHandling.Tests/MooseRunner.Demo.ErrorHandling.Tests.asmdef +28 -0
- package/Samples~/Demos/MooseRunner.Demo.ErrorHandling.Tests/MooseRunner.Demo.ErrorHandling.Tests.asmdef.meta +7 -0
- package/Samples~/Demos/MooseRunner.Demo.Flow.TestSupport/LogEntry.cs +51 -0
- package/Samples~/Demos/MooseRunner.Demo.Flow.TestSupport/LogEntry.cs.meta +11 -0
- package/Samples~/Demos/MooseRunner.Demo.Flow.TestSupport/LogFileParser.cs +70 -0
- package/Samples~/Demos/MooseRunner.Demo.Flow.TestSupport/LogFileParser.cs.meta +11 -0
- package/Samples~/Demos/MooseRunner.Demo.Flow.TestSupport/MooseRunner.Demo.Flow.TestSupport.asmdef +22 -0
- package/Samples~/Demos/MooseRunner.Demo.Flow.TestSupport/MooseRunner.Demo.Flow.TestSupport.asmdef.meta +7 -0
- package/Samples~/Demos/MooseRunner.Demo.Flow.TestSupport/MooseRunnerLogReference.json +62 -0
- package/Samples~/Demos/MooseRunner.Demo.Flow.TestSupport/MooseRunnerLogReference.json.meta +7 -0
- package/Samples~/Demos/MooseRunner.Demo.Flow.TestSupport/MooseRunnerLogReference_2.json +33 -0
- package/Samples~/Demos/MooseRunner.Demo.Flow.TestSupport/MooseRunnerLogReference_2.json.meta +7 -0
- package/Samples~/Demos/MooseRunner.Demo.Flow.TestSupport/MooseRunnerLogReference_No_UniTask.json +57 -0
- package/Samples~/Demos/MooseRunner.Demo.Flow.TestSupport/MooseRunnerLogReference_No_UniTask.json.meta +7 -0
- package/Samples~/Demos/MooseRunner.Demo.OrderAttribute/MethodOrderAttributeTests.cs +62 -0
- package/Samples~/Demos/MooseRunner.Demo.OrderAttribute/MethodOrderAttributeTests.cs.meta +2 -0
- package/Samples~/Demos/MooseRunner.Demo.OrderAttribute/MooseRunner.Demo.OrderAttribute.asmdef +20 -0
- package/Samples~/Demos/MooseRunner.Demo.OrderAttribute/MooseRunner.Demo.OrderAttribute.asmdef.meta +7 -0
- package/Samples~/Demos/MooseRunner.Demo.RealUseCase/CatAnimation.controller +276 -0
- package/Samples~/Demos/MooseRunner.Demo.RealUseCase/CatAnimation.controller.meta +8 -0
- package/Samples~/Demos/MooseRunner.Demo.RealUseCase/Enemy.cs +101 -0
- package/Samples~/Demos/MooseRunner.Demo.RealUseCase/Enemy.cs.meta +11 -0
- package/Samples~/Demos/MooseRunner.Demo.RealUseCase/FireComponent.cs +19 -0
- package/Samples~/Demos/MooseRunner.Demo.RealUseCase/FireComponent.cs.meta +3 -0
- package/Samples~/Demos/MooseRunner.Demo.RealUseCase/Model/Ghost_cat.fbx +0 -0
- package/Samples~/Demos/MooseRunner.Demo.RealUseCase/Model/Ghost_cat.fbx.meta +547 -0
- package/Samples~/Demos/MooseRunner.Demo.RealUseCase/Model.meta +8 -0
- package/Samples~/Demos/MooseRunner.Demo.RealUseCase/MooseRunner.Demo.RealUseCase.asmdef +29 -0
- package/Samples~/Demos/MooseRunner.Demo.RealUseCase/MooseRunner.Demo.RealUseCase.asmdef.meta +7 -0
- package/Samples~/Demos/MooseRunner.Demo.RealUseCase/RealUseCaseScene.unity +4758 -0
- package/Samples~/Demos/MooseRunner.Demo.RealUseCase/RealUseCaseScene.unity.meta +7 -0
- package/Samples~/Demos/MooseRunner.Demo.RealUseCase/RealUseCaseTest.cs +307 -0
- package/Samples~/Demos/MooseRunner.Demo.RealUseCase/RealUseCaseTest.cs.meta +3 -0
- package/Samples~/Demos/MooseRunner.Demo.RealUseCase/Resources/Ghost_cat.prefab +157 -0
- package/Samples~/Demos/MooseRunner.Demo.RealUseCase/Resources/Ghost_cat.prefab.meta +7 -0
- package/Samples~/Demos/MooseRunner.Demo.RealUseCase/Resources.meta +8 -0
- package/Samples~/Demos/MooseRunner.Demo.Support/MessageDisplayManager.cs +291 -0
- package/Samples~/Demos/MooseRunner.Demo.Support/MessageDisplayManager.cs.meta +11 -0
- package/Samples~/Demos/MooseRunner.Demo.Support/MooseRunner.Demo.Support.asmdef +19 -0
- package/Samples~/Demos/MooseRunner.Demo.Support/MooseRunner.Demo.Support.asmdef.meta +7 -0
- package/Samples~/Demos/MooseRunner.Demo.Tests/DummyTestBase1.cs +71 -0
- package/Samples~/Demos/MooseRunner.Demo.Tests/DummyTestBase1.cs.meta +11 -0
- package/Samples~/Demos/MooseRunner.Demo.Tests/DummyTestClass1.cs +301 -0
- package/Samples~/Demos/MooseRunner.Demo.Tests/DummyTestClass1.cs.meta +11 -0
- package/Samples~/Demos/MooseRunner.Demo.Tests/DummyTestClass2.cs +69 -0
- package/Samples~/Demos/MooseRunner.Demo.Tests/DummyTestClass2.cs.meta +11 -0
- package/Samples~/Demos/MooseRunner.Demo.Tests/ExplicitAttributeTests.cs +36 -0
- package/Samples~/Demos/MooseRunner.Demo.Tests/ExplicitAttributeTests.cs.meta +2 -0
- package/Samples~/Demos/MooseRunner.Demo.Tests/HumanReviewModeDemo.cs +99 -0
- package/Samples~/Demos/MooseRunner.Demo.Tests/HumanReviewModeDemo.cs.meta +2 -0
- package/Samples~/Demos/MooseRunner.Demo.Tests/InstanceHandlingVerificationTest.cs +99 -0
- package/Samples~/Demos/MooseRunner.Demo.Tests/InstanceHandlingVerificationTest.cs.meta +2 -0
- package/Samples~/Demos/MooseRunner.Demo.Tests/MooseRunner.Demo.Tests.asmdef +23 -0
- package/Samples~/Demos/MooseRunner.Demo.Tests/MooseRunner.Demo.Tests.asmdef.meta +7 -0
- package/Samples~/Demos/MooseRunner.Demo.Tests/PauseTestExecutionDemo.cs +74 -0
- package/Samples~/Demos/MooseRunner.Demo.Tests/PauseTestExecutionDemo.cs.meta +2 -0
- package/Samples~/Demos/TestResources/OneCamera/Materials/Background.mat +137 -0
- package/Samples~/Demos/TestResources/OneCamera/Materials/Background.mat.meta +8 -0
- package/Samples~/Demos/TestResources/OneCamera/Materials/Background.png +0 -0
- package/Samples~/Demos/TestResources/OneCamera/Materials/Background.png.meta +127 -0
- package/Samples~/Demos/TestResources/OneCamera/Materials/Grid.mat +71 -0
- package/Samples~/Demos/TestResources/OneCamera/Materials/Grid.mat.meta +8 -0
- package/Samples~/Demos/TestResources/OneCamera/Materials/Grid.png +0 -0
- package/Samples~/Demos/TestResources/OneCamera/Materials/Grid.png.meta +127 -0
- package/Samples~/Demos/TestResources/OneCamera/Materials/Grid.shadergraph +1910 -0
- package/Samples~/Demos/TestResources/OneCamera/Materials/Grid.shadergraph.meta +10 -0
- package/Samples~/Demos/TestResources/OneCamera/Materials/GridNormal.png +0 -0
- package/Samples~/Demos/TestResources/OneCamera/Materials/GridNormal.png.meta +127 -0
- package/Samples~/Demos/TestResources/OneCamera/Materials.meta +8 -0
- package/Samples~/Demos/TestResources/OneCamera/OneCameraScene.unity +598 -0
- package/Samples~/Demos/TestResources/OneCamera/OneCameraScene.unity.meta +7 -0
- package/Samples~/Demos/TestResources/OneCamera.meta +8 -0
- package/Third Party Notices.md +37 -0
- package/package.json +38 -0
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
using System.Threading;
|
|
2
|
+
using Cysharp.Threading.Tasks;
|
|
3
|
+
using MooseRunner.helper;
|
|
4
|
+
using NUnit.Framework;
|
|
5
|
+
using UnityEngine;
|
|
6
|
+
|
|
7
|
+
namespace MooseRunner.Internal.Tests
|
|
8
|
+
{
|
|
9
|
+
/// <summary>
|
|
10
|
+
/// Smoke test for <c>MooseRunnerFacade.Instance.PauseTestExecution(name)</c>.
|
|
11
|
+
/// Validates the end-to-end pause/resume flow:
|
|
12
|
+
/// <list type="number">
|
|
13
|
+
/// <item>First scaled-time delay runs at <c>Time.timeScale = 1</c>.</item>
|
|
14
|
+
/// <item><c>PauseTestExecution("step-mid")</c> sets <c>Time.timeScale = 0</c>
|
|
15
|
+
/// and signals the CLI (which exits 0 on the <c>[PAUSED] step-mid</c>
|
|
16
|
+
/// terminal message).</item>
|
|
17
|
+
/// <item>Second scaled-time delay stalls while paused; only when the user
|
|
18
|
+
/// runs <c>mooserunnerCli set-timescale 1</c> does it complete.</item>
|
|
19
|
+
/// </list>
|
|
20
|
+
/// <para>The assertion <c>elapsed > 2 s</c> proves the pause actually held —
|
|
21
|
+
/// without the pause, the two 500 ms / 1 s scaled-time delays would total
|
|
22
|
+
/// roughly 1.5 s. The test inherently requires manual intervention to
|
|
23
|
+
/// resume; it is designed to be invoked through the CLI as the human
|
|
24
|
+
/// verification step for Phase F.</para>
|
|
25
|
+
/// </summary>
|
|
26
|
+
public class PauseTestExecutionDemo
|
|
27
|
+
{
|
|
28
|
+
/// <summary>
|
|
29
|
+
/// Initializes a clean scene for each test method.
|
|
30
|
+
/// </summary>
|
|
31
|
+
[SetUp]
|
|
32
|
+
public void SetUp()
|
|
33
|
+
{
|
|
34
|
+
DoNotDestroyOnTeardown.CleanSceneImmediate();
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/// <summary>
|
|
38
|
+
/// Pause/resume smoke test. Designed for manual invocation via
|
|
39
|
+
/// <c>mooserunnerCli test --method MooseRunner.Demo.Tests
|
|
40
|
+
/// MooseRunner.Internal.Tests.PauseTestExecutionDemo
|
|
41
|
+
/// PauseTestExecution_SmokeTest --timeout 600</c>. The CLI returns
|
|
42
|
+
/// with <c>[PAUSED] step-mid</c> after ~0.5 s; the user inspects state,
|
|
43
|
+
/// then runs <c>mooserunnerCli set-timescale 1</c> to resume.
|
|
44
|
+
/// </summary>
|
|
45
|
+
[Test]
|
|
46
|
+
public async UniTask PauseTestExecution_SmokeTest(CancellationToken ct)
|
|
47
|
+
{
|
|
48
|
+
float t0 = Time.realtimeSinceStartup;
|
|
49
|
+
|
|
50
|
+
// Phase 1: run normally at Time.timeScale = 1.
|
|
51
|
+
await UniTask.Delay(500, cancellationToken: ct);
|
|
52
|
+
|
|
53
|
+
Debug.Log("[PauseTestExecutionDemo] About to pause at step-mid. " +
|
|
54
|
+
"Resume with: mooserunnerCli set-timescale 1");
|
|
55
|
+
|
|
56
|
+
// PAUSE: sets Time.timeScale=0 + sends [PAUSED] step-mid to CLI.
|
|
57
|
+
// The CLI exits immediately; this test continues to live in Unity.
|
|
58
|
+
MooseRunnerFacade.Instance.PauseTestExecution("step-mid");
|
|
59
|
+
|
|
60
|
+
// Phase 2: scaled-time delay stalls until the user restores
|
|
61
|
+
// Time.timeScale. Without intervention, this never completes — the
|
|
62
|
+
// assertion below confirms real wall-clock time elapsed during the
|
|
63
|
+
// pause, proving the pause actually held.
|
|
64
|
+
await UniTask.Delay(1000, cancellationToken: ct);
|
|
65
|
+
|
|
66
|
+
float elapsed = Time.realtimeSinceStartup - t0;
|
|
67
|
+
Assert.Greater(elapsed, 2f,
|
|
68
|
+
$"Expected > 2s wall-clock elapsed (pause + manual resume), got {elapsed:F2}s. " +
|
|
69
|
+
"Did you forget to call 'mooserunnerCli set-timescale 1'?");
|
|
70
|
+
|
|
71
|
+
Debug.Log($"[PauseTestExecutionDemo] Resumed after {elapsed:F2}s wall-clock — pass.");
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
%YAML 1.1
|
|
2
|
+
%TAG !u! tag:unity3d.com,2011:
|
|
3
|
+
--- !u!21 &2100000
|
|
4
|
+
Material:
|
|
5
|
+
serializedVersion: 8
|
|
6
|
+
m_ObjectHideFlags: 0
|
|
7
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
8
|
+
m_PrefabInstance: {fileID: 0}
|
|
9
|
+
m_PrefabAsset: {fileID: 0}
|
|
10
|
+
m_Name: Background
|
|
11
|
+
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
|
|
12
|
+
m_Parent: {fileID: 0}
|
|
13
|
+
m_ModifiedSerializedProperties: 0
|
|
14
|
+
m_ValidKeywords: []
|
|
15
|
+
m_InvalidKeywords: []
|
|
16
|
+
m_LightmapFlags: 4
|
|
17
|
+
m_EnableInstancingVariants: 0
|
|
18
|
+
m_DoubleSidedGI: 0
|
|
19
|
+
m_CustomRenderQueue: -1
|
|
20
|
+
stringTagMap:
|
|
21
|
+
RenderType: Opaque
|
|
22
|
+
disabledShaderPasses:
|
|
23
|
+
- MOTIONVECTORS
|
|
24
|
+
m_LockedProperties:
|
|
25
|
+
m_SavedProperties:
|
|
26
|
+
serializedVersion: 3
|
|
27
|
+
m_TexEnvs:
|
|
28
|
+
- _BaseMap:
|
|
29
|
+
m_Texture: {fileID: 2800000, guid: f28a241f9702f6844858f3bcbc58b518, type: 3}
|
|
30
|
+
m_Scale: {x: 1, y: 1}
|
|
31
|
+
m_Offset: {x: 0, y: 0}
|
|
32
|
+
- _BumpMap:
|
|
33
|
+
m_Texture: {fileID: 0}
|
|
34
|
+
m_Scale: {x: 1, y: 1}
|
|
35
|
+
m_Offset: {x: 0, y: 0}
|
|
36
|
+
- _DetailAlbedoMap:
|
|
37
|
+
m_Texture: {fileID: 0}
|
|
38
|
+
m_Scale: {x: 1, y: 1}
|
|
39
|
+
m_Offset: {x: 0, y: 0}
|
|
40
|
+
- _DetailMask:
|
|
41
|
+
m_Texture: {fileID: 0}
|
|
42
|
+
m_Scale: {x: 1, y: 1}
|
|
43
|
+
m_Offset: {x: 0, y: 0}
|
|
44
|
+
- _DetailNormalMap:
|
|
45
|
+
m_Texture: {fileID: 0}
|
|
46
|
+
m_Scale: {x: 1, y: 1}
|
|
47
|
+
m_Offset: {x: 0, y: 0}
|
|
48
|
+
- _EmissionMap:
|
|
49
|
+
m_Texture: {fileID: 0}
|
|
50
|
+
m_Scale: {x: 1, y: 1}
|
|
51
|
+
m_Offset: {x: 0, y: 0}
|
|
52
|
+
- _MainTex:
|
|
53
|
+
m_Texture: {fileID: 2800000, guid: f28a241f9702f6844858f3bcbc58b518, type: 3}
|
|
54
|
+
m_Scale: {x: 1, y: 1}
|
|
55
|
+
m_Offset: {x: 0, y: 0}
|
|
56
|
+
- _MetallicGlossMap:
|
|
57
|
+
m_Texture: {fileID: 0}
|
|
58
|
+
m_Scale: {x: 1, y: 1}
|
|
59
|
+
m_Offset: {x: 0, y: 0}
|
|
60
|
+
- _OcclusionMap:
|
|
61
|
+
m_Texture: {fileID: 0}
|
|
62
|
+
m_Scale: {x: 1, y: 1}
|
|
63
|
+
m_Offset: {x: 0, y: 0}
|
|
64
|
+
- _ParallaxMap:
|
|
65
|
+
m_Texture: {fileID: 0}
|
|
66
|
+
m_Scale: {x: 1, y: 1}
|
|
67
|
+
m_Offset: {x: 0, y: 0}
|
|
68
|
+
- _SpecGlossMap:
|
|
69
|
+
m_Texture: {fileID: 0}
|
|
70
|
+
m_Scale: {x: 1, y: 1}
|
|
71
|
+
m_Offset: {x: 0, y: 0}
|
|
72
|
+
- unity_Lightmaps:
|
|
73
|
+
m_Texture: {fileID: 0}
|
|
74
|
+
m_Scale: {x: 1, y: 1}
|
|
75
|
+
m_Offset: {x: 0, y: 0}
|
|
76
|
+
- unity_LightmapsInd:
|
|
77
|
+
m_Texture: {fileID: 0}
|
|
78
|
+
m_Scale: {x: 1, y: 1}
|
|
79
|
+
m_Offset: {x: 0, y: 0}
|
|
80
|
+
- unity_ShadowMasks:
|
|
81
|
+
m_Texture: {fileID: 0}
|
|
82
|
+
m_Scale: {x: 1, y: 1}
|
|
83
|
+
m_Offset: {x: 0, y: 0}
|
|
84
|
+
m_Ints: []
|
|
85
|
+
m_Floats:
|
|
86
|
+
- _AddPrecomputedVelocity: 0
|
|
87
|
+
- _AlphaClip: 0
|
|
88
|
+
- _AlphaToMask: 0
|
|
89
|
+
- _Blend: 0
|
|
90
|
+
- _BlendModePreserveSpecular: 1
|
|
91
|
+
- _BumpScale: 1
|
|
92
|
+
- _ClearCoatMask: 0
|
|
93
|
+
- _ClearCoatSmoothness: 0
|
|
94
|
+
- _Cull: 2
|
|
95
|
+
- _Cutoff: 0.5
|
|
96
|
+
- _DetailAlbedoMapScale: 1
|
|
97
|
+
- _DetailNormalMapScale: 1
|
|
98
|
+
- _DstBlend: 0
|
|
99
|
+
- _DstBlendAlpha: 0
|
|
100
|
+
- _EnvironmentReflections: 1
|
|
101
|
+
- _GlossMapScale: 0
|
|
102
|
+
- _Glossiness: 0
|
|
103
|
+
- _GlossyReflections: 0
|
|
104
|
+
- _Metallic: 0
|
|
105
|
+
- _OcclusionStrength: 1
|
|
106
|
+
- _Parallax: 0.005
|
|
107
|
+
- _QueueOffset: 0
|
|
108
|
+
- _ReceiveShadows: 1
|
|
109
|
+
- _Smoothness: 0.5
|
|
110
|
+
- _SmoothnessTextureChannel: 0
|
|
111
|
+
- _SpecularHighlights: 1
|
|
112
|
+
- _SrcBlend: 1
|
|
113
|
+
- _SrcBlendAlpha: 1
|
|
114
|
+
- _Surface: 0
|
|
115
|
+
- _WorkflowMode: 1
|
|
116
|
+
- _XRMotionVectorsPass: 1
|
|
117
|
+
- _ZWrite: 1
|
|
118
|
+
m_Colors:
|
|
119
|
+
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
|
|
120
|
+
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
|
121
|
+
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
|
|
122
|
+
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}
|
|
123
|
+
m_BuildTextureStacks: []
|
|
124
|
+
m_AllowLocking: 1
|
|
125
|
+
--- !u!114 &5172777095837129660
|
|
126
|
+
MonoBehaviour:
|
|
127
|
+
m_ObjectHideFlags: 11
|
|
128
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
129
|
+
m_PrefabInstance: {fileID: 0}
|
|
130
|
+
m_PrefabAsset: {fileID: 0}
|
|
131
|
+
m_GameObject: {fileID: 0}
|
|
132
|
+
m_Enabled: 1
|
|
133
|
+
m_EditorHideFlags: 0
|
|
134
|
+
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
|
|
135
|
+
m_Name:
|
|
136
|
+
m_EditorClassIdentifier:
|
|
137
|
+
version: 10
|
|
Binary file
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: f28a241f9702f6844858f3bcbc58b518
|
|
3
|
+
TextureImporter:
|
|
4
|
+
internalIDToNameTable: []
|
|
5
|
+
externalObjects: {}
|
|
6
|
+
serializedVersion: 13
|
|
7
|
+
mipmaps:
|
|
8
|
+
mipMapMode: 0
|
|
9
|
+
enableMipMap: 1
|
|
10
|
+
sRGBTexture: 1
|
|
11
|
+
linearTexture: 0
|
|
12
|
+
fadeOut: 0
|
|
13
|
+
borderMipMap: 0
|
|
14
|
+
mipMapsPreserveCoverage: 0
|
|
15
|
+
alphaTestReferenceValue: 0.5
|
|
16
|
+
mipMapFadeDistanceStart: 1
|
|
17
|
+
mipMapFadeDistanceEnd: 3
|
|
18
|
+
bumpmap:
|
|
19
|
+
convertToNormalMap: 0
|
|
20
|
+
externalNormalMap: 0
|
|
21
|
+
heightScale: 0.25
|
|
22
|
+
normalMapFilter: 0
|
|
23
|
+
flipGreenChannel: 0
|
|
24
|
+
isReadable: 0
|
|
25
|
+
streamingMipmaps: 0
|
|
26
|
+
streamingMipmapsPriority: 0
|
|
27
|
+
vTOnly: 0
|
|
28
|
+
ignoreMipmapLimit: 0
|
|
29
|
+
grayScaleToAlpha: 0
|
|
30
|
+
generateCubemap: 6
|
|
31
|
+
cubemapConvolution: 0
|
|
32
|
+
seamlessCubemap: 0
|
|
33
|
+
textureFormat: 1
|
|
34
|
+
maxTextureSize: 2048
|
|
35
|
+
textureSettings:
|
|
36
|
+
serializedVersion: 2
|
|
37
|
+
filterMode: 1
|
|
38
|
+
aniso: 1
|
|
39
|
+
mipBias: 0
|
|
40
|
+
wrapU: 0
|
|
41
|
+
wrapV: 0
|
|
42
|
+
wrapW: 0
|
|
43
|
+
nPOTScale: 1
|
|
44
|
+
lightmap: 0
|
|
45
|
+
compressionQuality: 50
|
|
46
|
+
spriteMode: 0
|
|
47
|
+
spriteExtrude: 1
|
|
48
|
+
spriteMeshType: 1
|
|
49
|
+
alignment: 0
|
|
50
|
+
spritePivot: {x: 0.5, y: 0.5}
|
|
51
|
+
spritePixelsToUnits: 100
|
|
52
|
+
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
|
53
|
+
spriteGenerateFallbackPhysicsShape: 1
|
|
54
|
+
alphaUsage: 1
|
|
55
|
+
alphaIsTransparency: 0
|
|
56
|
+
spriteTessellationDetail: -1
|
|
57
|
+
textureType: 0
|
|
58
|
+
textureShape: 1
|
|
59
|
+
singleChannelComponent: 0
|
|
60
|
+
flipbookRows: 1
|
|
61
|
+
flipbookColumns: 1
|
|
62
|
+
maxTextureSizeSet: 0
|
|
63
|
+
compressionQualitySet: 0
|
|
64
|
+
textureFormatSet: 0
|
|
65
|
+
ignorePngGamma: 0
|
|
66
|
+
applyGammaDecoding: 0
|
|
67
|
+
swizzle: 50462976
|
|
68
|
+
cookieLightType: 0
|
|
69
|
+
platformSettings:
|
|
70
|
+
- serializedVersion: 3
|
|
71
|
+
buildTarget: DefaultTexturePlatform
|
|
72
|
+
maxTextureSize: 2048
|
|
73
|
+
resizeAlgorithm: 0
|
|
74
|
+
textureFormat: -1
|
|
75
|
+
textureCompression: 1
|
|
76
|
+
compressionQuality: 50
|
|
77
|
+
crunchedCompression: 0
|
|
78
|
+
allowsAlphaSplitting: 0
|
|
79
|
+
overridden: 0
|
|
80
|
+
ignorePlatformSupport: 0
|
|
81
|
+
androidETC2FallbackOverride: 0
|
|
82
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
83
|
+
- serializedVersion: 3
|
|
84
|
+
buildTarget: Standalone
|
|
85
|
+
maxTextureSize: 2048
|
|
86
|
+
resizeAlgorithm: 0
|
|
87
|
+
textureFormat: -1
|
|
88
|
+
textureCompression: 1
|
|
89
|
+
compressionQuality: 50
|
|
90
|
+
crunchedCompression: 0
|
|
91
|
+
allowsAlphaSplitting: 0
|
|
92
|
+
overridden: 0
|
|
93
|
+
ignorePlatformSupport: 0
|
|
94
|
+
androidETC2FallbackOverride: 0
|
|
95
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
96
|
+
- serializedVersion: 3
|
|
97
|
+
buildTarget: Android
|
|
98
|
+
maxTextureSize: 2048
|
|
99
|
+
resizeAlgorithm: 0
|
|
100
|
+
textureFormat: -1
|
|
101
|
+
textureCompression: 1
|
|
102
|
+
compressionQuality: 50
|
|
103
|
+
crunchedCompression: 0
|
|
104
|
+
allowsAlphaSplitting: 0
|
|
105
|
+
overridden: 0
|
|
106
|
+
ignorePlatformSupport: 0
|
|
107
|
+
androidETC2FallbackOverride: 0
|
|
108
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
109
|
+
spriteSheet:
|
|
110
|
+
serializedVersion: 2
|
|
111
|
+
sprites: []
|
|
112
|
+
outline: []
|
|
113
|
+
physicsShape: []
|
|
114
|
+
bones: []
|
|
115
|
+
spriteID:
|
|
116
|
+
internalID: 0
|
|
117
|
+
vertices: []
|
|
118
|
+
indices:
|
|
119
|
+
edges: []
|
|
120
|
+
weights: []
|
|
121
|
+
secondaryTextures: []
|
|
122
|
+
nameFileIdTable: {}
|
|
123
|
+
mipmapLimitGroupName:
|
|
124
|
+
pSDRemoveMatte: 0
|
|
125
|
+
userData:
|
|
126
|
+
assetBundleName:
|
|
127
|
+
assetBundleVariant:
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
%YAML 1.1
|
|
2
|
+
%TAG !u! tag:unity3d.com,2011:
|
|
3
|
+
--- !u!21 &2100000
|
|
4
|
+
Material:
|
|
5
|
+
serializedVersion: 8
|
|
6
|
+
m_ObjectHideFlags: 0
|
|
7
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
8
|
+
m_PrefabInstance: {fileID: 0}
|
|
9
|
+
m_PrefabAsset: {fileID: 0}
|
|
10
|
+
m_Name: Grid
|
|
11
|
+
m_Shader: {fileID: -6465566751694194690, guid: e7f0824865c5e7b4eaf68224563377a1,
|
|
12
|
+
type: 3}
|
|
13
|
+
m_Parent: {fileID: 0}
|
|
14
|
+
m_ModifiedSerializedProperties: 0
|
|
15
|
+
m_ValidKeywords: []
|
|
16
|
+
m_InvalidKeywords:
|
|
17
|
+
- _EMISSION
|
|
18
|
+
m_LightmapFlags: 2
|
|
19
|
+
m_EnableInstancingVariants: 0
|
|
20
|
+
m_DoubleSidedGI: 0
|
|
21
|
+
m_CustomRenderQueue: -1
|
|
22
|
+
stringTagMap: {}
|
|
23
|
+
disabledShaderPasses:
|
|
24
|
+
- MOTIONVECTORS
|
|
25
|
+
m_LockedProperties:
|
|
26
|
+
m_SavedProperties:
|
|
27
|
+
serializedVersion: 3
|
|
28
|
+
m_TexEnvs:
|
|
29
|
+
- _NormalMap:
|
|
30
|
+
m_Texture: {fileID: 2800000, guid: b8a77e3bfd564ce4cb815bb9fab1f1e3, type: 3}
|
|
31
|
+
m_Scale: {x: 1, y: 1}
|
|
32
|
+
m_Offset: {x: 0, y: 0}
|
|
33
|
+
- _Texture:
|
|
34
|
+
m_Texture: {fileID: 2800000, guid: ac3ca178a9296784e8d69bcd1b84d6c1, type: 3}
|
|
35
|
+
m_Scale: {x: 1, y: 1}
|
|
36
|
+
m_Offset: {x: 0, y: 0}
|
|
37
|
+
- unity_Lightmaps:
|
|
38
|
+
m_Texture: {fileID: 0}
|
|
39
|
+
m_Scale: {x: 1, y: 1}
|
|
40
|
+
m_Offset: {x: 0, y: 0}
|
|
41
|
+
- unity_LightmapsInd:
|
|
42
|
+
m_Texture: {fileID: 0}
|
|
43
|
+
m_Scale: {x: 1, y: 1}
|
|
44
|
+
m_Offset: {x: 0, y: 0}
|
|
45
|
+
- unity_ShadowMasks:
|
|
46
|
+
m_Texture: {fileID: 0}
|
|
47
|
+
m_Scale: {x: 1, y: 1}
|
|
48
|
+
m_Offset: {x: 0, y: 0}
|
|
49
|
+
m_Ints: []
|
|
50
|
+
m_Floats:
|
|
51
|
+
- _Blend: 1000
|
|
52
|
+
- _NormalStrength: 0.5
|
|
53
|
+
- _QueueControl: 0
|
|
54
|
+
- _QueueOffset: 0
|
|
55
|
+
- _Tiling: 0.48
|
|
56
|
+
m_Colors: []
|
|
57
|
+
m_BuildTextureStacks: []
|
|
58
|
+
m_AllowLocking: 1
|
|
59
|
+
--- !u!114 &3540529970760181132
|
|
60
|
+
MonoBehaviour:
|
|
61
|
+
m_ObjectHideFlags: 11
|
|
62
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
63
|
+
m_PrefabInstance: {fileID: 0}
|
|
64
|
+
m_PrefabAsset: {fileID: 0}
|
|
65
|
+
m_GameObject: {fileID: 0}
|
|
66
|
+
m_Enabled: 1
|
|
67
|
+
m_EditorHideFlags: 0
|
|
68
|
+
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
|
|
69
|
+
m_Name:
|
|
70
|
+
m_EditorClassIdentifier:
|
|
71
|
+
version: 10
|
|
Binary file
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: ac3ca178a9296784e8d69bcd1b84d6c1
|
|
3
|
+
TextureImporter:
|
|
4
|
+
internalIDToNameTable: []
|
|
5
|
+
externalObjects: {}
|
|
6
|
+
serializedVersion: 13
|
|
7
|
+
mipmaps:
|
|
8
|
+
mipMapMode: 0
|
|
9
|
+
enableMipMap: 1
|
|
10
|
+
sRGBTexture: 1
|
|
11
|
+
linearTexture: 0
|
|
12
|
+
fadeOut: 0
|
|
13
|
+
borderMipMap: 0
|
|
14
|
+
mipMapsPreserveCoverage: 0
|
|
15
|
+
alphaTestReferenceValue: 0.5
|
|
16
|
+
mipMapFadeDistanceStart: 1
|
|
17
|
+
mipMapFadeDistanceEnd: 3
|
|
18
|
+
bumpmap:
|
|
19
|
+
convertToNormalMap: 0
|
|
20
|
+
externalNormalMap: 0
|
|
21
|
+
heightScale: 0.25
|
|
22
|
+
normalMapFilter: 0
|
|
23
|
+
flipGreenChannel: 0
|
|
24
|
+
isReadable: 0
|
|
25
|
+
streamingMipmaps: 0
|
|
26
|
+
streamingMipmapsPriority: 0
|
|
27
|
+
vTOnly: 0
|
|
28
|
+
ignoreMipmapLimit: 0
|
|
29
|
+
grayScaleToAlpha: 0
|
|
30
|
+
generateCubemap: 6
|
|
31
|
+
cubemapConvolution: 0
|
|
32
|
+
seamlessCubemap: 0
|
|
33
|
+
textureFormat: 1
|
|
34
|
+
maxTextureSize: 2048
|
|
35
|
+
textureSettings:
|
|
36
|
+
serializedVersion: 2
|
|
37
|
+
filterMode: 1
|
|
38
|
+
aniso: 1
|
|
39
|
+
mipBias: 0
|
|
40
|
+
wrapU: 0
|
|
41
|
+
wrapV: 0
|
|
42
|
+
wrapW: 0
|
|
43
|
+
nPOTScale: 1
|
|
44
|
+
lightmap: 0
|
|
45
|
+
compressionQuality: 50
|
|
46
|
+
spriteMode: 0
|
|
47
|
+
spriteExtrude: 1
|
|
48
|
+
spriteMeshType: 1
|
|
49
|
+
alignment: 0
|
|
50
|
+
spritePivot: {x: 0.5, y: 0.5}
|
|
51
|
+
spritePixelsToUnits: 100
|
|
52
|
+
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
|
53
|
+
spriteGenerateFallbackPhysicsShape: 1
|
|
54
|
+
alphaUsage: 1
|
|
55
|
+
alphaIsTransparency: 0
|
|
56
|
+
spriteTessellationDetail: -1
|
|
57
|
+
textureType: 0
|
|
58
|
+
textureShape: 1
|
|
59
|
+
singleChannelComponent: 0
|
|
60
|
+
flipbookRows: 1
|
|
61
|
+
flipbookColumns: 1
|
|
62
|
+
maxTextureSizeSet: 0
|
|
63
|
+
compressionQualitySet: 0
|
|
64
|
+
textureFormatSet: 0
|
|
65
|
+
ignorePngGamma: 0
|
|
66
|
+
applyGammaDecoding: 0
|
|
67
|
+
swizzle: 50462976
|
|
68
|
+
cookieLightType: 0
|
|
69
|
+
platformSettings:
|
|
70
|
+
- serializedVersion: 3
|
|
71
|
+
buildTarget: DefaultTexturePlatform
|
|
72
|
+
maxTextureSize: 2048
|
|
73
|
+
resizeAlgorithm: 0
|
|
74
|
+
textureFormat: -1
|
|
75
|
+
textureCompression: 1
|
|
76
|
+
compressionQuality: 50
|
|
77
|
+
crunchedCompression: 0
|
|
78
|
+
allowsAlphaSplitting: 0
|
|
79
|
+
overridden: 0
|
|
80
|
+
ignorePlatformSupport: 0
|
|
81
|
+
androidETC2FallbackOverride: 0
|
|
82
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
83
|
+
- serializedVersion: 3
|
|
84
|
+
buildTarget: Standalone
|
|
85
|
+
maxTextureSize: 2048
|
|
86
|
+
resizeAlgorithm: 0
|
|
87
|
+
textureFormat: -1
|
|
88
|
+
textureCompression: 1
|
|
89
|
+
compressionQuality: 50
|
|
90
|
+
crunchedCompression: 0
|
|
91
|
+
allowsAlphaSplitting: 0
|
|
92
|
+
overridden: 0
|
|
93
|
+
ignorePlatformSupport: 0
|
|
94
|
+
androidETC2FallbackOverride: 0
|
|
95
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
96
|
+
- serializedVersion: 3
|
|
97
|
+
buildTarget: Android
|
|
98
|
+
maxTextureSize: 2048
|
|
99
|
+
resizeAlgorithm: 0
|
|
100
|
+
textureFormat: -1
|
|
101
|
+
textureCompression: 1
|
|
102
|
+
compressionQuality: 50
|
|
103
|
+
crunchedCompression: 0
|
|
104
|
+
allowsAlphaSplitting: 0
|
|
105
|
+
overridden: 0
|
|
106
|
+
ignorePlatformSupport: 0
|
|
107
|
+
androidETC2FallbackOverride: 0
|
|
108
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
109
|
+
spriteSheet:
|
|
110
|
+
serializedVersion: 2
|
|
111
|
+
sprites: []
|
|
112
|
+
outline: []
|
|
113
|
+
physicsShape: []
|
|
114
|
+
bones: []
|
|
115
|
+
spriteID:
|
|
116
|
+
internalID: 0
|
|
117
|
+
vertices: []
|
|
118
|
+
indices:
|
|
119
|
+
edges: []
|
|
120
|
+
weights: []
|
|
121
|
+
secondaryTextures: []
|
|
122
|
+
nameFileIdTable: {}
|
|
123
|
+
mipmapLimitGroupName:
|
|
124
|
+
pSDRemoveMatte: 0
|
|
125
|
+
userData:
|
|
126
|
+
assetBundleName:
|
|
127
|
+
assetBundleVariant:
|