1105上午
This commit is contained in:
parent
78f349495d
commit
18a36416e4
|
@ -19421,6 +19421,7 @@ MonoBehaviour:
|
|||
m_Script: {fileID: 11500000, guid: 2a632905a0cc8dc4ea587d7d92c08982, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
hasInit: 0
|
||||
collector: {fileID: 1893456730}
|
||||
device_collectorTrigger: {fileID: 1971629290}
|
||||
collector_transform: {fileID: 1584432035}
|
||||
|
@ -28626,7 +28627,7 @@ PrefabInstance:
|
|||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 3952194349717846392, guid: 5980ef5428cf0f140a7fb83bcea6a203, type: 3}
|
||||
propertyPath: m_IsActive
|
||||
value: 0
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 3952194349717846392, guid: 5980ef5428cf0f140a7fb83bcea6a203, type: 3}
|
||||
propertyPath: m_StaticEditorFlags
|
||||
|
|
|
@ -169,10 +169,6 @@ public class Score_4001 : ScoreBase
|
|||
{
|
||||
steps[4].SetScore(true);//3->4 办理工作票完成
|
||||
}
|
||||
//else if (triggerName == "拆装工单按钮")
|
||||
//{
|
||||
// steps[4].SetScore(true);
|
||||
//}
|
||||
else if (triggerName == "现场按钮")
|
||||
{
|
||||
//检查是否穿戴
|
||||
|
@ -202,23 +198,6 @@ public class Score_4001 : ScoreBase
|
|||
//班前会
|
||||
steps[8].SetScore(true);
|
||||
}
|
||||
//else if (triggerName == "检查接线")
|
||||
//{
|
||||
// if ((bool)para)
|
||||
// {
|
||||
// //12之前时拆除流程,之后时安装流程
|
||||
// if (!steps[12].isDone)
|
||||
// {
|
||||
// //接线检查打分,判断三步验电是否正确
|
||||
// steps[9].SetScore(isCheckE());
|
||||
// }
|
||||
// else
|
||||
// {
|
||||
// //安装检查
|
||||
// steps[14].SetScore(true);
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
else if (triggerName == "验电笔+插座" || triggerName == "验电笔+柜门")
|
||||
{
|
||||
//记录验电顺序
|
||||
|
@ -226,112 +205,11 @@ public class Score_4001 : ScoreBase
|
|||
}
|
||||
else if (triggerName == "故障记录按钮")
|
||||
{
|
||||
//采集故障
|
||||
steps[9].SetScore(isCheckE());
|
||||
//采集故障,完成验电、选了一个采集异常
|
||||
steps[9].SetScore(isCheckE() &&
|
||||
FaultManager.Instance.selectedFaultsInReg.Count == 1 && FaultManager.Instance.selectedFaultsInReg[0].Equals("采集异常")) ;
|
||||
|
||||
}
|
||||
//else if (triggerName == "验电笔+in开关_螺丝1" || triggerName == "验电笔+in开关_螺丝2" || triggerName == "验电笔+in开关_螺丝3")
|
||||
//{
|
||||
// //3012之前是拆除,之后是安装
|
||||
// if (!steps[12].isDone)
|
||||
// {
|
||||
// //断电情况下
|
||||
// if (device_Control.inSwitch.isOpen == false)
|
||||
// {
|
||||
// InSwitchCloseYDList.Add(triggerName);
|
||||
// steps[10].SetScore(isInSwitchCheckE(), true);
|
||||
// }
|
||||
// }
|
||||
// else
|
||||
// {
|
||||
// //通电情况下
|
||||
// if (device_Control.inSwitch.isOpen == true)
|
||||
// {
|
||||
// InSwitchOpenYDList.Add(triggerName);
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
//else if (triggerName == "电能表铭牌")
|
||||
//{
|
||||
// steps[11].SetScore(true);
|
||||
//}
|
||||
//else if (unInstallJieXian.Contains(triggerName))
|
||||
//{
|
||||
// //3012之前是拆除,之后是安装
|
||||
// //接线螺丝和线
|
||||
// if (!steps[12].isDone)
|
||||
// {
|
||||
// //判断拆接线
|
||||
// if ((bool)para)
|
||||
// currentunInstallJieXian.Remove(triggerName);
|
||||
// else
|
||||
// currentunInstallJieXian.Add(triggerName);
|
||||
// }
|
||||
// else
|
||||
// {
|
||||
// //判断安装接线
|
||||
// if ((bool)para)
|
||||
// currentInstallJieXian.Add(triggerName);
|
||||
// else
|
||||
// currentInstallJieXian.Remove(triggerName);
|
||||
|
||||
// //判分
|
||||
// if (triggerName.Contains("A_in_螺丝"))
|
||||
// {
|
||||
// steps[13].SetScore(IsInstallJieXianCheckE(), true);
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
//else if (triggerName == "电能表区域碰撞")
|
||||
//{
|
||||
// //取下电能表时判断验电顺序
|
||||
// if (para != null && !(bool)para)
|
||||
// {
|
||||
// steps[12].SetScore(IsUninstallJieXianCheckE());
|
||||
// }
|
||||
//}
|
||||
//else if (triggerName.Contains("电能表拆装螺丝"))
|
||||
//{
|
||||
// //安装流程下
|
||||
// if (steps[12].isDone)
|
||||
// {
|
||||
// //拆装螺丝
|
||||
// if ((bool)para)
|
||||
// currentInstallJieXian.Add(triggerName);
|
||||
// else
|
||||
// currentInstallJieXian.Remove(triggerName);
|
||||
// }
|
||||
//}
|
||||
//else if (triggerName.Contains("电能表盖子固定螺丝"))
|
||||
//{
|
||||
// //安装流程
|
||||
// if (steps[12].isDone)
|
||||
// {
|
||||
// if ((bool)para)
|
||||
// installCover.Add(triggerName);
|
||||
// else
|
||||
// installCover.Remove(triggerName);
|
||||
|
||||
// steps[15].SetScore(Check15(), true);
|
||||
// }
|
||||
//}
|
||||
//else if (installTestJieXian.Any(a => triggerName.StartsWith(a)))
|
||||
//{
|
||||
// //接线验电
|
||||
// if (steps[12].isDone)
|
||||
// {
|
||||
// currentInstallTestJieXian.Add(triggerName);
|
||||
// }
|
||||
//}
|
||||
//else if (triggerName.Contains("电能表封印") && triggerName.Contains("触发区域"))
|
||||
//{
|
||||
// if (steps[12].isDone)
|
||||
// {
|
||||
// if (!device_Control.meteringDevice.cover.cover_seal_Left.isCut && !device_Control.meteringDevice.cover.cover_seal_Right.isCut)
|
||||
// {
|
||||
// steps[16].SetScore(true, true);
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
else if (triggerName == "采集器")
|
||||
{
|
||||
if (para.ToString() == "采集器完成重装")
|
||||
|
@ -498,7 +376,6 @@ public class Score_4001 : ScoreBase
|
|||
tmp.installCover = installCover;
|
||||
tmp.currentInstallTestJieXian = currentInstallTestJieXian;
|
||||
string sceneInfo = JsonConvert.SerializeObject(tmp, Formatting.Indented);
|
||||
Debug.Log("==????:" + sceneInfo);
|
||||
return sceneInfo;
|
||||
//throw new System.NotImplementedException();
|
||||
}
|
||||
|
|
|
@ -10,6 +10,8 @@ public class UI_ComputerSystemBasePanel : BasePanel
|
|||
protected List<ImageTips> tipList;
|
||||
protected Tween tween;
|
||||
|
||||
public static bool FirstPageTween = true;
|
||||
|
||||
public override void ShowMe()
|
||||
{
|
||||
base.ShowMe();
|
||||
|
@ -67,4 +69,17 @@ public class UI_ComputerSystemBasePanel : BasePanel
|
|||
image.color = finalColor;
|
||||
}).SetLoops(-1, LoopType.Yoyo);//HQB 原始数值:1,0.
|
||||
}
|
||||
|
||||
protected override void OnClick(string btnName)
|
||||
{
|
||||
switch (btnName)
|
||||
{
|
||||
case "closeBtn":
|
||||
FirstPageTween = true;
|
||||
break;
|
||||
default:
|
||||
FirstPageTween = false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,9 +8,22 @@ using static UnityEngine.GraphicsBuffer;
|
|||
|
||||
public class UI_ComputerSystemHomePagePanel : UI_ComputerSystemBasePanel
|
||||
{
|
||||
|
||||
public override void ShowMe()
|
||||
{
|
||||
base.ShowMe();
|
||||
|
||||
RectTransform rPanel = ToolFuncManager.GetChild(this.transform, "webview").GetComponent<RectTransform>();
|
||||
|
||||
if (FirstPageTween)
|
||||
{
|
||||
rPanel.localScale = new Vector3(0.5f, 0.5f, 1);
|
||||
rPanel.DOScale(new Vector3(1, 1, 1), 0.5f);
|
||||
}
|
||||
else
|
||||
{
|
||||
rPanel.localScale = new Vector3(1, 1, 1);
|
||||
}
|
||||
}
|
||||
|
||||
public override void HideMe()
|
||||
|
@ -24,6 +37,7 @@ public class UI_ComputerSystemHomePagePanel : UI_ComputerSystemBasePanel
|
|||
/// <param name="btnName"></param>
|
||||
protected override void OnClick(string btnName)
|
||||
{
|
||||
base.OnClick(btnName);
|
||||
switch (btnName)
|
||||
{
|
||||
case "closeBtn":
|
||||
|
|
|
@ -59,6 +59,7 @@ public class UI_ComputerSystemJLZXJCPanel : UI_ComputerSystemBasePanel
|
|||
/// <param name="btnName"></param>
|
||||
protected override void OnClick(string btnName)
|
||||
{
|
||||
base.OnClick(btnName);
|
||||
switch (btnName)
|
||||
{
|
||||
case "backBtn":
|
||||
|
@ -110,7 +111,17 @@ public class UI_ComputerSystemJLZXJCPanel : UI_ComputerSystemBasePanel
|
|||
/// <returns></returns>
|
||||
protected IEnumerator Transcribe()
|
||||
{
|
||||
RectTransform ResTip_Up = ToolFuncManager.GetChild(TransResultPanel.transform, "ResTip_Up").GetComponent<RectTransform>();
|
||||
RectTransform ResTip_Down = ToolFuncManager.GetChild(TransResultPanel.transform, "ResTip_Down").GetComponent<RectTransform>();
|
||||
Vector3 upPos = ResTip_Up.localPosition;
|
||||
Vector3 downPos = ResTip_Down.localPosition;
|
||||
ResTip_Up.localPosition = new Vector3(upPos.x, upPos.y + 60, upPos.z);
|
||||
ResTip_Down.localPosition = new Vector3(downPos.x, downPos.y + 60, downPos.z);
|
||||
|
||||
TransResultPanel.SetActive(true);//显示透抄结果面板
|
||||
ResTip_Up.DOLocalMove(upPos, 0.4f);
|
||||
ResTip_Down.DOLocalMove(downPos, 0.4f);
|
||||
|
||||
yield return new WaitForSeconds(3);
|
||||
TransResultPanel.SetActive(false);//隐藏透抄结果面板
|
||||
IsTranscribed = true;//透抄结果为true
|
||||
|
@ -130,7 +141,17 @@ public class UI_ComputerSystemJLZXJCPanel : UI_ComputerSystemBasePanel
|
|||
|
||||
protected IEnumerator Interrogation()
|
||||
{
|
||||
RectTransform ResTip_Up = ToolFuncManager.GetChild(InterrogationPanel.transform, "ResTip_Up").GetComponent<RectTransform>();
|
||||
RectTransform ResTip_Down = ToolFuncManager.GetChild(InterrogationPanel.transform, "ResTip_Down").GetComponent<RectTransform>();
|
||||
Vector3 upPos = ResTip_Up.localPosition;
|
||||
Vector3 downPos = ResTip_Down.localPosition;
|
||||
ResTip_Up.localPosition = new Vector3(upPos.x, upPos.y + 60, upPos.z);
|
||||
ResTip_Down.localPosition = new Vector3(downPos.x, downPos.y + 60, downPos.z);
|
||||
|
||||
InterrogationPanel.SetActive(true);//显示召测面板
|
||||
ResTip_Up.DOLocalMove(upPos, 0.4f);
|
||||
ResTip_Down.DOLocalMove(downPos, 0.4f);
|
||||
|
||||
yield return new WaitForSeconds(3);
|
||||
InterrogationPanel.SetActive(false);//隐藏召测面板
|
||||
IsInterrogation = true;//召测结果为true
|
||||
|
|
|
@ -79,7 +79,7 @@ public class Device_Control_6001 : Device_Control
|
|||
|
||||
private void Start()
|
||||
{
|
||||
Init();
|
||||
//Init();
|
||||
base.hasInit = true;
|
||||
}
|
||||
|
||||
|
|
|
@ -73,6 +73,9 @@ public class Score_6001 : ScoreBase
|
|||
installCover.Clear();
|
||||
currentInstallTestJieXian.Clear();
|
||||
reInstall = false;
|
||||
|
||||
FaultManager.Instance.selectedFaultOptions = JsonMapper.ToObject<FaultOptions>("{\r\n \"FaultDevice\": \"采集器\",\r\n \"FaultDeviceShow\": false,\r\n \"FaultTypeShow\": false,\r\n \"FaultSituationL1Show\": false,\r\n \"FaultSituationL2Show\": true,\r\n \"dataFaultType\": [\r\n {\r\n \"name\": \"111\",\r\n \"dataFaultSituationL1\": [\r\n {\r\n \"name\": \"2222\",\r\n \"dataFaultSituationL2\": [\r\n {\r\n \"L2name\": \"数据采集失败\",\r\n \"L2Limitation\": []\r\n }\r\n ]\r\n }\r\n ]\r\n }\r\n ]\r\n}");
|
||||
FaultManager.Instance.originalFaultOptions = JsonManager.Instance.LoadData<FaultOptions>("FaultOptions");
|
||||
}
|
||||
|
||||
public override void SetDeviceControl(Device_Control device_Control)
|
||||
|
@ -206,8 +209,9 @@ public class Score_6001 : ScoreBase
|
|||
}
|
||||
else if (triggerName == "故障记录按钮")
|
||||
{
|
||||
//²É¼¯¹ÊÕÏ
|
||||
steps[9].SetScore(isCheckE());
|
||||
//采集故障,完成验电、选了一个采集异常
|
||||
steps[9].SetScore(isCheckE() &&
|
||||
FaultManager.Instance.selectedFaultsInReg.Count == 1 && FaultManager.Instance.selectedFaultsInReg[0].Equals("采集异常"));
|
||||
}
|
||||
else if (triggerName == "采集器")
|
||||
{
|
||||
|
|
|
@ -4,5 +4,20 @@
|
|||
EditorBuildSettings:
|
||||
m_ObjectHideFlags: 0
|
||||
serializedVersion: 2
|
||||
m_Scenes: []
|
||||
m_Scenes:
|
||||
- enabled: 1
|
||||
path: Assets/Scenes/10006_6001_01_InitScene.unity
|
||||
guid: f0da7a63f61f72e4797725ae8885428d
|
||||
- enabled: 1
|
||||
path: Assets/Template/Scenes/Common/02_MenuScene.unity
|
||||
guid: 705375ed0cf9b1b45ad608e72e387cdb
|
||||
- enabled: 1
|
||||
path: Assets/Scenes/10006_6001_03_OfficeScene.unity
|
||||
guid: ae05d14aae550fa4192a9c9dae402761
|
||||
- enabled: 1
|
||||
path: Assets/Scenes/10006_6001_04_ToolMaterialScene.unity
|
||||
guid: 6c2d03f21698b4a46b388e20a88532fd
|
||||
- enabled: 1
|
||||
path: Assets/Scenes/10006_6001_05_LiveScene.unity
|
||||
guid: a507348e7edc6184fba24528e9bf78f4
|
||||
m_configObjects: {}
|
||||
|
|
|
@ -293,3 +293,196 @@ InputManager:
|
|||
type: 0
|
||||
axis: 0
|
||||
joyNum: 0
|
||||
- serializedVersion: 3
|
||||
m_Name: Enable Debug Button 1
|
||||
descriptiveName:
|
||||
descriptiveNegativeName:
|
||||
negativeButton:
|
||||
positiveButton: left ctrl
|
||||
altNegativeButton:
|
||||
altPositiveButton: joystick button 8
|
||||
gravity: 0
|
||||
dead: 0
|
||||
sensitivity: 0
|
||||
snap: 0
|
||||
invert: 0
|
||||
type: 0
|
||||
axis: 0
|
||||
joyNum: 0
|
||||
- serializedVersion: 3
|
||||
m_Name: Enable Debug Button 2
|
||||
descriptiveName:
|
||||
descriptiveNegativeName:
|
||||
negativeButton:
|
||||
positiveButton: backspace
|
||||
altNegativeButton:
|
||||
altPositiveButton: joystick button 9
|
||||
gravity: 0
|
||||
dead: 0
|
||||
sensitivity: 0
|
||||
snap: 0
|
||||
invert: 0
|
||||
type: 0
|
||||
axis: 0
|
||||
joyNum: 0
|
||||
- serializedVersion: 3
|
||||
m_Name: Debug Reset
|
||||
descriptiveName:
|
||||
descriptiveNegativeName:
|
||||
negativeButton:
|
||||
positiveButton: left alt
|
||||
altNegativeButton:
|
||||
altPositiveButton: joystick button 1
|
||||
gravity: 0
|
||||
dead: 0
|
||||
sensitivity: 0
|
||||
snap: 0
|
||||
invert: 0
|
||||
type: 0
|
||||
axis: 0
|
||||
joyNum: 0
|
||||
- serializedVersion: 3
|
||||
m_Name: Debug Next
|
||||
descriptiveName:
|
||||
descriptiveNegativeName:
|
||||
negativeButton:
|
||||
positiveButton: page down
|
||||
altNegativeButton:
|
||||
altPositiveButton: joystick button 5
|
||||
gravity: 0
|
||||
dead: 0
|
||||
sensitivity: 0
|
||||
snap: 0
|
||||
invert: 0
|
||||
type: 0
|
||||
axis: 0
|
||||
joyNum: 0
|
||||
- serializedVersion: 3
|
||||
m_Name: Debug Previous
|
||||
descriptiveName:
|
||||
descriptiveNegativeName:
|
||||
negativeButton:
|
||||
positiveButton: page up
|
||||
altNegativeButton:
|
||||
altPositiveButton: joystick button 4
|
||||
gravity: 0
|
||||
dead: 0
|
||||
sensitivity: 0
|
||||
snap: 0
|
||||
invert: 0
|
||||
type: 0
|
||||
axis: 0
|
||||
joyNum: 0
|
||||
- serializedVersion: 3
|
||||
m_Name: Debug Validate
|
||||
descriptiveName:
|
||||
descriptiveNegativeName:
|
||||
negativeButton:
|
||||
positiveButton: return
|
||||
altNegativeButton:
|
||||
altPositiveButton: joystick button 0
|
||||
gravity: 0
|
||||
dead: 0
|
||||
sensitivity: 0
|
||||
snap: 0
|
||||
invert: 0
|
||||
type: 0
|
||||
axis: 0
|
||||
joyNum: 0
|
||||
- serializedVersion: 3
|
||||
m_Name: Debug Persistent
|
||||
descriptiveName:
|
||||
descriptiveNegativeName:
|
||||
negativeButton:
|
||||
positiveButton: right shift
|
||||
altNegativeButton:
|
||||
altPositiveButton: joystick button 2
|
||||
gravity: 0
|
||||
dead: 0
|
||||
sensitivity: 0
|
||||
snap: 0
|
||||
invert: 0
|
||||
type: 0
|
||||
axis: 0
|
||||
joyNum: 0
|
||||
- serializedVersion: 3
|
||||
m_Name: Debug Multiplier
|
||||
descriptiveName:
|
||||
descriptiveNegativeName:
|
||||
negativeButton:
|
||||
positiveButton: left shift
|
||||
altNegativeButton:
|
||||
altPositiveButton: joystick button 3
|
||||
gravity: 0
|
||||
dead: 0
|
||||
sensitivity: 0
|
||||
snap: 0
|
||||
invert: 0
|
||||
type: 0
|
||||
axis: 0
|
||||
joyNum: 0
|
||||
- serializedVersion: 3
|
||||
m_Name: Debug Horizontal
|
||||
descriptiveName:
|
||||
descriptiveNegativeName:
|
||||
negativeButton: left
|
||||
positiveButton: right
|
||||
altNegativeButton:
|
||||
altPositiveButton:
|
||||
gravity: 1000
|
||||
dead: 0.001
|
||||
sensitivity: 1000
|
||||
snap: 0
|
||||
invert: 0
|
||||
type: 0
|
||||
axis: 0
|
||||
joyNum: 0
|
||||
- serializedVersion: 3
|
||||
m_Name: Debug Vertical
|
||||
descriptiveName:
|
||||
descriptiveNegativeName:
|
||||
negativeButton: down
|
||||
positiveButton: up
|
||||
altNegativeButton:
|
||||
altPositiveButton:
|
||||
gravity: 1000
|
||||
dead: 0.001
|
||||
sensitivity: 1000
|
||||
snap: 0
|
||||
invert: 0
|
||||
type: 0
|
||||
axis: 0
|
||||
joyNum: 0
|
||||
- serializedVersion: 3
|
||||
m_Name: Debug Vertical
|
||||
descriptiveName:
|
||||
descriptiveNegativeName:
|
||||
negativeButton: down
|
||||
positiveButton: up
|
||||
altNegativeButton:
|
||||
altPositiveButton:
|
||||
gravity: 1000
|
||||
dead: 0.001
|
||||
sensitivity: 1000
|
||||
snap: 0
|
||||
invert: 0
|
||||
type: 2
|
||||
axis: 6
|
||||
joyNum: 0
|
||||
- serializedVersion: 3
|
||||
m_Name: Debug Horizontal
|
||||
descriptiveName:
|
||||
descriptiveNegativeName:
|
||||
negativeButton: left
|
||||
positiveButton: right
|
||||
altNegativeButton:
|
||||
altPositiveButton:
|
||||
gravity: 1000
|
||||
dead: 0.001
|
||||
sensitivity: 1000
|
||||
snap: 0
|
||||
invert: 0
|
||||
type: 2
|
||||
axis: 5
|
||||
joyNum: 0
|
||||
m_UsePhysicalKeys: 0
|
||||
|
|
|
@ -0,0 +1,121 @@
|
|||
{
|
||||
"templatePinStates": [],
|
||||
"dependencyTypeInfos": [
|
||||
{
|
||||
"userAdded": false,
|
||||
"type": "UnityEngine.AnimationClip",
|
||||
"defaultInstantiationMode": 0
|
||||
},
|
||||
{
|
||||
"userAdded": false,
|
||||
"type": "UnityEditor.Animations.AnimatorController",
|
||||
"defaultInstantiationMode": 0
|
||||
},
|
||||
{
|
||||
"userAdded": false,
|
||||
"type": "UnityEngine.AnimatorOverrideController",
|
||||
"defaultInstantiationMode": 0
|
||||
},
|
||||
{
|
||||
"userAdded": false,
|
||||
"type": "UnityEditor.Audio.AudioMixerController",
|
||||
"defaultInstantiationMode": 0
|
||||
},
|
||||
{
|
||||
"userAdded": false,
|
||||
"type": "UnityEngine.ComputeShader",
|
||||
"defaultInstantiationMode": 1
|
||||
},
|
||||
{
|
||||
"userAdded": false,
|
||||
"type": "UnityEngine.Cubemap",
|
||||
"defaultInstantiationMode": 0
|
||||
},
|
||||
{
|
||||
"userAdded": false,
|
||||
"type": "UnityEngine.GameObject",
|
||||
"defaultInstantiationMode": 0
|
||||
},
|
||||
{
|
||||
"userAdded": false,
|
||||
"type": "UnityEditor.LightingDataAsset",
|
||||
"defaultInstantiationMode": 0
|
||||
},
|
||||
{
|
||||
"userAdded": false,
|
||||
"type": "UnityEngine.LightingSettings",
|
||||
"defaultInstantiationMode": 0
|
||||
},
|
||||
{
|
||||
"userAdded": false,
|
||||
"type": "UnityEngine.Material",
|
||||
"defaultInstantiationMode": 0
|
||||
},
|
||||
{
|
||||
"userAdded": false,
|
||||
"type": "UnityEditor.MonoScript",
|
||||
"defaultInstantiationMode": 1
|
||||
},
|
||||
{
|
||||
"userAdded": false,
|
||||
"type": "UnityEngine.PhysicMaterial",
|
||||
"defaultInstantiationMode": 0
|
||||
},
|
||||
{
|
||||
"userAdded": false,
|
||||
"type": "UnityEngine.PhysicsMaterial2D",
|
||||
"defaultInstantiationMode": 0
|
||||
},
|
||||
{
|
||||
"userAdded": false,
|
||||
"type": "UnityEngine.Rendering.PostProcessing.PostProcessProfile",
|
||||
"defaultInstantiationMode": 0
|
||||
},
|
||||
{
|
||||
"userAdded": false,
|
||||
"type": "UnityEngine.Rendering.PostProcessing.PostProcessResources",
|
||||
"defaultInstantiationMode": 0
|
||||
},
|
||||
{
|
||||
"userAdded": false,
|
||||
"type": "UnityEngine.Rendering.VolumeProfile",
|
||||
"defaultInstantiationMode": 0
|
||||
},
|
||||
{
|
||||
"userAdded": false,
|
||||
"type": "UnityEditor.SceneAsset",
|
||||
"defaultInstantiationMode": 1
|
||||
},
|
||||
{
|
||||
"userAdded": false,
|
||||
"type": "UnityEngine.Shader",
|
||||
"defaultInstantiationMode": 1
|
||||
},
|
||||
{
|
||||
"userAdded": false,
|
||||
"type": "UnityEngine.ShaderVariantCollection",
|
||||
"defaultInstantiationMode": 1
|
||||
},
|
||||
{
|
||||
"userAdded": false,
|
||||
"type": "UnityEngine.Texture",
|
||||
"defaultInstantiationMode": 0
|
||||
},
|
||||
{
|
||||
"userAdded": false,
|
||||
"type": "UnityEngine.Texture2D",
|
||||
"defaultInstantiationMode": 0
|
||||
},
|
||||
{
|
||||
"userAdded": false,
|
||||
"type": "UnityEngine.Timeline.TimelineAsset",
|
||||
"defaultInstantiationMode": 0
|
||||
}
|
||||
],
|
||||
"defaultDependencyTypeInfo": {
|
||||
"userAdded": false,
|
||||
"type": "<default_scene_template_dependencies>",
|
||||
"defaultInstantiationMode": 1
|
||||
},
|
||||
"newSceneOverride": 0
|
||||
}
|
|
@ -8,6 +8,15 @@ EditorUserSettings:
|
|||
RecentlyUsedSceneGuid-0:
|
||||
value: 5a5757560101590a5d0c0e24427b5d44434e4c7a7b7a23677f2b4565b7b5353a
|
||||
flags: 0
|
||||
RecentlyUsedSceneGuid-1:
|
||||
value: 5552060255060f095c58557a12775e4440154b72742d74602c714566b1b2323c
|
||||
flags: 0
|
||||
RecentlyUsedSceneGuid-2:
|
||||
value: 020404515601515e5a0b08214672074410151978787d746828701f35b5b8326c
|
||||
flags: 0
|
||||
RecentlyUsedSceneGuid-3:
|
||||
value: 0501500752545f080b585d2447715a44414e4f7d7e7d273575714566b6b26c3c
|
||||
flags: 0
|
||||
vcSharedLogLevel:
|
||||
value: 0d5e400f0650
|
||||
flags: 0
|
||||
|
|
|
@ -19,7 +19,7 @@ MonoBehaviour:
|
|||
width: 1920
|
||||
height: 1037
|
||||
m_ShowMode: 4
|
||||
m_Title: Project
|
||||
m_Title: Hierarchy
|
||||
m_RootView: {fileID: 2}
|
||||
m_MinSize: {x: 875, y: 300}
|
||||
m_MaxSize: {x: 10000, y: 10000}
|
||||
|
@ -87,10 +87,10 @@ MonoBehaviour:
|
|||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
m_Children:
|
||||
- {fileID: 9}
|
||||
- {fileID: 6}
|
||||
- {fileID: 7}
|
||||
- {fileID: 8}
|
||||
- {fileID: 9}
|
||||
m_Position:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
|
@ -98,9 +98,9 @@ MonoBehaviour:
|
|||
width: 1920
|
||||
height: 987
|
||||
m_MinSize: {x: 400, y: 100}
|
||||
m_MaxSize: {x: 32384, y: 16192}
|
||||
m_MaxSize: {x: 32384, y: 8096}
|
||||
vertical: 0
|
||||
controlID: 74
|
||||
controlID: 100
|
||||
--- !u!114 &5
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
|
@ -131,22 +131,23 @@ MonoBehaviour:
|
|||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 1
|
||||
m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0}
|
||||
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
m_Children:
|
||||
- {fileID: 10}
|
||||
- {fileID: 11}
|
||||
m_Children: []
|
||||
m_Position:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
x: 932
|
||||
y: 0
|
||||
width: 906
|
||||
width: 266
|
||||
height: 987
|
||||
m_MinSize: {x: 100, y: 100}
|
||||
m_MaxSize: {x: 8096, y: 16192}
|
||||
vertical: 1
|
||||
controlID: 96
|
||||
m_MinSize: {x: 202, y: 221}
|
||||
m_MaxSize: {x: 4002, y: 4021}
|
||||
m_ActualView: {fileID: 10}
|
||||
m_Panes:
|
||||
- {fileID: 10}
|
||||
m_Selected: 0
|
||||
m_LastSelected: 0
|
||||
--- !u!114 &7
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
|
@ -162,12 +163,12 @@ MonoBehaviour:
|
|||
m_Children: []
|
||||
m_Position:
|
||||
serializedVersion: 2
|
||||
x: 906
|
||||
x: 1198
|
||||
y: 0
|
||||
width: 308
|
||||
width: 292
|
||||
height: 987
|
||||
m_MinSize: {x: 202, y: 221}
|
||||
m_MaxSize: {x: 4002, y: 4021}
|
||||
m_MinSize: {x: 232, y: 271}
|
||||
m_MaxSize: {x: 10002, y: 10021}
|
||||
m_ActualView: {fileID: 12}
|
||||
m_Panes:
|
||||
- {fileID: 12}
|
||||
|
@ -188,15 +189,15 @@ MonoBehaviour:
|
|||
m_Children: []
|
||||
m_Position:
|
||||
serializedVersion: 2
|
||||
x: 1214
|
||||
x: 1490
|
||||
y: 0
|
||||
width: 275
|
||||
width: 430
|
||||
height: 987
|
||||
m_MinSize: {x: 232, y: 271}
|
||||
m_MaxSize: {x: 10002, y: 10021}
|
||||
m_ActualView: {fileID: 14}
|
||||
m_MinSize: {x: 276, y: 71}
|
||||
m_MaxSize: {x: 4001, y: 4021}
|
||||
m_ActualView: {fileID: 11}
|
||||
m_Panes:
|
||||
- {fileID: 14}
|
||||
- {fileID: 11}
|
||||
m_Selected: 0
|
||||
m_LastSelected: 0
|
||||
--- !u!114 &9
|
||||
|
@ -209,75 +210,24 @@ MonoBehaviour:
|
|||
m_Enabled: 1
|
||||
m_EditorHideFlags: 1
|
||||
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
|
||||
m_Name:
|
||||
m_Name: SceneView
|
||||
m_EditorClassIdentifier:
|
||||
m_Children: []
|
||||
m_Position:
|
||||
serializedVersion: 2
|
||||
x: 1489
|
||||
x: 0
|
||||
y: 0
|
||||
width: 431
|
||||
width: 932
|
||||
height: 987
|
||||
m_MinSize: {x: 276, y: 71}
|
||||
m_MinSize: {x: 201, y: 221}
|
||||
m_MaxSize: {x: 4001, y: 4021}
|
||||
m_ActualView: {fileID: 13}
|
||||
m_ActualView: {fileID: 14}
|
||||
m_Panes:
|
||||
- {fileID: 14}
|
||||
- {fileID: 13}
|
||||
m_Selected: 0
|
||||
m_LastSelected: 0
|
||||
m_LastSelected: 1
|
||||
--- !u!114 &10
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 1
|
||||
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
m_Children: []
|
||||
m_Position:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 0
|
||||
width: 906
|
||||
height: 506
|
||||
m_MinSize: {x: 201, y: 221}
|
||||
m_MaxSize: {x: 4001, y: 4021}
|
||||
m_ActualView: {fileID: 16}
|
||||
m_Panes:
|
||||
- {fileID: 16}
|
||||
m_Selected: 0
|
||||
m_LastSelected: 0
|
||||
--- !u!114 &11
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 1
|
||||
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
m_Children: []
|
||||
m_Position:
|
||||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 506
|
||||
width: 906
|
||||
height: 481
|
||||
m_MinSize: {x: 201, y: 221}
|
||||
m_MaxSize: {x: 4001, y: 4021}
|
||||
m_ActualView: {fileID: 15}
|
||||
m_Panes:
|
||||
- {fileID: 15}
|
||||
m_Selected: 0
|
||||
m_LastSelected: 0
|
||||
--- !u!114 &12
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
|
@ -297,9 +247,9 @@ MonoBehaviour:
|
|||
m_Tooltip:
|
||||
m_Pos:
|
||||
serializedVersion: 2
|
||||
x: 2826
|
||||
x: 2852
|
||||
y: 73
|
||||
width: 306
|
||||
width: 264
|
||||
height: 966
|
||||
m_ViewDataDictionary: {fileID: 0}
|
||||
m_OverlayCanvas:
|
||||
|
@ -309,9 +259,9 @@ MonoBehaviour:
|
|||
m_SceneHierarchy:
|
||||
m_TreeViewState:
|
||||
scrollPos: {x: 0, y: 0}
|
||||
m_SelectedIDs:
|
||||
m_SelectedIDs: 7a760000
|
||||
m_LastClickedID: 0
|
||||
m_ExpandedIDs: 38fbffff
|
||||
m_ExpandedIDs: 32fbffff
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
m_Name:
|
||||
|
@ -327,15 +277,15 @@ MonoBehaviour:
|
|||
m_IsRenaming: 0
|
||||
m_OriginalEventType: 11
|
||||
m_IsRenamingFilename: 0
|
||||
m_ClientGUIView: {fileID: 0}
|
||||
m_ClientGUIView: {fileID: 6}
|
||||
m_SearchString:
|
||||
m_ExpandedScenes: []
|
||||
m_CurrenRootInstanceID: 0
|
||||
m_LockTracker:
|
||||
m_IsLocked: 0
|
||||
m_CurrentSortingName: TransformSorting
|
||||
m_WindowGUID: 4b738e166c98a7b478a9f949fb4c84f4
|
||||
--- !u!114 &13
|
||||
m_WindowGUID: cbc780ab81e8c104f9ea04dae9c5be8e
|
||||
--- !u!114 &11
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
|
@ -355,9 +305,9 @@ MonoBehaviour:
|
|||
m_Tooltip:
|
||||
m_Pos:
|
||||
serializedVersion: 2
|
||||
x: 3409
|
||||
x: 3410
|
||||
y: 73
|
||||
width: 430
|
||||
width: 429
|
||||
height: 966
|
||||
m_ViewDataDictionary: {fileID: 0}
|
||||
m_OverlayCanvas:
|
||||
|
@ -377,7 +327,7 @@ MonoBehaviour:
|
|||
m_LockTracker:
|
||||
m_IsLocked: 0
|
||||
m_PreviewWindow: {fileID: 0}
|
||||
--- !u!114 &14
|
||||
--- !u!114 &12
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
|
@ -397,9 +347,9 @@ MonoBehaviour:
|
|||
m_Tooltip:
|
||||
m_Pos:
|
||||
serializedVersion: 2
|
||||
x: 3134
|
||||
x: 3118
|
||||
y: 73
|
||||
width: 273
|
||||
width: 290
|
||||
height: 966
|
||||
m_ViewDataDictionary: {fileID: 0}
|
||||
m_OverlayCanvas:
|
||||
|
@ -416,22 +366,24 @@ MonoBehaviour:
|
|||
m_ShowAllHits: 0
|
||||
m_SkipHidden: 0
|
||||
m_SearchArea: 1
|
||||
m_Folders: []
|
||||
m_Folders:
|
||||
- Assets/Scripts/ComputerSystem
|
||||
m_Globs: []
|
||||
m_OriginalText:
|
||||
m_FilterByTypeIntersection: 0
|
||||
m_ViewMode: 0
|
||||
m_StartGridSize: 64
|
||||
m_LastFolders: []
|
||||
m_StartGridSize: 16
|
||||
m_LastFolders:
|
||||
- Assets/Template/Default
|
||||
m_LastFoldersGridSize: -1
|
||||
m_LastProjectPath: D:\UnityProject_HQB\10006_YanCheng_Metrology
|
||||
m_LockTracker:
|
||||
m_IsLocked: 0
|
||||
m_FolderTreeState:
|
||||
scrollPos: {x: 0, y: 0}
|
||||
m_SelectedIDs: 4e700000
|
||||
m_LastClickedID: 28750
|
||||
m_ExpandedIDs: 00000000ce570000
|
||||
m_SelectedIDs: 8c740000
|
||||
m_LastClickedID: 29836
|
||||
m_ExpandedIDs: 0000000050740000527400005474000056740000587400005a7400005c7400005e74000060740000627400006474000066740000687400006a7400006c7400006e74000070740000727400007474000076740000787400007a7400007c7400007e74000080740000827400008474000086740000887400008a7400008c7400008e74000090740000927400009474000096740000987400009a7400009c7400009e740000a0740000a2740000a4740000a6740000a8740000aa740000ac740000ae740000b0740000b2740000b4740000b6740000b8740000ba740000bc740000be740000c0740000c2740000
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
m_Name:
|
||||
|
@ -456,10 +408,10 @@ MonoBehaviour:
|
|||
m_Icon: {fileID: 0}
|
||||
m_ResourceFile:
|
||||
m_AssetTreeState:
|
||||
scrollPos: {x: 0, y: 0}
|
||||
scrollPos: {x: 0, y: 150}
|
||||
m_SelectedIDs:
|
||||
m_LastClickedID: 0
|
||||
m_ExpandedIDs: ffffffff00000000ce570000
|
||||
m_ExpandedIDs: ffffffff0000000050740000527400005474000056740000587400005a7400005c7400005e74000060740000627400006474000066740000687400006a7400006c7400006e74000070740000727400007474000076740000787400007a7400007c7400007e74000080740000827400008474000086740000887400008a7400008c7400008e74000090740000927400009474000096740000987400009a7400009c7400009e740000a0740000a2740000a4740000a6740000a8740000aa740000ac740000ae740000b0740000b2740000b4740000b6740000b8740000ba740000bc740000be740000c0740000c2740000
|
||||
m_RenameOverlay:
|
||||
m_UserAcceptedRename: 0
|
||||
m_Name:
|
||||
|
@ -475,7 +427,7 @@ MonoBehaviour:
|
|||
m_IsRenaming: 0
|
||||
m_OriginalEventType: 11
|
||||
m_IsRenamingFilename: 1
|
||||
m_ClientGUIView: {fileID: 0}
|
||||
m_ClientGUIView: {fileID: 7}
|
||||
m_SearchString:
|
||||
m_CreateAssetUtility:
|
||||
m_EndAction: {fileID: 0}
|
||||
|
@ -503,7 +455,7 @@ MonoBehaviour:
|
|||
m_IsRenaming: 0
|
||||
m_OriginalEventType: 11
|
||||
m_IsRenamingFilename: 1
|
||||
m_ClientGUIView: {fileID: 0}
|
||||
m_ClientGUIView: {fileID: 7}
|
||||
m_CreateAssetUtility:
|
||||
m_EndAction: {fileID: 0}
|
||||
m_InstanceID: 0
|
||||
|
@ -512,10 +464,10 @@ MonoBehaviour:
|
|||
m_ResourceFile:
|
||||
m_NewAssetIndexInList: -1
|
||||
m_ScrollPosition: {x: 0, y: 0}
|
||||
m_GridSize: 64
|
||||
m_GridSize: 16
|
||||
m_SkipHiddenPackages: 0
|
||||
m_DirectoriesAreaWidth: 115
|
||||
--- !u!114 &15
|
||||
--- !u!114 &13
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
|
@ -536,9 +488,9 @@ MonoBehaviour:
|
|||
m_Pos:
|
||||
serializedVersion: 2
|
||||
x: 1920
|
||||
y: 579
|
||||
width: 905
|
||||
height: 460
|
||||
y: 73
|
||||
width: 906
|
||||
height: 966
|
||||
m_ViewDataDictionary: {fileID: 0}
|
||||
m_OverlayCanvas:
|
||||
m_LastAppliedPresetName: Default
|
||||
|
@ -550,7 +502,7 @@ MonoBehaviour:
|
|||
m_ShowGizmos: 0
|
||||
m_TargetDisplay: 0
|
||||
m_ClearColor: {r: 0, g: 0, b: 0, a: 0}
|
||||
m_TargetSize: {x: 905, y: 439}
|
||||
m_TargetSize: {x: 1920, y: 1080}
|
||||
m_TextureFilterMode: 0
|
||||
m_TextureHideFlags: 61
|
||||
m_RenderIMGUI: 1
|
||||
|
@ -559,16 +511,16 @@ MonoBehaviour:
|
|||
m_VSyncEnabled: 0
|
||||
m_Gizmos: 0
|
||||
m_Stats: 0
|
||||
m_SelectedSizes: 00000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
m_SelectedSizes: 03000000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
m_ZoomArea:
|
||||
m_HRangeLocked: 0
|
||||
m_VRangeLocked: 0
|
||||
hZoomLockedByDefault: 0
|
||||
vZoomLockedByDefault: 0
|
||||
m_HBaseRangeMin: -452.5
|
||||
m_HBaseRangeMax: 452.5
|
||||
m_VBaseRangeMin: -219.5
|
||||
m_VBaseRangeMax: 219.5
|
||||
m_HBaseRangeMin: -960
|
||||
m_HBaseRangeMax: 960
|
||||
m_VBaseRangeMin: -540
|
||||
m_VBaseRangeMax: 540
|
||||
m_HAllowExceedBaseRangeMin: 1
|
||||
m_HAllowExceedBaseRangeMax: 1
|
||||
m_VAllowExceedBaseRangeMin: 1
|
||||
|
@ -586,29 +538,29 @@ MonoBehaviour:
|
|||
serializedVersion: 2
|
||||
x: 0
|
||||
y: 21
|
||||
width: 905
|
||||
height: 439
|
||||
m_Scale: {x: 1, y: 1}
|
||||
m_Translation: {x: 452.5, y: 219.5}
|
||||
width: 906
|
||||
height: 945
|
||||
m_Scale: {x: 0.471875, y: 0.471875}
|
||||
m_Translation: {x: 453, y: 472.5}
|
||||
m_MarginLeft: 0
|
||||
m_MarginRight: 0
|
||||
m_MarginTop: 0
|
||||
m_MarginBottom: 0
|
||||
m_LastShownAreaInsideMargins:
|
||||
serializedVersion: 2
|
||||
x: -452.5
|
||||
y: -219.5
|
||||
width: 905
|
||||
height: 439
|
||||
x: -960
|
||||
y: -1001.32446
|
||||
width: 1920
|
||||
height: 2002.6489
|
||||
m_MinimalGUI: 1
|
||||
m_defaultScale: 1
|
||||
m_LastWindowPixelSize: {x: 905, y: 460}
|
||||
m_defaultScale: 0.471875
|
||||
m_LastWindowPixelSize: {x: 906, y: 966}
|
||||
m_ClearInEditMode: 1
|
||||
m_NoCameraWarning: 1
|
||||
m_LowResolutionForAspectRatios: 01000000000000000000
|
||||
m_XRRenderMode: 0
|
||||
m_RenderTexture: {fileID: 0}
|
||||
--- !u!114 &16
|
||||
--- !u!114 &14
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 52
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
|
@ -630,8 +582,8 @@ MonoBehaviour:
|
|||
serializedVersion: 2
|
||||
x: 1920
|
||||
y: 73
|
||||
width: 905
|
||||
height: 485
|
||||
width: 931
|
||||
height: 966
|
||||
m_ViewDataDictionary: {fileID: 0}
|
||||
m_OverlayCanvas:
|
||||
m_LastAppliedPresetName: Default
|
||||
|
@ -766,39 +718,6 @@ MonoBehaviour:
|
|||
snapOffsetDelta: {x: 0, y: 0}
|
||||
snapCorner: 0
|
||||
id: Scene View/Navmesh Display
|
||||
index: 5
|
||||
layout: 4
|
||||
- dockPosition: 1
|
||||
containerId: overlay-container--right
|
||||
floating: 0
|
||||
collapsed: 0
|
||||
displayed: 0
|
||||
snapOffset: {x: 0, y: 0}
|
||||
snapOffsetDelta: {x: 0, y: 0}
|
||||
snapCorner: 0
|
||||
id: Scene View/Agent Display
|
||||
index: 7
|
||||
layout: 4
|
||||
- dockPosition: 1
|
||||
containerId: overlay-container--right
|
||||
floating: 0
|
||||
collapsed: 0
|
||||
displayed: 0
|
||||
snapOffset: {x: 0, y: 0}
|
||||
snapOffsetDelta: {x: 0, y: 0}
|
||||
snapCorner: 0
|
||||
id: Scene View/Obstacle Display
|
||||
index: 9
|
||||
layout: 4
|
||||
- dockPosition: 1
|
||||
containerId: overlay-container--right
|
||||
floating: 0
|
||||
collapsed: 0
|
||||
displayed: 0
|
||||
snapOffset: {x: 0, y: 0}
|
||||
snapOffsetDelta: {x: 0, y: 0}
|
||||
snapCorner: 0
|
||||
id: Scene View/Occlusion Culling
|
||||
index: 4
|
||||
layout: 4
|
||||
- dockPosition: 1
|
||||
|
@ -809,7 +728,18 @@ MonoBehaviour:
|
|||
snapOffset: {x: 0, y: 0}
|
||||
snapOffsetDelta: {x: 0, y: 0}
|
||||
snapCorner: 0
|
||||
id: Scene View/Physics Debugger
|
||||
id: Scene View/Agent Display
|
||||
index: 5
|
||||
layout: 4
|
||||
- dockPosition: 1
|
||||
containerId: overlay-container--right
|
||||
floating: 0
|
||||
collapsed: 0
|
||||
displayed: 0
|
||||
snapOffset: {x: 0, y: 0}
|
||||
snapOffsetDelta: {x: 0, y: 0}
|
||||
snapCorner: 0
|
||||
id: Scene View/Obstacle Display
|
||||
index: 6
|
||||
layout: 4
|
||||
- dockPosition: 1
|
||||
|
@ -820,9 +750,31 @@ MonoBehaviour:
|
|||
snapOffset: {x: 0, y: 0}
|
||||
snapOffsetDelta: {x: 0, y: 0}
|
||||
snapCorner: 0
|
||||
id: Scene View/Scene Visibility
|
||||
id: Scene View/Occlusion Culling
|
||||
index: 7
|
||||
layout: 4
|
||||
- dockPosition: 1
|
||||
containerId: overlay-container--right
|
||||
floating: 0
|
||||
collapsed: 0
|
||||
displayed: 0
|
||||
snapOffset: {x: 0, y: 0}
|
||||
snapOffsetDelta: {x: 0, y: 0}
|
||||
snapCorner: 0
|
||||
id: Scene View/Physics Debugger
|
||||
index: 8
|
||||
layout: 4
|
||||
- dockPosition: 1
|
||||
containerId: overlay-container--right
|
||||
floating: 0
|
||||
collapsed: 0
|
||||
displayed: 0
|
||||
snapOffset: {x: 0, y: 0}
|
||||
snapOffsetDelta: {x: 0, y: 0}
|
||||
snapCorner: 0
|
||||
id: Scene View/Scene Visibility
|
||||
index: 9
|
||||
layout: 4
|
||||
- dockPosition: 1
|
||||
containerId: overlay-container--right
|
||||
floating: 0
|
||||
|
@ -856,19 +808,8 @@ MonoBehaviour:
|
|||
id: Scene View/Tilemap Palette Helper
|
||||
index: 12
|
||||
layout: 4
|
||||
- dockPosition: 1
|
||||
containerId: overlay-container--right
|
||||
floating: 0
|
||||
collapsed: 0
|
||||
displayed: 0
|
||||
snapOffset: {x: 48, y: 48}
|
||||
snapOffsetDelta: {x: 0, y: 0}
|
||||
snapCorner: 0
|
||||
id: Scene View/TrailRenderer
|
||||
index: 7
|
||||
layout: 4
|
||||
m_OverlaysVisible: 1
|
||||
m_WindowGUID: 885085bec5fbff945bbb5d7efd9d80ad
|
||||
m_WindowGUID: 4d7e3bcbd75340a4ba2acf6fc9fa4cd5
|
||||
m_Gizmos: 1
|
||||
m_OverrideSceneCullingMask: 6917529027641081856
|
||||
m_SceneIsLit: 1
|
||||
|
@ -878,9 +819,9 @@ MonoBehaviour:
|
|||
m_PlayAudio: 0
|
||||
m_AudioPlay: 0
|
||||
m_Position:
|
||||
m_Target: {x: 0, y: 0, z: 0}
|
||||
m_Target: {x: -42.87501, y: 1.803825, z: -101.07167}
|
||||
speed: 2
|
||||
m_Value: {x: 0, y: 0, z: 0}
|
||||
m_Value: {x: -42.87501, y: 1.803825, z: -101.07167}
|
||||
m_RenderMode: 0
|
||||
m_CameraMode:
|
||||
drawMode: 0
|
||||
|
@ -927,13 +868,13 @@ MonoBehaviour:
|
|||
m_GridAxis: 1
|
||||
m_gridOpacity: 0.5
|
||||
m_Rotation:
|
||||
m_Target: {x: -0.08717229, y: 0.89959055, z: -0.21045254, w: -0.3726226}
|
||||
m_Target: {x: -0.01247314, y: -0.9728917, z: -0.054050922, w: 0.22451082}
|
||||
speed: 2
|
||||
m_Value: {x: -0.08717229, y: 0.89959055, z: -0.21045254, w: -0.3726226}
|
||||
m_Value: {x: 0.012473139, y: 0.9728916, z: 0.054050922, w: -0.2245108}
|
||||
m_Size:
|
||||
m_Target: 10
|
||||
m_Target: 0.18700641
|
||||
speed: 2
|
||||
m_Value: 10
|
||||
m_Value: 0.18700641
|
||||
m_Ortho:
|
||||
m_Target: 0
|
||||
speed: 2
|
||||
|
|
Loading…
Reference in New Issue