Compare commits

..

3 Commits

Author SHA1 Message Date
YangHua cbd5daa7b9 ttt 2023-09-18 05:34:11 +08:00
YangHua e2def4c258 Merge branch 'master' of https://git.lgzn.space/zhuyayu/E_ElecCompetition 2023-09-18 05:17:41 +08:00
YangHua 5b78fa471f 修改光伏prefab 2023-09-18 05:17:04 +08:00
9 changed files with 635 additions and 96 deletions

View File

@ -182,90 +182,6 @@ SpriteRenderer:
m_WasSpriteAssigned: 1
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &4301222307498929195
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4301222307498929192}
- component: {fileID: 4301222307498929193}
m_Layer: 0
m_Name: "\u53D1\u7535"
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4301222307498929192
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4301222307498929195}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 4301222307786538278}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!212 &4301222307498929193
SpriteRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4301222307498929195}
m_Enabled: 1
m_CastShadows: 0
m_ReceiveShadows: 0
m_DynamicOccludee: 1
m_StaticShadowCaster: 0
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RayTracingMode: 0
m_RayTraceProcedural: 0
m_RenderingLayerMask: 1
m_RendererPriority: 0
m_Materials:
- {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_ReceiveGI: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 1
m_SelectedEditorRenderState: 0
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
m_Sprite: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
m_FlipY: 0
m_DrawMode: 0
m_Size: {x: 1, y: 1}
m_AdaptiveModeThreshold: 0.5
m_SpriteTileMode: 0
m_WasSpriteAssigned: 0
m_MaskInteraction: 0
m_SpriteSortPoint: 0
--- !u!1 &4301222307786538273
GameObject:
m_ObjectHideFlags: 0
@ -296,7 +212,6 @@ Transform:
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 4301222306241434058}
- {fileID: 4301222307498929192}
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
@ -313,6 +228,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
url: http://111.229.30.246:10013/Handler/Taiqu.ashx?action=rdjdydl&bianhao=
trainStateUrl:
spriteRenderer: {fileID: 4301222306241434059}
textMesh: {fileID: 4301222306098253161}
sprites:

View File

@ -37078,7 +37078,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
m_IsActive: 1
--- !u!1 &5155859985116163903
GameObject:
m_ObjectHideFlags: 0

View File

@ -30,4 +30,12 @@ namespace ttpData
public string qyB;
public string qyC;
}
[Serializable]
public class TrainState
{
public string state;
public string message;
public string data;
}
}

View File

@ -49,5 +49,26 @@ namespace Adam
}
return pvw;
}
public List<string> GetABCcurrentAndvoltage()
{
List<string> listABC = new List<string>();
for (int i = 0;i < root.data.list.Count; i++)
{
int index = i;
string uerID = GlobalFlag.userId;
if (uerID.Equals(root.data.list[index].user_no))
{
listABC.Add(root.data.list[index].AA.ToString());
listABC.Add(root.data.list[index].BA.ToString());
listABC.Add(root.data.list[index].CA.ToString());
listABC.Add(root.data.list[index].AV.ToString());
listABC.Add(root.data.list[index].BV.ToString());
listABC.Add(root.data.list[index].CV.ToString());
}
}
return listABC;
}
}
}

View File

@ -23,5 +23,5 @@ public class GlobalFlag
public static int pvw;
public static string userId = "9600004109";
public static string userId;
}

View File

@ -30,10 +30,8 @@ namespace Adam
{
string sceneInfo = ExamusersController.Instance.GetSceneInfoByUseNo(userID.text);
GlobalFlag.userId = userID.text;
string[] tt = ToolUtility.GetInfo(sceneInfo, '_');
SceneInfoData sceneInfoData = new SceneInfoData(tt[0], tt[1], tt[2]);
GlobalFlag.sceneData = sceneInfoData;
GlobalFlag.pvw = ExamusersController.Instance.GetPVWByUseNo(userID.text);

View File

@ -1,5 +1,7 @@
using Adam;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using ttpData;
using UnityEngine;
//============================================================
@ -15,17 +17,37 @@ namespace Views
public class ThreeTransformerPhotovoltaicView : MonoBehaviour
{
public string url = "http://111.229.30.246:10013/Handler/Taiqu.ashx?action=rdjdydl&bianhao=";
public string trainStateUrl;
public SpriteRenderer spriteRenderer;
public TextMesh textMesh;
public string isFD;
public Sprite[] sprites;
public string[] infos;
public List<string> infos = new List<string>();
// Use this for initialization
private async void Start()
{
string _url = url + GlobalFlag.userId;
string trainUrl = trainStateUrl + GlobalFlag.userId;
Debug.Log(_url);
ThreeTransformerPhotovoltaicData ttpData = await AsyncWebReq.Get<ThreeTransformerPhotovoltaicData>(_url);
infos = ttpData.data.rdj;
infos = ttpData.data.rdj.ToList();
TrainState trainData = await AsyncWebReq.Get<TrainState>(trainUrl);
if (trainData.message == "正常")
{
infos.Add(ttpData.data.qxA);
infos.Add(ttpData.data.qxB);
infos.Add(ttpData.data.qxC);
infos.Add(ttpData.data.qyA);
infos.Add(ttpData.data.qyB);
infos.Add(ttpData.data.qyC);
}
else
{
foreach (string info in ExamusersController.Instance.GetABCcurrentAndvoltage())
{
infos.Add(info);
}
}
}
public int index = 0;

View File

@ -558,6 +558,7 @@ MonoBehaviour:
activation: 0
name:
isBlack: 0
VV:
--- !u!1 &149286869561454452
GameObject:
m_ObjectHideFlags: 0
@ -786,6 +787,7 @@ MonoBehaviour:
activation: 0
name:
isBlack: 0
VV:
--- !u!1 &388133477525614068
GameObject:
m_ObjectHideFlags: 0
@ -848,6 +850,7 @@ MonoBehaviour:
activation: 0
name:
isBlack: 0
VV:
--- !u!1 &405557464819870593
GameObject:
m_ObjectHideFlags: 0
@ -1770,6 +1773,7 @@ MonoBehaviour:
activation: 0
name:
isBlack: 0
VV:
--- !u!1 &1032632914913527736
GameObject:
m_ObjectHideFlags: 0
@ -2464,6 +2468,7 @@ MonoBehaviour:
activation: 0
name: "\u7528\u7535_CV3"
isBlack: 0
VV:
--- !u!1 &1169093305794350635
GameObject:
m_ObjectHideFlags: 0
@ -2578,6 +2583,7 @@ MonoBehaviour:
activation: 0
name: "\u53D1\u7535_BV2"
isBlack: 0
VV:
--- !u!1 &1266349338653065856
GameObject:
m_ObjectHideFlags: 0
@ -3055,6 +3061,7 @@ MonoBehaviour:
activation: 0
name:
isBlack: 0
VV:
--- !u!1 &1519430449556794234
GameObject:
m_ObjectHideFlags: 0
@ -4034,6 +4041,7 @@ MonoBehaviour:
activation: 0
name: "\u53D1\u7535_N"
isBlack: 0
VV:
--- !u!1 &1955674640215973765
GameObject:
m_ObjectHideFlags: 0
@ -4251,6 +4259,7 @@ MonoBehaviour:
activation: 0
name: "\u53D1\u7535_CV2"
isBlack: 0
VV:
--- !u!1 &2089376836906460348
GameObject:
m_ObjectHideFlags: 0
@ -4531,6 +4540,7 @@ MonoBehaviour:
activation: 0
name: "\u7528\u7535_AV2"
isBlack: 0
VV:
--- !u!1 &2457045891919377070
GameObject:
m_ObjectHideFlags: 0
@ -4759,6 +4769,7 @@ MonoBehaviour:
activation: 0
name:
isBlack: 0
VV:
--- !u!1 &2784251787084848411
GameObject:
m_ObjectHideFlags: 0
@ -4770,6 +4781,8 @@ GameObject:
- component: {fileID: 1710755710729664178}
- component: {fileID: 4527613339891112478}
- component: {fileID: 7436191169389223291}
- component: {fileID: 8096688504494753497}
- component: {fileID: 1510659759605490102}
m_Layer: 0
m_Name: "\u4E09\u76F8_\u5E76\u7F51\u8868_\u65E0\u4E92\u611F\u5668_\u6709\u5149\u4F0F_\u6309\u94AE_\u4E0B001"
m_TagString: Untagged
@ -4842,6 +4855,46 @@ MeshRenderer:
m_SortingLayer: 0
m_SortingOrder: 0
m_AdditionalVertexStreams: {fileID: 0}
--- !u!65 &8096688504494753497
BoxCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2784251787084848411}
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 2
m_Size: {x: 0.00881958, y: 0.01679809, z: 0.010143056}
m_Center: {x: 0.0000006556511, y: -0.0000067288047, z: 0.00000069476664}
--- !u!114 &1510659759605490102
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 2784251787084848411}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 2c7884dee69b6a34d9fb51800efe59f1, type: 3}
m_Name:
m_EditorClassIdentifier:
onMouseDwon:
m_PersistentCalls:
m_Calls:
- m_Target: {fileID: 7321908172742385314}
m_TargetAssemblyTypeName: Views.ThreeTransformerPhotovoltaicView, Assembly-CSharp
m_MethodName: OnDown
m_Mode: 1
m_Arguments:
m_ObjectArgument: {fileID: 0}
m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine
m_IntArgument: 0
m_FloatArgument: 0
m_StringArgument:
m_BoolArgument: 0
m_CallState: 2
--- !u!1 &2811961577008755079
GameObject:
m_ObjectHideFlags: 0
@ -5486,6 +5539,7 @@ MonoBehaviour:
activation: 0
name:
isBlack: 0
VV:
--- !u!1 &3257939491376546498
GameObject:
m_ObjectHideFlags: 0
@ -5686,6 +5740,7 @@ MonoBehaviour:
activation: 0
name:
isBlack: 0
VV:
--- !u!1 &3324344962978644052
GameObject:
m_ObjectHideFlags: 0
@ -6845,6 +6900,7 @@ MonoBehaviour:
activation: 0
name: "\u7528\u7535_CV2"
isBlack: 0
VV:
--- !u!1 &4002838555360234922
GameObject:
m_ObjectHideFlags: 0
@ -7073,6 +7129,7 @@ MonoBehaviour:
activation: 0
name:
isBlack: 0
VV:
--- !u!1 &4147770098453098543
GameObject:
m_ObjectHideFlags: 0
@ -7301,6 +7358,7 @@ MonoBehaviour:
activation: 0
name:
isBlack: 0
VV:
--- !u!1 &4357971326663085255
GameObject:
m_ObjectHideFlags: 0
@ -7415,6 +7473,7 @@ MonoBehaviour:
activation: 0
name: "\u53D1\u7535_BV3"
isBlack: 0
VV:
--- !u!1 &4444430629899505157
GameObject:
m_ObjectHideFlags: 0
@ -7560,6 +7619,7 @@ MonoBehaviour:
activation: 0
name:
isBlack: 0
VV:
--- !u!1 &4509565183205377274
GameObject:
m_ObjectHideFlags: 0
@ -7840,6 +7900,7 @@ MonoBehaviour:
activation: 0
name: "\u53D1\u7535_AV3"
isBlack: 0
VV:
--- !u!1 &4663678044794773321
GameObject:
m_ObjectHideFlags: 0
@ -8306,6 +8367,7 @@ MonoBehaviour:
activation: 0
name: "\u7528\u7535_N"
isBlack: 0
VV:
--- !u!1 &4826068160248301606
GameObject:
m_ObjectHideFlags: 0
@ -8900,6 +8962,8 @@ GameObject:
- component: {fileID: 2729239784418650232}
- component: {fileID: 5959837843279720589}
- component: {fileID: 5354928557113251002}
- component: {fileID: 4153796144755295343}
- component: {fileID: 6159204312895835997}
m_Layer: 0
m_Name: "\u4E09\u76F8_\u4E0A\u7F51\u8868_\u65E0\u4E92\u611F\u5668_\u6709\u5149\u4F0F_\u6309\u94AE_\u4E0A"
m_TagString: Untagged
@ -8972,6 +9036,46 @@ MeshRenderer:
m_SortingLayer: 0
m_SortingOrder: 0
m_AdditionalVertexStreams: {fileID: 0}
--- !u!65 &4153796144755295343
BoxCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5080535488144957438}
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 2
m_Size: {x: 0.00881958, y: 0.016798094, z: 0.010143056}
m_Center: {x: 0.0000008940697, y: -0.000006738118, z: 0.0000005532056}
--- !u!114 &6159204312895835997
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5080535488144957438}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 2c7884dee69b6a34d9fb51800efe59f1, type: 3}
m_Name:
m_EditorClassIdentifier:
onMouseDwon:
m_PersistentCalls:
m_Calls:
- m_Target: {fileID: 1979906816490782720}
m_TargetAssemblyTypeName: Views.ThreeTransformerPhotovoltaicView, Assembly-CSharp
m_MethodName: OnUp
m_Mode: 1
m_Arguments:
m_ObjectArgument: {fileID: 0}
m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine
m_IntArgument: 0
m_FloatArgument: 0
m_StringArgument:
m_BoolArgument: 0
m_CallState: 2
--- !u!1 &5106615961395486471
GameObject:
m_ObjectHideFlags: 0
@ -9522,6 +9626,8 @@ GameObject:
- component: {fileID: 6010232867309157614}
- component: {fileID: 7017641797736203013}
- component: {fileID: 7462864175960787176}
- component: {fileID: 5129574092416324598}
- component: {fileID: 6646279358694639701}
m_Layer: 0
m_Name: "\u4E09\u76F8_\u4E0A\u7F51\u8868_\u65E0\u4E92\u611F\u5668_\u6709\u5149\u4F0F_\u6309\u94AE_\u4E0B"
m_TagString: Untagged
@ -9594,6 +9700,46 @@ MeshRenderer:
m_SortingLayer: 0
m_SortingOrder: 0
m_AdditionalVertexStreams: {fileID: 0}
--- !u!65 &5129574092416324598
BoxCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5705055772508652958}
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 2
m_Size: {x: 0.00881958, y: 0.01679809, z: 0.010143056}
m_Center: {x: 0.0000008940697, y: -0.0000067362553, z: 0.0000005159527}
--- !u!114 &6646279358694639701
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5705055772508652958}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 2c7884dee69b6a34d9fb51800efe59f1, type: 3}
m_Name:
m_EditorClassIdentifier:
onMouseDwon:
m_PersistentCalls:
m_Calls:
- m_Target: {fileID: 1979906816490782720}
m_TargetAssemblyTypeName: Views.ThreeTransformerPhotovoltaicView, Assembly-CSharp
m_MethodName: OnDown
m_Mode: 1
m_Arguments:
m_ObjectArgument: {fileID: 0}
m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine
m_IntArgument: 0
m_FloatArgument: 0
m_StringArgument:
m_BoolArgument: 0
m_CallState: 2
--- !u!1 &5722420355274052843
GameObject:
m_ObjectHideFlags: 0
@ -9708,6 +9854,7 @@ MonoBehaviour:
activation: 0
name: "\u53D1\u7535_CV3"
isBlack: 0
VV:
--- !u!1 &5766396300497150387
GameObject:
m_ObjectHideFlags: 0
@ -10905,6 +11052,8 @@ GameObject:
- component: {fileID: 6128683852678303329}
- component: {fileID: 3024775484612163738}
- component: {fileID: 7177076763469208743}
- component: {fileID: 6738503269548255428}
- component: {fileID: 4310675864947399912}
m_Layer: 0
m_Name: "\u4E09\u76F8_\u5E76\u7F51\u8868_\u65E0\u4E92\u611F\u5668_\u6709\u5149\u4F0F_\u6309\u94AE_\u4E0A001"
m_TagString: Untagged
@ -10977,6 +11126,46 @@ MeshRenderer:
m_SortingLayer: 0
m_SortingOrder: 0
m_AdditionalVertexStreams: {fileID: 0}
--- !u!65 &6738503269548255428
BoxCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6702452472435377842}
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 2
m_Size: {x: 0.00881958, y: 0.016798094, z: 0.010143056}
m_Center: {x: 0.0000006556511, y: -0.0000067306673, z: 0.00000073201954}
--- !u!114 &4310675864947399912
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 6702452472435377842}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 2c7884dee69b6a34d9fb51800efe59f1, type: 3}
m_Name:
m_EditorClassIdentifier:
onMouseDwon:
m_PersistentCalls:
m_Calls:
- m_Target: {fileID: 7321908172742385314}
m_TargetAssemblyTypeName: Views.ThreeTransformerPhotovoltaicView, Assembly-CSharp
m_MethodName: OnUp
m_Mode: 1
m_Arguments:
m_ObjectArgument: {fileID: 0}
m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine
m_IntArgument: 0
m_FloatArgument: 0
m_StringArgument:
m_BoolArgument: 0
m_CallState: 2
--- !u!1 &6714910996855478605
GameObject:
m_ObjectHideFlags: 0
@ -11560,6 +11749,8 @@ Transform:
- {fileID: 3249817845313733087}
- {fileID: 7617861838836142965}
- {fileID: 3040505707052390975}
- {fileID: 7321908172742385315}
- {fileID: 1979906816490782721}
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
@ -11625,6 +11816,7 @@ MonoBehaviour:
activation: 0
name:
isBlack: 0
VV:
--- !u!1 &7171766864873220075
GameObject:
m_ObjectHideFlags: 0
@ -12287,6 +12479,7 @@ MonoBehaviour:
activation: 0
name: "\u7528\u7535_AV3"
isBlack: 0
VV:
--- !u!1 &7831470432150598566
GameObject:
m_ObjectHideFlags: 0
@ -12504,6 +12697,7 @@ MonoBehaviour:
activation: 0
name: "\u7528\u7535_BV3"
isBlack: 0
VV:
--- !u!1 &7911749650068601817
GameObject:
m_ObjectHideFlags: 0
@ -12752,6 +12946,7 @@ MonoBehaviour:
activation: 0
name:
isBlack: 0
VV:
--- !u!1 &7968447109443682862
GameObject:
m_ObjectHideFlags: 0
@ -13397,6 +13592,7 @@ MonoBehaviour:
activation: 0
name:
isBlack: 0
VV:
--- !u!1 &8335546110959047487
GameObject:
m_ObjectHideFlags: 0
@ -13542,6 +13738,7 @@ MonoBehaviour:
activation: 0
name:
isBlack: 0
VV:
--- !u!1 &8580617168033895453
GameObject:
m_ObjectHideFlags: 0
@ -13740,6 +13937,7 @@ MonoBehaviour:
activation: 0
name: "\u7528\u7535_AV2"
isBlack: 0
VV:
--- !u!1 &8873502433770450856
GameObject:
m_ObjectHideFlags: 0
@ -14123,6 +14321,7 @@ MonoBehaviour:
activation: 0
name: "\u7528\u7535_BV2"
isBlack: 0
VV:
--- !u!1 &9078081554792651254
GameObject:
m_ObjectHideFlags: 0
@ -14185,6 +14384,7 @@ MonoBehaviour:
activation: 0
name:
isBlack: 0
VV:
--- !u!1 &9128625144620952930
GameObject:
m_ObjectHideFlags: 0
@ -14464,6 +14664,380 @@ MeshRenderer:
m_SortingLayer: 0
m_SortingOrder: 0
m_AdditionalVertexStreams: {fileID: 0}
--- !u!1001 &2362991380715076903
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 636805822675921613}
m_Modifications:
- target: {fileID: 4301222306241434053, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_Name
value: "\u53D1\u7535"
objectReference: {fileID: 0}
- target: {fileID: 4301222306241434058, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_LocalPosition.x
value: 0.157
objectReference: {fileID: 0}
- target: {fileID: 4301222306241434058, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_LocalPosition.y
value: 0.4082
objectReference: {fileID: 0}
- target: {fileID: 4301222306241434058, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_LocalPosition.z
value: -0.2159
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538273, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_Name
value: "\u53D1\u7535"
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_RootOrder
value: 12
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_LocalRotation.x
value: -0
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_LocalRotation.y
value: -0
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_LocalRotation.z
value: -0
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.size
value: 25
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[0]
value:
objectReference: {fileID: 21300000, guid: 2cc1158dacf4188439f871079ec30ef1, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[1]
value:
objectReference: {fileID: 21300000, guid: ffa5fef008e78f6469e9a103886d9abc, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[2]
value:
objectReference: {fileID: 21300000, guid: e47a14287d4f78f42892cf161092e3da, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[3]
value:
objectReference: {fileID: 21300000, guid: 70151b92e4bdf44458d9c2962781bac3, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[4]
value:
objectReference: {fileID: 21300000, guid: 4bb2e45c9feb39946904d631a44d35c9, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[5]
value:
objectReference: {fileID: 21300000, guid: 4607df0c6d0eb4f4fa983ec0995e0cd1, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[6]
value:
objectReference: {fileID: 21300000, guid: 598012a979056a742bd5d9dc03576390, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[7]
value:
objectReference: {fileID: 21300000, guid: 3b9bcd25989cd884e81fe09f4928e324, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[8]
value:
objectReference: {fileID: 21300000, guid: d80f734b730657b40a0e06c333496a95, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[9]
value:
objectReference: {fileID: 21300000, guid: 16961d3b6dd95c2449dbb235fec3c663, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[10]
value:
objectReference: {fileID: 21300000, guid: 9f2a43a8273750646983e3fc3282f76d, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[11]
value:
objectReference: {fileID: 21300000, guid: b1a2cc1b032c55d43b8f5181ec45bb4f, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[12]
value:
objectReference: {fileID: 21300000, guid: 1ea169a73f0255a45a7ab3fbf0040e4a, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[13]
value:
objectReference: {fileID: 21300000, guid: bcf30d516ae939e4a867731028976cce, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[14]
value:
objectReference: {fileID: 21300000, guid: abeff76727423e14c9c196dd0cca9850, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[15]
value:
objectReference: {fileID: 21300000, guid: 1aa5bf59efd74134ca95d18ee9339eb8, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[16]
value:
objectReference: {fileID: 21300000, guid: 61a79eb053d6a4f4094ee67b4e77a981, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[17]
value:
objectReference: {fileID: 21300000, guid: c5fa4b65c19c1db499e481f148ceef05, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[18]
value:
objectReference: {fileID: 21300000, guid: 2acc388130074704782d22d537f356c4, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[19]
value:
objectReference: {fileID: 21300000, guid: 91a7b932aaeda4e40b7d6b463830abf9, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[20]
value:
objectReference: {fileID: 21300000, guid: 7d573be09ed7de444bca9ad37ec54025, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[21]
value:
objectReference: {fileID: 21300000, guid: 639f4b603bfc6874d9f3f23902177584, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[22]
value:
objectReference: {fileID: 21300000, guid: 58eb0e6b3720e554a93b6f4d8b936921, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[23]
value:
objectReference: {fileID: 21300000, guid: b21e10ac7878ef74b8b292f81e4d58c4, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[24]
value:
objectReference: {fileID: 21300000, guid: a007627423235514285d396e2b6a0520, type: 3}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
--- !u!114 &1979906816490782720 stripped
MonoBehaviour:
m_CorrespondingSourceObject: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
m_PrefabInstance: {fileID: 2362991380715076903}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: a74b3d6930f8a554d8a7f3470d698b8d, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!4 &1979906816490782721 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
m_PrefabInstance: {fileID: 2362991380715076903}
m_PrefabAsset: {fileID: 0}
--- !u!1001 &6786263105200251781
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 636805822675921613}
m_Modifications:
- target: {fileID: 4301222306241434053, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_Name
value: "\u7528\u7535"
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538273, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_Name
value: "\u7528\u7535"
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_RootOrder
value: 11
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_LocalRotation.x
value: -0
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_LocalRotation.y
value: -0
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_LocalRotation.z
value: -0
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.size
value: 25
objectReference: {fileID: 0}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[0]
value:
objectReference: {fileID: 21300000, guid: 2cc1158dacf4188439f871079ec30ef1, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[1]
value:
objectReference: {fileID: 21300000, guid: ffa5fef008e78f6469e9a103886d9abc, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[2]
value:
objectReference: {fileID: 21300000, guid: e47a14287d4f78f42892cf161092e3da, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[3]
value:
objectReference: {fileID: 21300000, guid: 70151b92e4bdf44458d9c2962781bac3, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[4]
value:
objectReference: {fileID: 21300000, guid: 4bb2e45c9feb39946904d631a44d35c9, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[5]
value:
objectReference: {fileID: 21300000, guid: 4607df0c6d0eb4f4fa983ec0995e0cd1, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[6]
value:
objectReference: {fileID: 21300000, guid: 598012a979056a742bd5d9dc03576390, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[7]
value:
objectReference: {fileID: 21300000, guid: 3b9bcd25989cd884e81fe09f4928e324, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[8]
value:
objectReference: {fileID: 21300000, guid: d80f734b730657b40a0e06c333496a95, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[9]
value:
objectReference: {fileID: 21300000, guid: 16961d3b6dd95c2449dbb235fec3c663, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[10]
value:
objectReference: {fileID: 21300000, guid: 9f2a43a8273750646983e3fc3282f76d, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[11]
value:
objectReference: {fileID: 21300000, guid: b1a2cc1b032c55d43b8f5181ec45bb4f, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[12]
value:
objectReference: {fileID: 21300000, guid: 1ea169a73f0255a45a7ab3fbf0040e4a, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[13]
value:
objectReference: {fileID: 21300000, guid: bcf30d516ae939e4a867731028976cce, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[14]
value:
objectReference: {fileID: 21300000, guid: abeff76727423e14c9c196dd0cca9850, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[15]
value:
objectReference: {fileID: 21300000, guid: 1aa5bf59efd74134ca95d18ee9339eb8, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[16]
value:
objectReference: {fileID: 21300000, guid: 61a79eb053d6a4f4094ee67b4e77a981, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[17]
value:
objectReference: {fileID: 21300000, guid: c5fa4b65c19c1db499e481f148ceef05, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[18]
value:
objectReference: {fileID: 21300000, guid: 2acc388130074704782d22d537f356c4, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[19]
value:
objectReference: {fileID: 21300000, guid: 91a7b932aaeda4e40b7d6b463830abf9, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[20]
value:
objectReference: {fileID: 21300000, guid: 7d573be09ed7de444bca9ad37ec54025, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[21]
value:
objectReference: {fileID: 21300000, guid: 639f4b603bfc6874d9f3f23902177584, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[22]
value:
objectReference: {fileID: 21300000, guid: 58eb0e6b3720e554a93b6f4d8b936921, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[23]
value:
objectReference: {fileID: 21300000, guid: b21e10ac7878ef74b8b292f81e4d58c4, type: 3}
- target: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
propertyPath: sprites.Array.data[24]
value:
objectReference: {fileID: 21300000, guid: a007627423235514285d396e2b6a0520, type: 3}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
--- !u!114 &7321908172742385314 stripped
MonoBehaviour:
m_CorrespondingSourceObject: {fileID: 4301222307786538279, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
m_PrefabInstance: {fileID: 6786263105200251781}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: a74b3d6930f8a554d8a7f3470d698b8d, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!4 &7321908172742385315 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4301222307786538278, guid: eafb03293d81e8c4f87199076f4b664a, type: 3}
m_PrefabInstance: {fileID: 6786263105200251781}
m_PrefabAsset: {fileID: 0}
--- !u!1001 &7940599885343519902
PrefabInstance:
m_ObjectHideFlags: 0

View File

@ -35,12 +35,12 @@
"source": "builtin",
"dependencies": {
"com.unity.ide.visualstudio": "2.0.16",
"com.unity.ide.rider": "3.0.16",
"com.unity.ide.rider": "3.0.15",
"com.unity.ide.vscode": "1.2.5",
"com.unity.editorcoroutines": "1.0.0",
"com.unity.performance.profile-analyzer": "1.1.1",
"com.unity.test-framework": "1.1.31",
"com.unity.testtools.codecoverage": "1.2.2"
"com.unity.testtools.codecoverage": "1.0.1"
}
},
"com.unity.ide.rider": {
@ -92,7 +92,7 @@
"url": "https://packages.unity.cn"
},
"com.unity.services.core": {
"version": "1.6.0",
"version": "1.4.2",
"depth": 1,
"source": "registry",
"dependencies": {
@ -121,7 +121,7 @@
"url": "https://packages.unity.cn"
},
"com.unity.testtools.codecoverage": {
"version": "1.2.2",
"version": "1.0.1",
"depth": 1,
"source": "registry",
"dependencies": {