Update Door

ThingsThatWork
CDuong 1 year ago
parent da48fb89bb
commit 0798b79d9a

Binary file not shown.

@ -9,7 +9,7 @@
<ProductVersion>10.0.20506</ProductVersion> <ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion> <SchemaVersion>2.0</SchemaVersion>
<RootNamespace></RootNamespace> <RootNamespace></RootNamespace>
<ProjectGuid>{32C3BDE6-E125-3128-82C1-25D0441455A3}</ProjectGuid> <ProjectGuid>{F92AA7DC-82A3-5441-4269-63215E9C03F5}</ProjectGuid>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<AssemblyName>Assembly-CSharp</AssemblyName> <AssemblyName>Assembly-CSharp</AssemblyName>

@ -13,7 +13,7 @@ public class Initalize : MonoBehaviour
public GameObject[] Boxes; public GameObject[] Boxes;
public NewTextModify[] Label; public NewTextModify[] Label;
public DoorAnimation[] Door; public DoorAnimation[] Door;
public int IndexChange = -1, ActionChange = -1; public int IndexChange = -1, ActionChange = -1, TimeStop = 0;
public bool ActionExisted = false, ActionMoving = false; public bool ActionExisted = false, ActionMoving = false;
Queue<Operation> AllOperation = new Queue<Operation>(); Queue<Operation> AllOperation = new Queue<Operation>();
@ -26,6 +26,7 @@ public class Initalize : MonoBehaviour
Door[i] = Boxes[i].gameObject.transform.GetChild(0).GetChild(0).GetComponent<DoorAnimation>(); Door[i] = Boxes[i].gameObject.transform.GetChild(0).GetChild(0).GetComponent<DoorAnimation>();
Label[i].Init(i); Label[i].Init(i);
} }
UpdateValue(23, 10);
} }
public Operation Cope(int idx, int val, int op) { public Operation Cope(int idx, int val, int op) {
@ -37,12 +38,17 @@ public class Initalize : MonoBehaviour
void UpdateValue(int idx, int value) { void UpdateValue(int idx, int value) {
AllOperation.Enqueue(Cope(idx, 0, 1)); AllOperation.Enqueue(Cope(idx, 0, 1));
AllOperation.Enqueue(Cope(idx, value, 0)); AllOperation.Enqueue(Cope(idx, value, 0));
AllOperation.Enqueue(Cope(0, 100, 3));
AllOperation.Enqueue(Cope(idx, 0, 2)); AllOperation.Enqueue(Cope(idx, 0, 2));
} }
// Update is called once per frame // Update is called once per frame
void Update() void Update()
{ {
if(TimeStop > 0) {
TimeStop -= 1;
return;
}
if(ActionExisted) { if(ActionExisted) {
if(!Door[IndexChange].DoorIsMoving) { if(!Door[IndexChange].DoorIsMoving) {
if(ActionChange == 1) Door[IndexChange].OpenDoor(); if(ActionChange == 1) Door[IndexChange].OpenDoor();
@ -60,6 +66,9 @@ public class Initalize : MonoBehaviour
if(Current.op == 0) { if(Current.op == 0) {
Label[Current.idx].ChangeValue(Current.val); Label[Current.idx].ChangeValue(Current.val);
} }
else if(Current.op == 3) {
TimeStop = Current.val;
}
else { else {
ActionExisted = true; ActionExisted = true;
IndexChange = Current.idx; IndexChange = Current.idx;

@ -783,6 +783,7 @@ MonoBehaviour:
- {fileID: 0} - {fileID: 0}
IndexChange: -1 IndexChange: -1
ActionChange: -1 ActionChange: -1
TimeStop: 0
ActionExisted: 0 ActionExisted: 0
ActionMoving: 0 ActionMoving: 0
--- !u!4 &97568988 --- !u!4 &97568988
@ -3530,14 +3531,14 @@ Transform:
m_PrefabInstance: {fileID: 0} m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 963194225} m_GameObject: {fileID: 963194225}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: 0.028185856, y: 0.28195474, z: 0.0063974247, w: 0.9589923}
m_LocalPosition: {x: 60, y: 32.3, z: -72} m_LocalPosition: {x: -24.1, y: 20.9, z: -38.6}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0 m_ConstrainProportionsScale: 0
m_Children: [] m_Children: []
m_Father: {fileID: 0} m_Father: {fileID: 0}
m_RootOrder: 0 m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 2.892, y: 32.809, z: 1.616}
--- !u!1001 &966064722 --- !u!1001 &966064722
PrefabInstance: PrefabInstance:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0

@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{F92AA7DC-82A3-5441-4269-63215E9C03F5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F92AA7DC-82A3-5441-4269-63215E9C03F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F92AA7DC-82A3-5441-4269-63215E9C03F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F92AA7DC-82A3-5441-4269-63215E9C03F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F92AA7DC-82A3-5441-4269-63215E9C03F5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

@ -1 +1 @@
D:\Duong-Desktop\My project D:\Duong-Desktop\LittleManComputer\LMC

@ -1 +1 @@
/pathmap:"D:\Duong-Desktop\My project"=. /pathmap:"D:\Duong-Desktop\LittleManComputer\LMC"=.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -1,10 +1,10 @@
{ "pid": 35942, "tid": -1, "ph": "M", "name": "process_name", "args": { "name": "netcorerun.dll" } }, { "pid": 35942, "tid": -1, "ph": "M", "name": "process_name", "args": { "name": "netcorerun.dll" } },
{ "pid": 35942, "tid": -1, "ph": "M", "name": "process_sort_index", "args": { "sort_index": "-1" } }, { "pid": 35942, "tid": -1, "ph": "M", "name": "process_sort_index", "args": { "sort_index": "-1" } },
{ "pid": 35942, "tid": 1, "ph": "M", "name": "thread_name", "args": { "name": "" } }, { "pid": 35942, "tid": 1, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 35942, "tid": 1, "ts": 1689773222591022, "dur": 164804, "ph": "X", "name": "BuildProgram", "args": {} }, { "pid": 35942, "tid": 1, "ts": 1689832447268635, "dur": 341154, "ph": "X", "name": "BuildProgram", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1689773222591819, "dur": 39569, "ph": "X", "name": "BuildProgramContextConstructor", "args": {} }, { "pid": 35942, "tid": 1, "ts": 1689832447269655, "dur": 141138, "ph": "X", "name": "BuildProgramContextConstructor", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1689773222727672, "dur": 5164, "ph": "X", "name": "OutputData.Write", "args": {} }, { "pid": 35942, "tid": 1, "ts": 1689832447585947, "dur": 5092, "ph": "X", "name": "OutputData.Write", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1689773222732839, "dur": 22981, "ph": "X", "name": "Backend.Write", "args": {} }, { "pid": 35942, "tid": 1, "ts": 1689832447591041, "dur": 18744, "ph": "X", "name": "Backend.Write", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1689773222734495, "dur": 18187, "ph": "X", "name": "JsonToString", "args": {} }, { "pid": 35942, "tid": 1, "ts": 1689832447591753, "dur": 15868, "ph": "X", "name": "JsonToString", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1689773222762253, "dur": 1283, "ph": "X", "name": "", "args": {} }, { "pid": 35942, "tid": 1, "ts": 1689832447615572, "dur": 1072, "ph": "X", "name": "", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1689773222761875, "dur": 1854, "ph": "X", "name": "Write chrome-trace events", "args": {} }, { "pid": 35942, "tid": 1, "ts": 1689832447615167, "dur": 1685, "ph": "X", "name": "Write chrome-trace events", "args": {} },

File diff suppressed because it is too large Load Diff

@ -1,6 +1,6 @@
m_ProjectFiles: m_ProjectFiles:
m_ManifestFileStatus: m_ManifestFileStatus:
m_FilePath: D:/Duong-Desktop/My project/Packages/manifest.json m_FilePath: D:/Duong-Desktop/LittleManComputer/LMC/Packages/manifest.json
m_PathExists: 1 m_PathExists: 1
m_ContentTrackingEnabled: 1 m_ContentTrackingEnabled: 1
m_ModificationDate: m_ModificationDate:
@ -8,7 +8,7 @@ m_ProjectFiles:
ticks: 638253528288732827 ticks: 638253528288732827
m_Hash: 1619047885 m_Hash: 1619047885
m_LockFileStatus: m_LockFileStatus:
m_FilePath: D:/Duong-Desktop/My project/Packages/packages-lock.json m_FilePath: D:/Duong-Desktop/LittleManComputer/LMC/Packages/packages-lock.json
m_PathExists: 1 m_PathExists: 1
m_ContentTrackingEnabled: 1 m_ContentTrackingEnabled: 1
m_ModificationDate: m_ModificationDate:
@ -19,7 +19,7 @@ m_EmbeddedPackageManifests:
m_ManifestsStatus: {} m_ManifestsStatus: {}
m_LocalPackages: m_LocalPackages:
m_LocalFileStatus: [] m_LocalFileStatus: []
m_ProjectPath: D:/Duong-Desktop/My project/Packages m_ProjectPath: D:/Duong-Desktop/LittleManComputer/LMC/Packages
m_EditorVersion: 2022.3.0f1 (fb119bb0b476) m_EditorVersion: 2022.3.0f1 (fb119bb0b476)
m_ResolvedPackages: m_ResolvedPackages:
- packageId: com.unity.collab-proxy@2.0.4 - packageId: com.unity.collab-proxy@2.0.4
@ -27,7 +27,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 2.0.4 version: 2.0.4
source: 1 source: 1
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.collab-proxy@2.0.4 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.collab-proxy@2.0.4
assetPath: Packages/com.unity.collab-proxy assetPath: Packages/com.unity.collab-proxy
name: com.unity.collab-proxy name: com.unity.collab-proxy
displayName: Version Control displayName: Version Control
@ -167,7 +167,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.1 version: 1.0.1
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.feature.development@1.0.1 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.feature.development@1.0.1
assetPath: Packages/com.unity.feature.development assetPath: Packages/com.unity.feature.development
name: com.unity.feature.development name: com.unity.feature.development
displayName: Engineering displayName: Engineering
@ -260,7 +260,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 3.0.6 version: 3.0.6
source: 1 source: 1
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.textmeshpro@3.0.6 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.textmeshpro@3.0.6
assetPath: Packages/com.unity.textmeshpro assetPath: Packages/com.unity.textmeshpro
name: com.unity.textmeshpro name: com.unity.textmeshpro
displayName: TextMeshPro displayName: TextMeshPro
@ -439,7 +439,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.7.4 version: 1.7.4
source: 1 source: 1
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.timeline@1.7.4 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.timeline@1.7.4
assetPath: Packages/com.unity.timeline assetPath: Packages/com.unity.timeline
name: com.unity.timeline name: com.unity.timeline
displayName: Timeline displayName: Timeline
@ -602,7 +602,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.ugui@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.ugui@1.0.0
assetPath: Packages/com.unity.ugui assetPath: Packages/com.unity.ugui
name: com.unity.ugui name: com.unity.ugui
displayName: Unity UI displayName: Unity UI
@ -622,6 +622,7 @@ m_ResolvedPackages:
all: all:
- 1.0.0 - 1.0.0
- 3.0.0-exp.1 - 3.0.0-exp.1
- 3.0.0-exp.3
compatible: compatible:
- 1.0.0 - 1.0.0
recommended: 1.0.0 recommended: 1.0.0
@ -672,7 +673,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.8.0 version: 1.8.0
source: 1 source: 1
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.visualscripting@1.8.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.visualscripting@1.8.0
assetPath: Packages/com.unity.visualscripting assetPath: Packages/com.unity.visualscripting
name: com.unity.visualscripting name: com.unity.visualscripting
displayName: Visual Scripting displayName: Visual Scripting
@ -766,7 +767,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.ai@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.ai@1.0.0
assetPath: Packages/com.unity.modules.ai assetPath: Packages/com.unity.modules.ai
name: com.unity.modules.ai name: com.unity.modules.ai
displayName: AI displayName: AI
@ -821,7 +822,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.androidjni@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.androidjni@1.0.0
assetPath: Packages/com.unity.modules.androidjni assetPath: Packages/com.unity.modules.androidjni
name: com.unity.modules.androidjni name: com.unity.modules.androidjni
displayName: Android JNI displayName: Android JNI
@ -875,7 +876,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.animation@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.animation@1.0.0
assetPath: Packages/com.unity.modules.animation assetPath: Packages/com.unity.modules.animation
name: com.unity.modules.animation name: com.unity.modules.animation
displayName: Animation displayName: Animation
@ -930,7 +931,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.assetbundle@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.assetbundle@1.0.0
assetPath: Packages/com.unity.modules.assetbundle assetPath: Packages/com.unity.modules.assetbundle
name: com.unity.modules.assetbundle name: com.unity.modules.assetbundle
displayName: Asset Bundle displayName: Asset Bundle
@ -985,7 +986,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.audio@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.audio@1.0.0
assetPath: Packages/com.unity.modules.audio assetPath: Packages/com.unity.modules.audio
name: com.unity.modules.audio name: com.unity.modules.audio
displayName: Audio displayName: Audio
@ -1040,7 +1041,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.cloth@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.cloth@1.0.0
assetPath: Packages/com.unity.modules.cloth assetPath: Packages/com.unity.modules.cloth
name: com.unity.modules.cloth name: com.unity.modules.cloth
displayName: Cloth displayName: Cloth
@ -1099,7 +1100,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.director@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.director@1.0.0
assetPath: Packages/com.unity.modules.director assetPath: Packages/com.unity.modules.director
name: com.unity.modules.director name: com.unity.modules.director
displayName: Director displayName: Director
@ -1162,7 +1163,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.imageconversion@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.imageconversion@1.0.0
assetPath: Packages/com.unity.modules.imageconversion assetPath: Packages/com.unity.modules.imageconversion
name: com.unity.modules.imageconversion name: com.unity.modules.imageconversion
displayName: Image Conversion displayName: Image Conversion
@ -1218,7 +1219,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.imgui@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.imgui@1.0.0
assetPath: Packages/com.unity.modules.imgui assetPath: Packages/com.unity.modules.imgui
name: com.unity.modules.imgui name: com.unity.modules.imgui
displayName: IMGUI displayName: IMGUI
@ -1273,7 +1274,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.jsonserialize@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.jsonserialize@1.0.0
assetPath: Packages/com.unity.modules.jsonserialize assetPath: Packages/com.unity.modules.jsonserialize
name: com.unity.modules.jsonserialize name: com.unity.modules.jsonserialize
displayName: JSONSerialize displayName: JSONSerialize
@ -1328,7 +1329,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.particlesystem@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.particlesystem@1.0.0
assetPath: Packages/com.unity.modules.particlesystem assetPath: Packages/com.unity.modules.particlesystem
name: com.unity.modules.particlesystem name: com.unity.modules.particlesystem
displayName: Particle System displayName: Particle System
@ -1383,7 +1384,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.physics@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.physics@1.0.0
assetPath: Packages/com.unity.modules.physics assetPath: Packages/com.unity.modules.physics
name: com.unity.modules.physics name: com.unity.modules.physics
displayName: Physics displayName: Physics
@ -1438,7 +1439,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.physics2d@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.physics2d@1.0.0
assetPath: Packages/com.unity.modules.physics2d assetPath: Packages/com.unity.modules.physics2d
name: com.unity.modules.physics2d name: com.unity.modules.physics2d
displayName: Physics 2D displayName: Physics 2D
@ -1493,7 +1494,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.screencapture@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.screencapture@1.0.0
assetPath: Packages/com.unity.modules.screencapture assetPath: Packages/com.unity.modules.screencapture
name: com.unity.modules.screencapture name: com.unity.modules.screencapture
displayName: Screen Capture displayName: Screen Capture
@ -1552,7 +1553,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.terrain@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.terrain@1.0.0
assetPath: Packages/com.unity.modules.terrain assetPath: Packages/com.unity.modules.terrain
name: com.unity.modules.terrain name: com.unity.modules.terrain
displayName: Terrain displayName: Terrain
@ -1607,7 +1608,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.terrainphysics@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.terrainphysics@1.0.0
assetPath: Packages/com.unity.modules.terrainphysics assetPath: Packages/com.unity.modules.terrainphysics
name: com.unity.modules.terrainphysics name: com.unity.modules.terrainphysics
displayName: Terrain Physics displayName: Terrain Physics
@ -1670,7 +1671,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.tilemap@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.tilemap@1.0.0
assetPath: Packages/com.unity.modules.tilemap assetPath: Packages/com.unity.modules.tilemap
name: com.unity.modules.tilemap name: com.unity.modules.tilemap
displayName: Tilemap displayName: Tilemap
@ -1728,7 +1729,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.ui@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.ui@1.0.0
assetPath: Packages/com.unity.modules.ui assetPath: Packages/com.unity.modules.ui
name: com.unity.modules.ui name: com.unity.modules.ui
displayName: UI displayName: UI
@ -1783,7 +1784,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.uielements@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.uielements@1.0.0
assetPath: Packages/com.unity.modules.uielements assetPath: Packages/com.unity.modules.uielements
name: com.unity.modules.uielements name: com.unity.modules.uielements
displayName: UIElements displayName: UIElements
@ -1850,7 +1851,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.umbra@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.umbra@1.0.0
assetPath: Packages/com.unity.modules.umbra assetPath: Packages/com.unity.modules.umbra
name: com.unity.modules.umbra name: com.unity.modules.umbra
displayName: Umbra displayName: Umbra
@ -1905,7 +1906,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.unityanalytics@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.unityanalytics@1.0.0
assetPath: Packages/com.unity.modules.unityanalytics assetPath: Packages/com.unity.modules.unityanalytics
name: com.unity.modules.unityanalytics name: com.unity.modules.unityanalytics
displayName: Unity Analytics displayName: Unity Analytics
@ -1968,7 +1969,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.unitywebrequest@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.unitywebrequest@1.0.0
assetPath: Packages/com.unity.modules.unitywebrequest assetPath: Packages/com.unity.modules.unitywebrequest
name: com.unity.modules.unitywebrequest name: com.unity.modules.unitywebrequest
displayName: Unity Web Request displayName: Unity Web Request
@ -2023,7 +2024,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.unitywebrequestassetbundle@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.unitywebrequestassetbundle@1.0.0
assetPath: Packages/com.unity.modules.unitywebrequestassetbundle assetPath: Packages/com.unity.modules.unitywebrequestassetbundle
name: com.unity.modules.unitywebrequestassetbundle name: com.unity.modules.unitywebrequestassetbundle
displayName: Unity Web Request Asset Bundle displayName: Unity Web Request Asset Bundle
@ -2086,7 +2087,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.unitywebrequestaudio@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.unitywebrequestaudio@1.0.0
assetPath: Packages/com.unity.modules.unitywebrequestaudio assetPath: Packages/com.unity.modules.unitywebrequestaudio
name: com.unity.modules.unitywebrequestaudio name: com.unity.modules.unitywebrequestaudio
displayName: Unity Web Request Audio displayName: Unity Web Request Audio
@ -2149,7 +2150,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.unitywebrequesttexture@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.unitywebrequesttexture@1.0.0
assetPath: Packages/com.unity.modules.unitywebrequesttexture assetPath: Packages/com.unity.modules.unitywebrequesttexture
name: com.unity.modules.unitywebrequesttexture name: com.unity.modules.unitywebrequesttexture
displayName: Unity Web Request Texture displayName: Unity Web Request Texture
@ -2212,7 +2213,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.unitywebrequestwww@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.unitywebrequestwww@1.0.0
assetPath: Packages/com.unity.modules.unitywebrequestwww assetPath: Packages/com.unity.modules.unitywebrequestwww
name: com.unity.modules.unitywebrequestwww name: com.unity.modules.unitywebrequestwww
displayName: Unity Web Request WWW displayName: Unity Web Request WWW
@ -2291,7 +2292,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.vehicles@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.vehicles@1.0.0
assetPath: Packages/com.unity.modules.vehicles assetPath: Packages/com.unity.modules.vehicles
name: com.unity.modules.vehicles name: com.unity.modules.vehicles
displayName: Vehicles displayName: Vehicles
@ -2350,7 +2351,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.video@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.video@1.0.0
assetPath: Packages/com.unity.modules.video assetPath: Packages/com.unity.modules.video
name: com.unity.modules.video name: com.unity.modules.video
displayName: Video displayName: Video
@ -2417,7 +2418,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.vr@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.vr@1.0.0
assetPath: Packages/com.unity.modules.vr assetPath: Packages/com.unity.modules.vr
name: com.unity.modules.vr name: com.unity.modules.vr
displayName: VR displayName: VR
@ -2486,7 +2487,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.wind@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.wind@1.0.0
assetPath: Packages/com.unity.modules.wind assetPath: Packages/com.unity.modules.wind
name: com.unity.modules.wind name: com.unity.modules.wind
displayName: Wind displayName: Wind
@ -2541,7 +2542,7 @@ m_ResolvedPackages:
isDirectDependency: 1 isDirectDependency: 1
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.xr@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.xr@1.0.0
assetPath: Packages/com.unity.modules.xr assetPath: Packages/com.unity.modules.xr
name: com.unity.modules.xr name: com.unity.modules.xr
displayName: XR displayName: XR
@ -2608,7 +2609,7 @@ m_ResolvedPackages:
isDirectDependency: 0 isDirectDependency: 0
version: 1.0.0 version: 1.0.0
source: 2 source: 2
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.modules.subsystems@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.modules.subsystems@1.0.0
assetPath: Packages/com.unity.modules.subsystems assetPath: Packages/com.unity.modules.subsystems
name: com.unity.modules.subsystems name: com.unity.modules.subsystems
displayName: Subsystems displayName: Subsystems
@ -2667,7 +2668,7 @@ m_ResolvedPackages:
isDirectDependency: 0 isDirectDependency: 0
version: 2.0.18 version: 2.0.18
source: 1 source: 1
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.ide.visualstudio@2.0.18 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.ide.visualstudio@2.0.18
assetPath: Packages/com.unity.ide.visualstudio assetPath: Packages/com.unity.ide.visualstudio
name: com.unity.ide.visualstudio name: com.unity.ide.visualstudio
displayName: Visual Studio Editor displayName: Visual Studio Editor
@ -2753,7 +2754,7 @@ m_ResolvedPackages:
isDirectDependency: 0 isDirectDependency: 0
version: 3.0.21 version: 3.0.21
source: 1 source: 1
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.ide.rider@3.0.21 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.ide.rider@3.0.21
assetPath: Packages/com.unity.ide.rider assetPath: Packages/com.unity.ide.rider
name: com.unity.ide.rider name: com.unity.ide.rider
displayName: JetBrains Rider Editor displayName: JetBrains Rider Editor
@ -2852,7 +2853,7 @@ m_ResolvedPackages:
isDirectDependency: 0 isDirectDependency: 0
version: 1.2.5 version: 1.2.5
source: 1 source: 1
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.ide.vscode@1.2.5 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.ide.vscode@1.2.5
assetPath: Packages/com.unity.ide.vscode assetPath: Packages/com.unity.ide.vscode
name: com.unity.ide.vscode name: com.unity.ide.vscode
displayName: Visual Studio Code Editor displayName: Visual Studio Code Editor
@ -2920,7 +2921,7 @@ m_ResolvedPackages:
isDirectDependency: 0 isDirectDependency: 0
version: 1.0.0 version: 1.0.0
source: 1 source: 1
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.editorcoroutines@1.0.0 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.editorcoroutines@1.0.0
assetPath: Packages/com.unity.editorcoroutines assetPath: Packages/com.unity.editorcoroutines
name: com.unity.editorcoroutines name: com.unity.editorcoroutines
displayName: Editor Coroutines displayName: Editor Coroutines
@ -2985,7 +2986,7 @@ m_ResolvedPackages:
isDirectDependency: 0 isDirectDependency: 0
version: 1.2.2 version: 1.2.2
source: 1 source: 1
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.performance.profile-analyzer@1.2.2 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.performance.profile-analyzer@1.2.2
assetPath: Packages/com.unity.performance.profile-analyzer assetPath: Packages/com.unity.performance.profile-analyzer
name: com.unity.performance.profile-analyzer name: com.unity.performance.profile-analyzer
displayName: Profile Analyzer displayName: Profile Analyzer
@ -3056,7 +3057,7 @@ m_ResolvedPackages:
isDirectDependency: 0 isDirectDependency: 0
version: 1.1.33 version: 1.1.33
source: 1 source: 1
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.test-framework@1.1.33 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.test-framework@1.1.33
assetPath: Packages/com.unity.test-framework assetPath: Packages/com.unity.test-framework
name: com.unity.test-framework name: com.unity.test-framework
displayName: Test Framework displayName: Test Framework
@ -3181,7 +3182,7 @@ m_ResolvedPackages:
isDirectDependency: 0 isDirectDependency: 0
version: 1.2.3 version: 1.2.3
source: 1 source: 1
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.testtools.codecoverage@1.2.3
assetPath: Packages/com.unity.testtools.codecoverage assetPath: Packages/com.unity.testtools.codecoverage
name: com.unity.testtools.codecoverage name: com.unity.testtools.codecoverage
displayName: Code Coverage displayName: Code Coverage
@ -3286,7 +3287,7 @@ m_ResolvedPackages:
isDirectDependency: 0 isDirectDependency: 0
version: 2.0.1 version: 2.0.1
source: 1 source: 1
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.settings-manager@2.0.1 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.settings-manager@2.0.1
assetPath: Packages/com.unity.settings-manager assetPath: Packages/com.unity.settings-manager
name: com.unity.settings-manager name: com.unity.settings-manager
displayName: Settings Manager displayName: Settings Manager
@ -3348,7 +3349,7 @@ m_ResolvedPackages:
isDirectDependency: 0 isDirectDependency: 0
version: 1.0.6 version: 1.0.6
source: 1 source: 1
resolvedPath: D:\Duong-Desktop\My project\Library\PackageCache\com.unity.ext.nunit@1.0.6 resolvedPath: D:\Duong-Desktop\LittleManComputer\LMC\Library\PackageCache\com.unity.ext.nunit@1.0.6
assetPath: Packages/com.unity.ext.nunit assetPath: Packages/com.unity.ext.nunit
name: com.unity.ext.nunit name: com.unity.ext.nunit
displayName: Custom NUnit displayName: Custom NUnit

@ -1 +1 @@
7741534d0b26146de66d0beeac3a899f 44a8d04968c435b5f2d69c0950c8a4d6

Binary file not shown.

@ -1 +1 @@
{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"m_AlwaysRefresh":false,"showFog":true,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true,"showVisualEffectGraphs":true,"m_FxEnabled":true},"in2DMode":false,"pivot":{"x":78.69782257080078,"y":48.37632751464844,"z":-4.10662841796875},"rotation":{"x":0.0,"y":0.0,"z":0.0,"w":1.0},"size":56.138023376464847,"orthographic":true} {"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"m_AlwaysRefresh":false,"showFog":true,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true,"showVisualEffectGraphs":true,"m_FxEnabled":true},"in2DMode":false,"pivot":{"x":-48.255523681640628,"y":58.262001037597659,"z":-120.12156677246094},"rotation":{"x":0.0,"y":0.0,"z":0.0,"w":1.0},"size":64.57697296142578,"orthographic":true}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -19,7 +19,7 @@ MonoBehaviour:
width: 2048 width: 2048
height: 1060.8 height: 1060.8
m_ShowMode: 4 m_ShowMode: 4
m_Title: Game m_Title: Scene
m_RootView: {fileID: 6} m_RootView: {fileID: 6}
m_MinSize: {x: 875, y: 300} m_MinSize: {x: 875, y: 300}
m_MaxSize: {x: 10000, y: 10000} m_MaxSize: {x: 10000, y: 10000}
@ -48,7 +48,7 @@ MonoBehaviour:
m_MinSize: {x: 300, y: 100} m_MinSize: {x: 300, y: 100}
m_MaxSize: {x: 24288, y: 16192} m_MaxSize: {x: 24288, y: 16192}
vertical: 0 vertical: 0
controlID: 37 controlID: 84
--- !u!114 &3 --- !u!114 &3
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
@ -92,7 +92,7 @@ MonoBehaviour:
serializedVersion: 2 serializedVersion: 2
x: 0 x: 0
y: 0 y: 0
width: 387.2 width: 388
height: 599.2 height: 599.2
m_MinSize: {x: 201, y: 221} m_MinSize: {x: 201, y: 221}
m_MaxSize: {x: 4001, y: 4021} m_MaxSize: {x: 4001, y: 4021}
@ -111,7 +111,7 @@ MonoBehaviour:
m_Enabled: 1 m_Enabled: 1
m_EditorHideFlags: 1 m_EditorHideFlags: 1
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
m_Name: ConsoleWindow m_Name: ProjectBrowser
m_EditorClassIdentifier: m_EditorClassIdentifier:
m_Children: [] m_Children: []
m_Position: m_Position:
@ -120,14 +120,14 @@ MonoBehaviour:
y: 599.2 y: 599.2
width: 1564.8 width: 1564.8
height: 411.60004 height: 411.60004
m_MinSize: {x: 101, y: 121} m_MinSize: {x: 231, y: 271}
m_MaxSize: {x: 4001, y: 4021} m_MaxSize: {x: 10001, y: 10021}
m_ActualView: {fileID: 17} m_ActualView: {fileID: 12}
m_Panes: m_Panes:
- {fileID: 12} - {fileID: 12}
- {fileID: 17} - {fileID: 17}
m_Selected: 1 m_Selected: 0
m_LastSelected: 0 m_LastSelected: 1
--- !u!114 &6 --- !u!114 &6
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
@ -223,7 +223,7 @@ MonoBehaviour:
m_MinSize: {x: 200, y: 100} m_MinSize: {x: 200, y: 100}
m_MaxSize: {x: 16192, y: 16192} m_MaxSize: {x: 16192, y: 16192}
vertical: 1 vertical: 1
controlID: 38 controlID: 39
--- !u!114 &10 --- !u!114 &10
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
@ -248,7 +248,7 @@ MonoBehaviour:
m_MinSize: {x: 200, y: 50} m_MinSize: {x: 200, y: 50}
m_MaxSize: {x: 16192, y: 8096} m_MaxSize: {x: 16192, y: 8096}
vertical: 0 vertical: 0
controlID: 39 controlID: 40
--- !u!114 &11 --- !u!114 &11
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
@ -264,9 +264,9 @@ MonoBehaviour:
m_Children: [] m_Children: []
m_Position: m_Position:
serializedVersion: 2 serializedVersion: 2
x: 387.2 x: 388
y: 0 y: 0
width: 1177.6001 width: 1176.8
height: 599.2 height: 599.2
m_MinSize: {x: 202, y: 221} m_MinSize: {x: 202, y: 221}
m_MaxSize: {x: 4002, y: 4021} m_MaxSize: {x: 4002, y: 4021}
@ -333,7 +333,7 @@ MonoBehaviour:
m_LastFolders: m_LastFolders:
- Assets - Assets
m_LastFoldersGridSize: -1 m_LastFoldersGridSize: -1
m_LastProjectPath: D:\Duong-Desktop\My project m_LastProjectPath: D:\Duong-Desktop\LittleManComputer\LMC
m_LockTracker: m_LockTracker:
m_IsLocked: 0 m_IsLocked: 0
m_FolderTreeState: m_FolderTreeState:
@ -393,9 +393,9 @@ MonoBehaviour:
m_Icon: {fileID: 0} m_Icon: {fileID: 0}
m_ResourceFile: m_ResourceFile:
m_ListAreaState: m_ListAreaState:
m_SelectedInstanceIDs: 12f6ffff m_SelectedInstanceIDs:
m_LastClickedInstanceID: -2542 m_LastClickedInstanceID: 0
m_HadKeyboardFocusLastEvent: 0 m_HadKeyboardFocusLastEvent: 1
m_ExpandedInstanceIDs: c6230000147d000078590000 m_ExpandedInstanceIDs: c6230000147d000078590000
m_RenameOverlay: m_RenameOverlay:
m_UserAcceptedRename: 0 m_UserAcceptedRename: 0
@ -493,7 +493,7 @@ MonoBehaviour:
serializedVersion: 2 serializedVersion: 2
x: 0 x: 0
y: 73.6 y: 73.6
width: 386.2 width: 387
height: 578.2 height: 578.2
m_SerializedDataModeController: m_SerializedDataModeController:
m_DataMode: 0 m_DataMode: 0
@ -508,23 +508,23 @@ MonoBehaviour:
m_SceneHierarchy: m_SceneHierarchy:
m_TreeViewState: m_TreeViewState:
scrollPos: {x: 0, y: 0} scrollPos: {x: 0, y: 0}
m_SelectedIDs: 12f6ffff m_SelectedIDs:
m_LastClickedID: -2542 m_LastClickedID: 0
m_ExpandedIDs: 1cf6ffff2ef6ffff38f6ffff3cf6ffff20fbffffc4590000 m_ExpandedIDs: 2cfbffff
m_RenameOverlay: m_RenameOverlay:
m_UserAcceptedRename: 0 m_UserAcceptedRename: 0
m_Name: Cabinet1_Door m_Name:
m_OriginalName: Cabinet1_Door m_OriginalName:
m_EditFieldRect: m_EditFieldRect:
serializedVersion: 2 serializedVersion: 2
x: 0 x: 0
y: 0 y: 0
width: 0 width: 0
height: 0 height: 0
m_UserData: -2514 m_UserData: 0
m_IsWaitingForDelay: 0 m_IsWaitingForDelay: 0
m_IsRenaming: 0 m_IsRenaming: 0
m_OriginalEventType: 0 m_OriginalEventType: 11
m_IsRenamingFilename: 0 m_IsRenamingFilename: 0
m_ClientGUIView: {fileID: 4} m_ClientGUIView: {fileID: 4}
m_SearchString: m_SearchString:
@ -554,9 +554,9 @@ MonoBehaviour:
m_Tooltip: m_Tooltip:
m_Pos: m_Pos:
serializedVersion: 2 serializedVersion: 2
x: 387.2 x: 388
y: 73.6 y: 73.6
width: 1175.6001 width: 1174.8
height: 578.2 height: 578.2
m_SerializedDataModeController: m_SerializedDataModeController:
m_DataMode: 0 m_DataMode: 0
@ -845,9 +845,9 @@ MonoBehaviour:
floating: 0 floating: 0
collapsed: 0 collapsed: 0
displayed: 1 displayed: 1
snapOffset: {x: 636.8, y: 10.399963} snapOffset: {x: -538.39996, y: -573.60004}
snapOffsetDelta: {x: 0, y: 0} snapOffsetDelta: {x: 0, y: 0}
snapCorner: 0 snapCorner: 3
id: UnityEditor.SceneViewCameraOverlay id: UnityEditor.SceneViewCameraOverlay
index: 8 index: 8
layout: 4 layout: 4
@ -864,9 +864,9 @@ MonoBehaviour:
m_PlayAudio: 0 m_PlayAudio: 0
m_AudioPlay: 0 m_AudioPlay: 0
m_Position: m_Position:
m_Target: {x: 78.69782, y: 48.376328, z: -4.1066284} m_Target: {x: -48.255524, y: 58.262, z: -120.12157}
speed: 2 speed: 2
m_Value: {x: 78.69782, y: 48.376328, z: -4.1066284} m_Value: {x: -48.255524, y: 58.262, z: -120.12157}
m_RenderMode: 0 m_RenderMode: 0
m_CameraMode: m_CameraMode:
drawMode: 0 drawMode: 0
@ -916,9 +916,9 @@ MonoBehaviour:
speed: 2 speed: 2
m_Value: {x: 0, y: 0, z: 0, w: 1} m_Value: {x: 0, y: 0, z: 0, w: 1}
m_Size: m_Size:
m_Target: 56.138023 m_Target: 64.57697
speed: 2 speed: 2
m_Value: 56.138023 m_Value: 64.57697
m_Ortho: m_Ortho:
m_Target: 1 m_Target: 1
speed: 2 speed: 2
@ -963,9 +963,9 @@ MonoBehaviour:
m_Tooltip: m_Tooltip:
m_Pos: m_Pos:
serializedVersion: 2 serializedVersion: 2
x: 387.2 x: 388
y: 73.6 y: 73.6
width: 1175.6001 width: 1174.8
height: 578.2 height: 578.2
m_SerializedDataModeController: m_SerializedDataModeController:
m_DataMode: 0 m_DataMode: 0
@ -983,7 +983,7 @@ MonoBehaviour:
m_ShowGizmos: 0 m_ShowGizmos: 0
m_TargetDisplay: 0 m_TargetDisplay: 0
m_ClearColor: {r: 0, g: 0, b: 0, a: 0} m_ClearColor: {r: 0, g: 0, b: 0, a: 0}
m_TargetSize: {x: 1175.6001, y: 557.2} m_TargetSize: {x: 1174.8, y: 557.2}
m_TextureFilterMode: 0 m_TextureFilterMode: 0
m_TextureHideFlags: 61 m_TextureHideFlags: 61
m_RenderIMGUI: 1 m_RenderIMGUI: 1
@ -998,8 +998,8 @@ MonoBehaviour:
m_VRangeLocked: 0 m_VRangeLocked: 0
hZoomLockedByDefault: 0 hZoomLockedByDefault: 0
vZoomLockedByDefault: 0 vZoomLockedByDefault: 0
m_HBaseRangeMin: -470.24005 m_HBaseRangeMin: -469.92
m_HBaseRangeMax: 470.24005 m_HBaseRangeMax: 469.92
m_VBaseRangeMin: -222.88 m_VBaseRangeMin: -222.88
m_VBaseRangeMax: 222.88 m_VBaseRangeMax: 222.88
m_HAllowExceedBaseRangeMin: 1 m_HAllowExceedBaseRangeMin: 1
@ -1019,23 +1019,23 @@ MonoBehaviour:
serializedVersion: 2 serializedVersion: 2
x: 0 x: 0
y: 21 y: 21
width: 1175.6001 width: 1174.8
height: 557.2 height: 557.2
m_Scale: {x: 1.25, y: 1.25} m_Scale: {x: 1.25, y: 1.25}
m_Translation: {x: 587.80005, y: 278.6} m_Translation: {x: 587.4, y: 278.6}
m_MarginLeft: 0 m_MarginLeft: 0
m_MarginRight: 0 m_MarginRight: 0
m_MarginTop: 0 m_MarginTop: 0
m_MarginBottom: 0 m_MarginBottom: 0
m_LastShownAreaInsideMargins: m_LastShownAreaInsideMargins:
serializedVersion: 2 serializedVersion: 2
x: -470.24005 x: -469.92
y: -222.88 y: -222.88
width: 940.4801 width: 939.84
height: 445.76 height: 445.76
m_MinimalGUI: 1 m_MinimalGUI: 1
m_defaultScale: 1 m_defaultScale: 1
m_LastWindowPixelSize: {x: 1469.5001, y: 722.75} m_LastWindowPixelSize: {x: 1468.5, y: 722.75}
m_ClearInEditMode: 1 m_ClearInEditMode: 1
m_NoCameraWarning: 1 m_NoCameraWarning: 1
m_LowResolutionForAspectRatios: 01000000000000000000 m_LowResolutionForAspectRatios: 01000000000000000000
@ -1062,9 +1062,9 @@ MonoBehaviour:
m_Pos: m_Pos:
serializedVersion: 2 serializedVersion: 2
x: 0 x: 0
y: 672.8 y: 678.4
width: 1563.8 width: 1563.8
height: 390.60004 height: 394.60004
m_SerializedDataModeController: m_SerializedDataModeController:
m_DataMode: 0 m_DataMode: 0
m_PreferredDataMode: 0 m_PreferredDataMode: 0

Loading…
Cancel
Save