添加tips
This commit is contained in:
		
							parent
							
								
									d90489fd56
								
							
						
					
					
						commit
						b5f8d3b593
					
				
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| 
						 | 
					@ -61,6 +61,14 @@ public class ToolModelClick : MonoBehaviour
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public Highlighter selfHighlighter;
 | 
					    public Highlighter selfHighlighter;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    public GameObject tipPrefab;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    [ContextMenu("Set")]
 | 
				
			||||||
 | 
					    public void TTTTT()
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        tipPrefab = Resources.Load<GameObject>("ModelTips");
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    private void Awake()
 | 
					    private void Awake()
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        if (line != null)
 | 
					        if (line != null)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -0,0 +1,34 @@
 | 
				
			||||||
 | 
					using System.Collections;
 | 
				
			||||||
 | 
					using System.Collections.Generic;
 | 
				
			||||||
 | 
					using UnityEngine;
 | 
				
			||||||
 | 
					using UnityEngine.SceneManagement;
 | 
				
			||||||
 | 
					public class SceneLoad : MonoSingleton<SceneLoad>
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					    public GameObject loadingPanel;
 | 
				
			||||||
 | 
					    private void Start()
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        loadingPanel.SetActive(false);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    public void SceneChange(string Scenename)
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        Debug.Log("Scenename---" + Scenename);
 | 
				
			||||||
 | 
					        StartCoroutine(LoadScene(Scenename));
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					    private IEnumerator LoadScene(string loadSceneName)
 | 
				
			||||||
 | 
					    //ÉèÖÃгÌÀàÐÍ·½·¨loadlevel
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        loadingPanel.SetActive(true);
 | 
				
			||||||
 | 
					        AsyncOperation operation = SceneManager.LoadSceneAsync(loadSceneName);
 | 
				
			||||||
 | 
					        operation.allowSceneActivation = false;
 | 
				
			||||||
 | 
					        while (!operation.isDone)
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            if (operation.progress >= 0.9f)
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                operation.allowSceneActivation = true;
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					            yield return null;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					        loadingPanel.SetActive(false);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -0,0 +1,216 @@
 | 
				
			||||||
 | 
					%YAML 1.1
 | 
				
			||||||
 | 
					%TAG !u! tag:unity3d.com,2011:
 | 
				
			||||||
 | 
					--- !u!1 &3004857750428858783
 | 
				
			||||||
 | 
					GameObject:
 | 
				
			||||||
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
 | 
					  m_CorrespondingSourceObject: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabInstance: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabAsset: {fileID: 0}
 | 
				
			||||||
 | 
					  serializedVersion: 6
 | 
				
			||||||
 | 
					  m_Component:
 | 
				
			||||||
 | 
					  - component: {fileID: 3004857750428858780}
 | 
				
			||||||
 | 
					  m_Layer: 0
 | 
				
			||||||
 | 
					  m_Name: ModelTips
 | 
				
			||||||
 | 
					  m_TagString: Untagged
 | 
				
			||||||
 | 
					  m_Icon: {fileID: 0}
 | 
				
			||||||
 | 
					  m_NavMeshLayer: 0
 | 
				
			||||||
 | 
					  m_StaticEditorFlags: 0
 | 
				
			||||||
 | 
					  m_IsActive: 1
 | 
				
			||||||
 | 
					--- !u!4 &3004857750428858780
 | 
				
			||||||
 | 
					Transform:
 | 
				
			||||||
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
 | 
					  m_CorrespondingSourceObject: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabInstance: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabAsset: {fileID: 0}
 | 
				
			||||||
 | 
					  m_GameObject: {fileID: 3004857750428858783}
 | 
				
			||||||
 | 
					  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
 | 
				
			||||||
 | 
					  m_LocalPosition: {x: -1.792, y: -0.5341, z: 3.0143}
 | 
				
			||||||
 | 
					  m_LocalScale: {x: 1, y: 1, z: 1}
 | 
				
			||||||
 | 
					  m_ConstrainProportionsScale: 0
 | 
				
			||||||
 | 
					  m_Children:
 | 
				
			||||||
 | 
					  - {fileID: 3004857751439311942}
 | 
				
			||||||
 | 
					  m_Father: {fileID: 0}
 | 
				
			||||||
 | 
					  m_RootOrder: 0
 | 
				
			||||||
 | 
					  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
 | 
				
			||||||
 | 
					--- !u!1 &3004857751439311945
 | 
				
			||||||
 | 
					GameObject:
 | 
				
			||||||
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
 | 
					  m_CorrespondingSourceObject: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabInstance: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabAsset: {fileID: 0}
 | 
				
			||||||
 | 
					  serializedVersion: 6
 | 
				
			||||||
 | 
					  m_Component:
 | 
				
			||||||
 | 
					  - component: {fileID: 3004857751439311942}
 | 
				
			||||||
 | 
					  - component: {fileID: 3004857751439311943}
 | 
				
			||||||
 | 
					  m_Layer: 0
 | 
				
			||||||
 | 
					  m_Name: Bg
 | 
				
			||||||
 | 
					  m_TagString: Untagged
 | 
				
			||||||
 | 
					  m_Icon: {fileID: 0}
 | 
				
			||||||
 | 
					  m_NavMeshLayer: 0
 | 
				
			||||||
 | 
					  m_StaticEditorFlags: 0
 | 
				
			||||||
 | 
					  m_IsActive: 1
 | 
				
			||||||
 | 
					--- !u!4 &3004857751439311942
 | 
				
			||||||
 | 
					Transform:
 | 
				
			||||||
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
 | 
					  m_CorrespondingSourceObject: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabInstance: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabAsset: {fileID: 0}
 | 
				
			||||||
 | 
					  m_GameObject: {fileID: 3004857751439311945}
 | 
				
			||||||
 | 
					  m_LocalRotation: {x: 0, y: 1, z: 0, w: 0}
 | 
				
			||||||
 | 
					  m_LocalPosition: {x: 0.0029, y: 0.0578, z: 0}
 | 
				
			||||||
 | 
					  m_LocalScale: {x: 0.16662012, y: 0.16662012, z: 0.16662012}
 | 
				
			||||||
 | 
					  m_ConstrainProportionsScale: 0
 | 
				
			||||||
 | 
					  m_Children:
 | 
				
			||||||
 | 
					  - {fileID: 3004857751798707181}
 | 
				
			||||||
 | 
					  m_Father: {fileID: 3004857750428858780}
 | 
				
			||||||
 | 
					  m_RootOrder: 0
 | 
				
			||||||
 | 
					  m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0}
 | 
				
			||||||
 | 
					--- !u!212 &3004857751439311943
 | 
				
			||||||
 | 
					SpriteRenderer:
 | 
				
			||||||
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
 | 
					  m_CorrespondingSourceObject: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabInstance: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabAsset: {fileID: 0}
 | 
				
			||||||
 | 
					  m_GameObject: {fileID: 3004857751439311945}
 | 
				
			||||||
 | 
					  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: 21300000, guid: 812e8d836d14cd44485231fc8fa79ead, type: 3}
 | 
				
			||||||
 | 
					  m_Color: {r: 1, g: 1, b: 1, a: 1}
 | 
				
			||||||
 | 
					  m_FlipX: 0
 | 
				
			||||||
 | 
					  m_FlipY: 0
 | 
				
			||||||
 | 
					  m_DrawMode: 0
 | 
				
			||||||
 | 
					  m_Size: {x: 1.5, y: 0.71}
 | 
				
			||||||
 | 
					  m_AdaptiveModeThreshold: 0.5
 | 
				
			||||||
 | 
					  m_SpriteTileMode: 0
 | 
				
			||||||
 | 
					  m_WasSpriteAssigned: 1
 | 
				
			||||||
 | 
					  m_MaskInteraction: 0
 | 
				
			||||||
 | 
					  m_SpriteSortPoint: 0
 | 
				
			||||||
 | 
					--- !u!1 &3004857751798707180
 | 
				
			||||||
 | 
					GameObject:
 | 
				
			||||||
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
 | 
					  m_CorrespondingSourceObject: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabInstance: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabAsset: {fileID: 0}
 | 
				
			||||||
 | 
					  serializedVersion: 6
 | 
				
			||||||
 | 
					  m_Component:
 | 
				
			||||||
 | 
					  - component: {fileID: 3004857751798707181}
 | 
				
			||||||
 | 
					  - component: {fileID: 3004857751798707179}
 | 
				
			||||||
 | 
					  - component: {fileID: 3004857751798707178}
 | 
				
			||||||
 | 
					  m_Layer: 0
 | 
				
			||||||
 | 
					  m_Name: Text
 | 
				
			||||||
 | 
					  m_TagString: Untagged
 | 
				
			||||||
 | 
					  m_Icon: {fileID: 0}
 | 
				
			||||||
 | 
					  m_NavMeshLayer: 0
 | 
				
			||||||
 | 
					  m_StaticEditorFlags: 0
 | 
				
			||||||
 | 
					  m_IsActive: 1
 | 
				
			||||||
 | 
					--- !u!4 &3004857751798707181
 | 
				
			||||||
 | 
					Transform:
 | 
				
			||||||
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
 | 
					  m_CorrespondingSourceObject: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabInstance: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabAsset: {fileID: 0}
 | 
				
			||||||
 | 
					  m_GameObject: {fileID: 3004857751798707180}
 | 
				
			||||||
 | 
					  m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
 | 
				
			||||||
 | 
					  m_LocalPosition: {x: 0, y: 0.11, z: -0.021}
 | 
				
			||||||
 | 
					  m_LocalScale: {x: 0.01, y: 0.01, z: 0.01}
 | 
				
			||||||
 | 
					  m_ConstrainProportionsScale: 0
 | 
				
			||||||
 | 
					  m_Children: []
 | 
				
			||||||
 | 
					  m_Father: {fileID: 3004857751439311942}
 | 
				
			||||||
 | 
					  m_RootOrder: 0
 | 
				
			||||||
 | 
					  m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
 | 
				
			||||||
 | 
					--- !u!23 &3004857751798707179
 | 
				
			||||||
 | 
					MeshRenderer:
 | 
				
			||||||
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
 | 
					  m_CorrespondingSourceObject: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabInstance: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabAsset: {fileID: 0}
 | 
				
			||||||
 | 
					  m_GameObject: {fileID: 3004857751798707180}
 | 
				
			||||||
 | 
					  m_Enabled: 1
 | 
				
			||||||
 | 
					  m_CastShadows: 1
 | 
				
			||||||
 | 
					  m_ReceiveShadows: 1
 | 
				
			||||||
 | 
					  m_DynamicOccludee: 1
 | 
				
			||||||
 | 
					  m_StaticShadowCaster: 0
 | 
				
			||||||
 | 
					  m_MotionVectors: 1
 | 
				
			||||||
 | 
					  m_LightProbeUsage: 1
 | 
				
			||||||
 | 
					  m_ReflectionProbeUsage: 1
 | 
				
			||||||
 | 
					  m_RayTracingMode: 2
 | 
				
			||||||
 | 
					  m_RayTraceProcedural: 0
 | 
				
			||||||
 | 
					  m_RenderingLayerMask: 1
 | 
				
			||||||
 | 
					  m_RendererPriority: 0
 | 
				
			||||||
 | 
					  m_Materials:
 | 
				
			||||||
 | 
					  - {fileID: 10100, guid: 0000000000000000e000000000000000, 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: 3
 | 
				
			||||||
 | 
					  m_MinimumChartSize: 4
 | 
				
			||||||
 | 
					  m_AutoUVMaxDistance: 0.5
 | 
				
			||||||
 | 
					  m_AutoUVMaxAngle: 89
 | 
				
			||||||
 | 
					  m_LightmapParameters: {fileID: 0}
 | 
				
			||||||
 | 
					  m_SortingLayerID: 0
 | 
				
			||||||
 | 
					  m_SortingLayer: 0
 | 
				
			||||||
 | 
					  m_SortingOrder: 0
 | 
				
			||||||
 | 
					  m_AdditionalVertexStreams: {fileID: 0}
 | 
				
			||||||
 | 
					--- !u!102 &3004857751798707178
 | 
				
			||||||
 | 
					TextMesh:
 | 
				
			||||||
 | 
					  serializedVersion: 3
 | 
				
			||||||
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
 | 
					  m_CorrespondingSourceObject: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabInstance: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabAsset: {fileID: 0}
 | 
				
			||||||
 | 
					  m_GameObject: {fileID: 3004857751798707180}
 | 
				
			||||||
 | 
					  m_Text: "\u94B3\u5F62\u7535\u6D41\u8868_\u5927"
 | 
				
			||||||
 | 
					  m_OffsetZ: 0
 | 
				
			||||||
 | 
					  m_CharacterSize: 1
 | 
				
			||||||
 | 
					  m_LineSpacing: 1
 | 
				
			||||||
 | 
					  m_Anchor: 1
 | 
				
			||||||
 | 
					  m_Alignment: 1
 | 
				
			||||||
 | 
					  m_TabSize: 4
 | 
				
			||||||
 | 
					  m_FontSize: 150
 | 
				
			||||||
 | 
					  m_FontStyle: 0
 | 
				
			||||||
 | 
					  m_RichText: 1
 | 
				
			||||||
 | 
					  m_Font: {fileID: 0}
 | 
				
			||||||
 | 
					  m_Color:
 | 
				
			||||||
 | 
					    serializedVersion: 2
 | 
				
			||||||
 | 
					    rgba: 4294967295
 | 
				
			||||||
| 
						 | 
					@ -0,0 +1,7 @@
 | 
				
			||||||
 | 
					fileFormatVersion: 2
 | 
				
			||||||
 | 
					guid: 5cb5fabd80716b64b88f3517ee4bbbc3
 | 
				
			||||||
 | 
					PrefabImporter:
 | 
				
			||||||
 | 
					  externalObjects: {}
 | 
				
			||||||
 | 
					  userData: 
 | 
				
			||||||
 | 
					  assetBundleName: 
 | 
				
			||||||
 | 
					  assetBundleVariant: 
 | 
				
			||||||
| 
						 | 
					@ -647,6 +647,8 @@ MonoBehaviour:
 | 
				
			||||||
      m_Calls: []
 | 
					      m_Calls: []
 | 
				
			||||||
  line: {fileID: 7094745485471664169}
 | 
					  line: {fileID: 7094745485471664169}
 | 
				
			||||||
  Higth: {fileID: 0}
 | 
					  Higth: {fileID: 0}
 | 
				
			||||||
 | 
					  selfHighlighter: {fileID: 0}
 | 
				
			||||||
 | 
					  tipPrefab: {fileID: 3004857750428858783, guid: 5cb5fabd80716b64b88f3517ee4bbbc3, type: 3}
 | 
				
			||||||
--- !u!114 &8256763883766496110
 | 
					--- !u!114 &8256763883766496110
 | 
				
			||||||
MonoBehaviour:
 | 
					MonoBehaviour:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -113,6 +113,22 @@ MonoBehaviour:
 | 
				
			||||||
  m_EditorClassIdentifier: 
 | 
					  m_EditorClassIdentifier: 
 | 
				
			||||||
  attribute: 1
 | 
					  attribute: 1
 | 
				
			||||||
  rightAndWrong: 0
 | 
					  rightAndWrong: 0
 | 
				
			||||||
 | 
					  onEnter:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDown:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDrag:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onExit:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  line: {fileID: 0}
 | 
				
			||||||
 | 
					  Higth: {fileID: 0}
 | 
				
			||||||
 | 
					  selfHighlighter: {fileID: 0}
 | 
				
			||||||
 | 
					  tipPrefab: {fileID: 3004857750428858783, guid: 5cb5fabd80716b64b88f3517ee4bbbc3, type: 3}
 | 
				
			||||||
--- !u!114 &2348018945195854929
 | 
					--- !u!114 &2348018945195854929
 | 
				
			||||||
MonoBehaviour:
 | 
					MonoBehaviour:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -152,6 +152,22 @@ MonoBehaviour:
 | 
				
			||||||
  m_EditorClassIdentifier: 
 | 
					  m_EditorClassIdentifier: 
 | 
				
			||||||
  attribute: 2
 | 
					  attribute: 2
 | 
				
			||||||
  rightAndWrong: 0
 | 
					  rightAndWrong: 0
 | 
				
			||||||
 | 
					  onEnter:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDown:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDrag:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onExit:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  line: {fileID: 0}
 | 
				
			||||||
 | 
					  Higth: {fileID: 0}
 | 
				
			||||||
 | 
					  selfHighlighter: {fileID: 0}
 | 
				
			||||||
 | 
					  tipPrefab: {fileID: 3004857750428858783, guid: 5cb5fabd80716b64b88f3517ee4bbbc3, type: 3}
 | 
				
			||||||
--- !u!1 &8298614064302337584
 | 
					--- !u!1 &8298614064302337584
 | 
				
			||||||
GameObject:
 | 
					GameObject:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -377,6 +377,22 @@ MonoBehaviour:
 | 
				
			||||||
  m_EditorClassIdentifier: 
 | 
					  m_EditorClassIdentifier: 
 | 
				
			||||||
  attribute: 2
 | 
					  attribute: 2
 | 
				
			||||||
  rightAndWrong: 0
 | 
					  rightAndWrong: 0
 | 
				
			||||||
 | 
					  onEnter:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDown:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDrag:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onExit:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  line: {fileID: 0}
 | 
				
			||||||
 | 
					  Higth: {fileID: 0}
 | 
				
			||||||
 | 
					  selfHighlighter: {fileID: 0}
 | 
				
			||||||
 | 
					  tipPrefab: {fileID: 3004857750428858783, guid: 5cb5fabd80716b64b88f3517ee4bbbc3, type: 3}
 | 
				
			||||||
--- !u!1 &8825310593978137032
 | 
					--- !u!1 &8825310593978137032
 | 
				
			||||||
GameObject:
 | 
					GameObject:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -176,3 +176,19 @@ MonoBehaviour:
 | 
				
			||||||
  m_EditorClassIdentifier: 
 | 
					  m_EditorClassIdentifier: 
 | 
				
			||||||
  attribute: 1
 | 
					  attribute: 1
 | 
				
			||||||
  rightAndWrong: 0
 | 
					  rightAndWrong: 0
 | 
				
			||||||
 | 
					  onEnter:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDown:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDrag:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onExit:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  line: {fileID: 0}
 | 
				
			||||||
 | 
					  Higth: {fileID: 0}
 | 
				
			||||||
 | 
					  selfHighlighter: {fileID: 0}
 | 
				
			||||||
 | 
					  tipPrefab: {fileID: 3004857750428858783, guid: 5cb5fabd80716b64b88f3517ee4bbbc3, type: 3}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -393,6 +393,10 @@ MonoBehaviour:
 | 
				
			||||||
  onExit:
 | 
					  onExit:
 | 
				
			||||||
    m_PersistentCalls:
 | 
					    m_PersistentCalls:
 | 
				
			||||||
      m_Calls: []
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  line: {fileID: 0}
 | 
				
			||||||
 | 
					  Higth: {fileID: 0}
 | 
				
			||||||
 | 
					  selfHighlighter: {fileID: 0}
 | 
				
			||||||
 | 
					  tipPrefab: {fileID: 3004857750428858783, guid: 5cb5fabd80716b64b88f3517ee4bbbc3, type: 3}
 | 
				
			||||||
--- !u!1 &4968934353801422455
 | 
					--- !u!1 &4968934353801422455
 | 
				
			||||||
GameObject:
 | 
					GameObject:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -176,3 +176,19 @@ MonoBehaviour:
 | 
				
			||||||
  m_EditorClassIdentifier: 
 | 
					  m_EditorClassIdentifier: 
 | 
				
			||||||
  attribute: 2
 | 
					  attribute: 2
 | 
				
			||||||
  rightAndWrong: 0
 | 
					  rightAndWrong: 0
 | 
				
			||||||
 | 
					  onEnter:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDown:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDrag:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onExit:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  line: {fileID: 0}
 | 
				
			||||||
 | 
					  Higth: {fileID: 0}
 | 
				
			||||||
 | 
					  selfHighlighter: {fileID: 0}
 | 
				
			||||||
 | 
					  tipPrefab: {fileID: 3004857750428858783, guid: 5cb5fabd80716b64b88f3517ee4bbbc3, type: 3}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -11,6 +11,7 @@ GameObject:
 | 
				
			||||||
  - component: {fileID: 736599769535665673}
 | 
					  - component: {fileID: 736599769535665673}
 | 
				
			||||||
  - component: {fileID: 3780690864789258584}
 | 
					  - component: {fileID: 3780690864789258584}
 | 
				
			||||||
  - component: {fileID: 1004918849252709289}
 | 
					  - component: {fileID: 1004918849252709289}
 | 
				
			||||||
 | 
					  - component: {fileID: 7782965899527752040}
 | 
				
			||||||
  m_Layer: 0
 | 
					  m_Layer: 0
 | 
				
			||||||
  m_Name: "\u65AD\u7EBF\u94B3"
 | 
					  m_Name: "\u65AD\u7EBF\u94B3"
 | 
				
			||||||
  m_TagString: Untagged
 | 
					  m_TagString: Untagged
 | 
				
			||||||
| 
						 | 
					@ -28,6 +29,7 @@ Transform:
 | 
				
			||||||
  m_LocalRotation: {x: 0, y: 1, z: 0, w: 0}
 | 
					  m_LocalRotation: {x: 0, y: 1, z: 0, w: 0}
 | 
				
			||||||
  m_LocalPosition: {x: -2.969, y: -0.7752, z: 6.486}
 | 
					  m_LocalPosition: {x: -2.969, y: -0.7752, z: 6.486}
 | 
				
			||||||
  m_LocalScale: {x: 0.5, y: 0.5, z: 0.5}
 | 
					  m_LocalScale: {x: 0.5, y: 0.5, z: 0.5}
 | 
				
			||||||
 | 
					  m_ConstrainProportionsScale: 0
 | 
				
			||||||
  m_Children:
 | 
					  m_Children:
 | 
				
			||||||
  - {fileID: 2630439995122144464}
 | 
					  - {fileID: 2630439995122144464}
 | 
				
			||||||
  - {fileID: 1683619754534645112}
 | 
					  - {fileID: 1683619754534645112}
 | 
				
			||||||
| 
						 | 
					@ -58,22 +60,89 @@ MonoBehaviour:
 | 
				
			||||||
  m_GameObject: {fileID: 104494539678321843}
 | 
					  m_GameObject: {fileID: 104494539678321843}
 | 
				
			||||||
  m_Enabled: 1
 | 
					  m_Enabled: 1
 | 
				
			||||||
  m_EditorHideFlags: 0
 | 
					  m_EditorHideFlags: 0
 | 
				
			||||||
  m_Script: {fileID: 11500000, guid: 40f1322bf64f49c4c9e981d5a1c5d461, type: 3}
 | 
					  m_Script: {fileID: 11500000, guid: 3a104cb69d531064393bd332a91432cd, type: 3}
 | 
				
			||||||
  m_Name: 
 | 
					  m_Name: 
 | 
				
			||||||
  m_EditorClassIdentifier: 
 | 
					  m_EditorClassIdentifier: 
 | 
				
			||||||
  operationType: 0
 | 
					  attribute: 2
 | 
				
			||||||
  toolCarryType: 0
 | 
					  rightAndWrong: 0
 | 
				
			||||||
  multipleChoice: 0
 | 
					  onEnter:
 | 
				
			||||||
  isCarry: 0
 | 
					    m_PersistentCalls:
 | 
				
			||||||
  isHold: 0
 | 
					      m_Calls: []
 | 
				
			||||||
  isInSpecialState: 0
 | 
					  onDown:
 | 
				
			||||||
  toolName: "\u65AD\u7EBF\u94B3"
 | 
					    m_PersistentCalls:
 | 
				
			||||||
  toolDetails: 
 | 
					      m_Calls: []
 | 
				
			||||||
  toolDis: 0
 | 
					  onDrag:
 | 
				
			||||||
  highlightOnHover: 1
 | 
					    m_PersistentCalls:
 | 
				
			||||||
  inHandPos: {x: 0, y: 0, z: 0}
 | 
					      m_Calls: []
 | 
				
			||||||
  inHandRot: {x: 0, y: 0, z: 0}
 | 
					  onExit:
 | 
				
			||||||
  isNotInfinet: 0
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  line: {fileID: 0}
 | 
				
			||||||
 | 
					  Higth: {fileID: 0}
 | 
				
			||||||
 | 
					  selfHighlighter: {fileID: 0}
 | 
				
			||||||
 | 
					  tipPrefab: {fileID: 3004857750428858783, guid: 5cb5fabd80716b64b88f3517ee4bbbc3, type: 3}
 | 
				
			||||||
 | 
					--- !u!114 &7782965899527752040
 | 
				
			||||||
 | 
					MonoBehaviour:
 | 
				
			||||||
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
 | 
					  m_CorrespondingSourceObject: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabInstance: {fileID: 0}
 | 
				
			||||||
 | 
					  m_PrefabAsset: {fileID: 0}
 | 
				
			||||||
 | 
					  m_GameObject: {fileID: 104494539678321843}
 | 
				
			||||||
 | 
					  m_Enabled: 1
 | 
				
			||||||
 | 
					  m_EditorHideFlags: 0
 | 
				
			||||||
 | 
					  m_Script: {fileID: 11500000, guid: 67d4de287b46eb34e83a61e4f9115070, type: 3}
 | 
				
			||||||
 | 
					  m_Name: 
 | 
				
			||||||
 | 
					  m_EditorClassIdentifier: 
 | 
				
			||||||
 | 
					  mode: 0
 | 
				
			||||||
 | 
					  forceRender: 0
 | 
				
			||||||
 | 
					  color: {r: 1, g: 1, b: 1, a: 1}
 | 
				
			||||||
 | 
					  _overlay: 0
 | 
				
			||||||
 | 
					  _occluder: 0
 | 
				
			||||||
 | 
					  _tween: 0
 | 
				
			||||||
 | 
					  _tweenGradient:
 | 
				
			||||||
 | 
					    serializedVersion: 2
 | 
				
			||||||
 | 
					    key0: {r: 0, g: 1, b: 1, a: 0}
 | 
				
			||||||
 | 
					    key1: {r: 0, g: 1, b: 1, a: 1}
 | 
				
			||||||
 | 
					    key2: {r: 0, g: 0, b: 0, a: 0}
 | 
				
			||||||
 | 
					    key3: {r: 0, g: 0, b: 0, a: 0}
 | 
				
			||||||
 | 
					    key4: {r: 0, g: 0, b: 0, a: 0}
 | 
				
			||||||
 | 
					    key5: {r: 0, g: 0, b: 0, a: 0}
 | 
				
			||||||
 | 
					    key6: {r: 0, g: 0, b: 0, a: 0}
 | 
				
			||||||
 | 
					    key7: {r: 0, g: 0, b: 0, a: 0}
 | 
				
			||||||
 | 
					    ctime0: 0
 | 
				
			||||||
 | 
					    ctime1: 65535
 | 
				
			||||||
 | 
					    ctime2: 0
 | 
				
			||||||
 | 
					    ctime3: 0
 | 
				
			||||||
 | 
					    ctime4: 0
 | 
				
			||||||
 | 
					    ctime5: 0
 | 
				
			||||||
 | 
					    ctime6: 0
 | 
				
			||||||
 | 
					    ctime7: 0
 | 
				
			||||||
 | 
					    atime0: 0
 | 
				
			||||||
 | 
					    atime1: 65535
 | 
				
			||||||
 | 
					    atime2: 0
 | 
				
			||||||
 | 
					    atime3: 0
 | 
				
			||||||
 | 
					    atime4: 0
 | 
				
			||||||
 | 
					    atime5: 0
 | 
				
			||||||
 | 
					    atime6: 0
 | 
				
			||||||
 | 
					    atime7: 0
 | 
				
			||||||
 | 
					    m_Mode: 0
 | 
				
			||||||
 | 
					    m_NumColorKeys: 2
 | 
				
			||||||
 | 
					    m_NumAlphaKeys: 2
 | 
				
			||||||
 | 
					  _tweenDuration: 1
 | 
				
			||||||
 | 
					  _tweenReverse: 0
 | 
				
			||||||
 | 
					  _tweenLoop: 2
 | 
				
			||||||
 | 
					  _tweenEasing: 0
 | 
				
			||||||
 | 
					  _tweenDelay: 0
 | 
				
			||||||
 | 
					  _tweenRepeatCount: -1
 | 
				
			||||||
 | 
					  _tweenUseUnscaledTime: 0
 | 
				
			||||||
 | 
					  _constant: 0
 | 
				
			||||||
 | 
					  _constantColor: {r: 1, g: 0.92156863, b: 0.015686275, a: 1}
 | 
				
			||||||
 | 
					  _constantFadeInTime: 0.1
 | 
				
			||||||
 | 
					  _constantFadeOutTime: 0.25
 | 
				
			||||||
 | 
					  _constantEasing: 0
 | 
				
			||||||
 | 
					  _constantUseUnscaledTime: 0
 | 
				
			||||||
 | 
					  _filterMode: 0
 | 
				
			||||||
 | 
					  _filterList: []
 | 
				
			||||||
--- !u!1 &283561864106655515
 | 
					--- !u!1 &283561864106655515
 | 
				
			||||||
GameObject:
 | 
					GameObject:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
| 
						 | 
					@ -103,6 +172,7 @@ Transform:
 | 
				
			||||||
  m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
 | 
					  m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
 | 
				
			||||||
  m_LocalPosition: {x: 0.0030000657, y: 0.017, z: 0.039}
 | 
					  m_LocalPosition: {x: 0.0030000657, y: 0.017, z: 0.039}
 | 
				
			||||||
  m_LocalScale: {x: 1, y: 1, z: 1}
 | 
					  m_LocalScale: {x: 1, y: 1, z: 1}
 | 
				
			||||||
 | 
					  m_ConstrainProportionsScale: 0
 | 
				
			||||||
  m_Children: []
 | 
					  m_Children: []
 | 
				
			||||||
  m_Father: {fileID: 736599769535665673}
 | 
					  m_Father: {fileID: 736599769535665673}
 | 
				
			||||||
  m_RootOrder: 2
 | 
					  m_RootOrder: 2
 | 
				
			||||||
| 
						 | 
					@ -126,6 +196,7 @@ MeshRenderer:
 | 
				
			||||||
  m_CastShadows: 1
 | 
					  m_CastShadows: 1
 | 
				
			||||||
  m_ReceiveShadows: 1
 | 
					  m_ReceiveShadows: 1
 | 
				
			||||||
  m_DynamicOccludee: 1
 | 
					  m_DynamicOccludee: 1
 | 
				
			||||||
 | 
					  m_StaticShadowCaster: 0
 | 
				
			||||||
  m_MotionVectors: 1
 | 
					  m_MotionVectors: 1
 | 
				
			||||||
  m_LightProbeUsage: 1
 | 
					  m_LightProbeUsage: 1
 | 
				
			||||||
  m_ReflectionProbeUsage: 1
 | 
					  m_ReflectionProbeUsage: 1
 | 
				
			||||||
| 
						 | 
					@ -199,6 +270,7 @@ Transform:
 | 
				
			||||||
  m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
 | 
					  m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
 | 
				
			||||||
  m_LocalPosition: {x: 0.0030000657, y: 0.045, z: 0.039}
 | 
					  m_LocalPosition: {x: 0.0030000657, y: 0.045, z: 0.039}
 | 
				
			||||||
  m_LocalScale: {x: 1, y: 1, z: 1}
 | 
					  m_LocalScale: {x: 1, y: 1, z: 1}
 | 
				
			||||||
 | 
					  m_ConstrainProportionsScale: 0
 | 
				
			||||||
  m_Children: []
 | 
					  m_Children: []
 | 
				
			||||||
  m_Father: {fileID: 736599769535665673}
 | 
					  m_Father: {fileID: 736599769535665673}
 | 
				
			||||||
  m_RootOrder: 1
 | 
					  m_RootOrder: 1
 | 
				
			||||||
| 
						 | 
					@ -222,6 +294,7 @@ MeshRenderer:
 | 
				
			||||||
  m_CastShadows: 1
 | 
					  m_CastShadows: 1
 | 
				
			||||||
  m_ReceiveShadows: 1
 | 
					  m_ReceiveShadows: 1
 | 
				
			||||||
  m_DynamicOccludee: 1
 | 
					  m_DynamicOccludee: 1
 | 
				
			||||||
 | 
					  m_StaticShadowCaster: 0
 | 
				
			||||||
  m_MotionVectors: 1
 | 
					  m_MotionVectors: 1
 | 
				
			||||||
  m_LightProbeUsage: 1
 | 
					  m_LightProbeUsage: 1
 | 
				
			||||||
  m_ReflectionProbeUsage: 1
 | 
					  m_ReflectionProbeUsage: 1
 | 
				
			||||||
| 
						 | 
					@ -295,6 +368,7 @@ Transform:
 | 
				
			||||||
  m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
 | 
					  m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068}
 | 
				
			||||||
  m_LocalPosition: {x: 0.003, y: 0.045, z: 0.038}
 | 
					  m_LocalPosition: {x: 0.003, y: 0.045, z: 0.038}
 | 
				
			||||||
  m_LocalScale: {x: 1, y: 1, z: 1}
 | 
					  m_LocalScale: {x: 1, y: 1, z: 1}
 | 
				
			||||||
 | 
					  m_ConstrainProportionsScale: 0
 | 
				
			||||||
  m_Children: []
 | 
					  m_Children: []
 | 
				
			||||||
  m_Father: {fileID: 736599769535665673}
 | 
					  m_Father: {fileID: 736599769535665673}
 | 
				
			||||||
  m_RootOrder: 0
 | 
					  m_RootOrder: 0
 | 
				
			||||||
| 
						 | 
					@ -318,6 +392,7 @@ MeshRenderer:
 | 
				
			||||||
  m_CastShadows: 1
 | 
					  m_CastShadows: 1
 | 
				
			||||||
  m_ReceiveShadows: 1
 | 
					  m_ReceiveShadows: 1
 | 
				
			||||||
  m_DynamicOccludee: 1
 | 
					  m_DynamicOccludee: 1
 | 
				
			||||||
 | 
					  m_StaticShadowCaster: 0
 | 
				
			||||||
  m_MotionVectors: 1
 | 
					  m_MotionVectors: 1
 | 
				
			||||||
  m_LightProbeUsage: 1
 | 
					  m_LightProbeUsage: 1
 | 
				
			||||||
  m_ReflectionProbeUsage: 1
 | 
					  m_ReflectionProbeUsage: 1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -112,6 +112,10 @@ MonoBehaviour:
 | 
				
			||||||
  onExit:
 | 
					  onExit:
 | 
				
			||||||
    m_PersistentCalls:
 | 
					    m_PersistentCalls:
 | 
				
			||||||
      m_Calls: []
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  line: {fileID: 0}
 | 
				
			||||||
 | 
					  Higth: {fileID: 0}
 | 
				
			||||||
 | 
					  selfHighlighter: {fileID: 0}
 | 
				
			||||||
 | 
					  tipPrefab: {fileID: 3004857750428858783, guid: 5cb5fabd80716b64b88f3517ee4bbbc3, type: 3}
 | 
				
			||||||
--- !u!65 &2625892635903518279
 | 
					--- !u!65 &2625892635903518279
 | 
				
			||||||
BoxCollider:
 | 
					BoxCollider:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1134,6 +1134,22 @@ MonoBehaviour:
 | 
				
			||||||
  m_EditorClassIdentifier: 
 | 
					  m_EditorClassIdentifier: 
 | 
				
			||||||
  attribute: 1
 | 
					  attribute: 1
 | 
				
			||||||
  rightAndWrong: 0
 | 
					  rightAndWrong: 0
 | 
				
			||||||
 | 
					  onEnter:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDown:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDrag:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onExit:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  line: {fileID: 0}
 | 
				
			||||||
 | 
					  Higth: {fileID: 0}
 | 
				
			||||||
 | 
					  selfHighlighter: {fileID: 0}
 | 
				
			||||||
 | 
					  tipPrefab: {fileID: 3004857750428858783, guid: 5cb5fabd80716b64b88f3517ee4bbbc3, type: 3}
 | 
				
			||||||
--- !u!1 &8015092707789456212
 | 
					--- !u!1 &8015092707789456212
 | 
				
			||||||
GameObject:
 | 
					GameObject:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1051,6 +1051,22 @@ MonoBehaviour:
 | 
				
			||||||
  m_EditorClassIdentifier: 
 | 
					  m_EditorClassIdentifier: 
 | 
				
			||||||
  attribute: 1
 | 
					  attribute: 1
 | 
				
			||||||
  rightAndWrong: 0
 | 
					  rightAndWrong: 0
 | 
				
			||||||
 | 
					  onEnter:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDown:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDrag:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onExit:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  line: {fileID: 0}
 | 
				
			||||||
 | 
					  Higth: {fileID: 0}
 | 
				
			||||||
 | 
					  selfHighlighter: {fileID: 0}
 | 
				
			||||||
 | 
					  tipPrefab: {fileID: 3004857750428858783, guid: 5cb5fabd80716b64b88f3517ee4bbbc3, type: 3}
 | 
				
			||||||
--- !u!1 &6615531994783129433
 | 
					--- !u!1 &6615531994783129433
 | 
				
			||||||
GameObject:
 | 
					GameObject:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -317,3 +317,7 @@ MonoBehaviour:
 | 
				
			||||||
  onExit:
 | 
					  onExit:
 | 
				
			||||||
    m_PersistentCalls:
 | 
					    m_PersistentCalls:
 | 
				
			||||||
      m_Calls: []
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  line: {fileID: 0}
 | 
				
			||||||
 | 
					  Higth: {fileID: 0}
 | 
				
			||||||
 | 
					  selfHighlighter: {fileID: 0}
 | 
				
			||||||
 | 
					  tipPrefab: {fileID: 3004857750428858783, guid: 5cb5fabd80716b64b88f3517ee4bbbc3, type: 3}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -125,6 +125,22 @@ MonoBehaviour:
 | 
				
			||||||
  m_EditorClassIdentifier: 
 | 
					  m_EditorClassIdentifier: 
 | 
				
			||||||
  attribute: 1
 | 
					  attribute: 1
 | 
				
			||||||
  rightAndWrong: 0
 | 
					  rightAndWrong: 0
 | 
				
			||||||
 | 
					  onEnter:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDown:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDrag:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onExit:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  line: {fileID: 0}
 | 
				
			||||||
 | 
					  Higth: {fileID: 0}
 | 
				
			||||||
 | 
					  selfHighlighter: {fileID: 0}
 | 
				
			||||||
 | 
					  tipPrefab: {fileID: 3004857750428858783, guid: 5cb5fabd80716b64b88f3517ee4bbbc3, type: 3}
 | 
				
			||||||
--- !u!1 &6175499471211152195
 | 
					--- !u!1 &6175499471211152195
 | 
				
			||||||
GameObject:
 | 
					GameObject:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -114,6 +114,22 @@ MonoBehaviour:
 | 
				
			||||||
  m_EditorClassIdentifier: 
 | 
					  m_EditorClassIdentifier: 
 | 
				
			||||||
  attribute: 1
 | 
					  attribute: 1
 | 
				
			||||||
  rightAndWrong: 0
 | 
					  rightAndWrong: 0
 | 
				
			||||||
 | 
					  onEnter:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDown:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDrag:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onExit:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  line: {fileID: 0}
 | 
				
			||||||
 | 
					  Higth: {fileID: 0}
 | 
				
			||||||
 | 
					  selfHighlighter: {fileID: 0}
 | 
				
			||||||
 | 
					  tipPrefab: {fileID: 3004857750428858783, guid: 5cb5fabd80716b64b88f3517ee4bbbc3, type: 3}
 | 
				
			||||||
--- !u!114 &4240545765356806592
 | 
					--- !u!114 &4240545765356806592
 | 
				
			||||||
MonoBehaviour:
 | 
					MonoBehaviour:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -100,6 +100,22 @@ MonoBehaviour:
 | 
				
			||||||
  m_EditorClassIdentifier: 
 | 
					  m_EditorClassIdentifier: 
 | 
				
			||||||
  attribute: 1
 | 
					  attribute: 1
 | 
				
			||||||
  rightAndWrong: 0
 | 
					  rightAndWrong: 0
 | 
				
			||||||
 | 
					  onEnter:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDown:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDrag:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onExit:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  line: {fileID: 0}
 | 
				
			||||||
 | 
					  Higth: {fileID: 0}
 | 
				
			||||||
 | 
					  selfHighlighter: {fileID: 0}
 | 
				
			||||||
 | 
					  tipPrefab: {fileID: 3004857750428858783, guid: 5cb5fabd80716b64b88f3517ee4bbbc3, type: 3}
 | 
				
			||||||
--- !u!65 &8674955878796486822
 | 
					--- !u!65 &8674955878796486822
 | 
				
			||||||
BoxCollider:
 | 
					BoxCollider:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -113,6 +113,22 @@ MonoBehaviour:
 | 
				
			||||||
  m_EditorClassIdentifier: 
 | 
					  m_EditorClassIdentifier: 
 | 
				
			||||||
  attribute: 1
 | 
					  attribute: 1
 | 
				
			||||||
  rightAndWrong: 0
 | 
					  rightAndWrong: 0
 | 
				
			||||||
 | 
					  onEnter:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDown:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDrag:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onExit:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  line: {fileID: 0}
 | 
				
			||||||
 | 
					  Higth: {fileID: 0}
 | 
				
			||||||
 | 
					  selfHighlighter: {fileID: 0}
 | 
				
			||||||
 | 
					  tipPrefab: {fileID: 3004857750428858783, guid: 5cb5fabd80716b64b88f3517ee4bbbc3, type: 3}
 | 
				
			||||||
--- !u!114 &3576291422937550237
 | 
					--- !u!114 &3576291422937550237
 | 
				
			||||||
MonoBehaviour:
 | 
					MonoBehaviour:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -100,6 +100,22 @@ MonoBehaviour:
 | 
				
			||||||
  m_EditorClassIdentifier: 
 | 
					  m_EditorClassIdentifier: 
 | 
				
			||||||
  attribute: 1
 | 
					  attribute: 1
 | 
				
			||||||
  rightAndWrong: 0
 | 
					  rightAndWrong: 0
 | 
				
			||||||
 | 
					  onEnter:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDown:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDrag:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onExit:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  line: {fileID: 0}
 | 
				
			||||||
 | 
					  Higth: {fileID: 0}
 | 
				
			||||||
 | 
					  selfHighlighter: {fileID: 0}
 | 
				
			||||||
 | 
					  tipPrefab: {fileID: 3004857750428858783, guid: 5cb5fabd80716b64b88f3517ee4bbbc3, type: 3}
 | 
				
			||||||
--- !u!65 &1196076497648736788
 | 
					--- !u!65 &1196076497648736788
 | 
				
			||||||
BoxCollider:
 | 
					BoxCollider:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -100,6 +100,22 @@ MonoBehaviour:
 | 
				
			||||||
  m_EditorClassIdentifier: 
 | 
					  m_EditorClassIdentifier: 
 | 
				
			||||||
  attribute: 1
 | 
					  attribute: 1
 | 
				
			||||||
  rightAndWrong: 0
 | 
					  rightAndWrong: 0
 | 
				
			||||||
 | 
					  onEnter:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDown:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDrag:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onExit:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  line: {fileID: 0}
 | 
				
			||||||
 | 
					  Higth: {fileID: 0}
 | 
				
			||||||
 | 
					  selfHighlighter: {fileID: 0}
 | 
				
			||||||
 | 
					  tipPrefab: {fileID: 3004857750428858783, guid: 5cb5fabd80716b64b88f3517ee4bbbc3, type: 3}
 | 
				
			||||||
--- !u!65 &6361039309493124523
 | 
					--- !u!65 &6361039309493124523
 | 
				
			||||||
BoxCollider:
 | 
					BoxCollider:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -175,3 +175,19 @@ MonoBehaviour:
 | 
				
			||||||
  m_EditorClassIdentifier: 
 | 
					  m_EditorClassIdentifier: 
 | 
				
			||||||
  attribute: 1
 | 
					  attribute: 1
 | 
				
			||||||
  rightAndWrong: 0
 | 
					  rightAndWrong: 0
 | 
				
			||||||
 | 
					  onEnter:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDown:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onDrag:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  onExit:
 | 
				
			||||||
 | 
					    m_PersistentCalls:
 | 
				
			||||||
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  line: {fileID: 0}
 | 
				
			||||||
 | 
					  Higth: {fileID: 0}
 | 
				
			||||||
 | 
					  selfHighlighter: {fileID: 0}
 | 
				
			||||||
 | 
					  tipPrefab: {fileID: 3004857750428858783, guid: 5cb5fabd80716b64b88f3517ee4bbbc3, type: 3}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1118,6 +1118,10 @@ MonoBehaviour:
 | 
				
			||||||
  onExit:
 | 
					  onExit:
 | 
				
			||||||
    m_PersistentCalls:
 | 
					    m_PersistentCalls:
 | 
				
			||||||
      m_Calls: []
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  line: {fileID: 0}
 | 
				
			||||||
 | 
					  Higth: {fileID: 0}
 | 
				
			||||||
 | 
					  selfHighlighter: {fileID: 0}
 | 
				
			||||||
 | 
					  tipPrefab: {fileID: 3004857750428858783, guid: 5cb5fabd80716b64b88f3517ee4bbbc3, type: 3}
 | 
				
			||||||
--- !u!1 &6229784074040811293
 | 
					--- !u!1 &6229784074040811293
 | 
				
			||||||
GameObject:
 | 
					GameObject:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -174,6 +174,10 @@ MonoBehaviour:
 | 
				
			||||||
  onExit:
 | 
					  onExit:
 | 
				
			||||||
    m_PersistentCalls:
 | 
					    m_PersistentCalls:
 | 
				
			||||||
      m_Calls: []
 | 
					      m_Calls: []
 | 
				
			||||||
 | 
					  line: {fileID: 0}
 | 
				
			||||||
 | 
					  Higth: {fileID: 0}
 | 
				
			||||||
 | 
					  selfHighlighter: {fileID: 0}
 | 
				
			||||||
 | 
					  tipPrefab: {fileID: 3004857750428858783, guid: 5cb5fabd80716b64b88f3517ee4bbbc3, type: 3}
 | 
				
			||||||
--- !u!65 &5785040768666133890
 | 
					--- !u!65 &5785040768666133890
 | 
				
			||||||
BoxCollider:
 | 
					BoxCollider:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -340,6 +340,8 @@ MonoBehaviour:
 | 
				
			||||||
      m_Calls: []
 | 
					      m_Calls: []
 | 
				
			||||||
  line: {fileID: 0}
 | 
					  line: {fileID: 0}
 | 
				
			||||||
  Higth: {fileID: 1042915213259079033}
 | 
					  Higth: {fileID: 1042915213259079033}
 | 
				
			||||||
 | 
					  selfHighlighter: {fileID: 0}
 | 
				
			||||||
 | 
					  tipPrefab: {fileID: 3004857750428858783, guid: 5cb5fabd80716b64b88f3517ee4bbbc3, type: 3}
 | 
				
			||||||
--- !u!114 &3220441723494787463
 | 
					--- !u!114 &3220441723494787463
 | 
				
			||||||
MonoBehaviour:
 | 
					MonoBehaviour:
 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					  m_ObjectHideFlags: 0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -38,7 +38,7 @@ RenderSettings:
 | 
				
			||||||
  m_ReflectionIntensity: 1
 | 
					  m_ReflectionIntensity: 1
 | 
				
			||||||
  m_CustomReflection: {fileID: 0}
 | 
					  m_CustomReflection: {fileID: 0}
 | 
				
			||||||
  m_Sun: {fileID: 0}
 | 
					  m_Sun: {fileID: 0}
 | 
				
			||||||
  m_IndirectSpecularColor: {r: 0.67866755, g: 0.7565462, b: 0.7109155, a: 1}
 | 
					  m_IndirectSpecularColor: {r: 0.91471344, g: 1.0185646, b: 0.94445914, a: 1}
 | 
				
			||||||
  m_UseRadianceAmbientProbe: 0
 | 
					  m_UseRadianceAmbientProbe: 0
 | 
				
			||||||
--- !u!157 &3
 | 
					--- !u!157 &3
 | 
				
			||||||
LightmapSettings:
 | 
					LightmapSettings:
 | 
				
			||||||
| 
						 | 
					@ -9947,60 +9947,3 @@ Transform:
 | 
				
			||||||
  m_CorrespondingSourceObject: {fileID: 8218745123122009150, guid: 4b06ca5b0865ade40b27cf11a123ba5c, type: 3}
 | 
					  m_CorrespondingSourceObject: {fileID: 8218745123122009150, guid: 4b06ca5b0865ade40b27cf11a123ba5c, type: 3}
 | 
				
			||||||
  m_PrefabInstance: {fileID: 229129740073070433}
 | 
					  m_PrefabInstance: {fileID: 229129740073070433}
 | 
				
			||||||
  m_PrefabAsset: {fileID: 0}
 | 
					  m_PrefabAsset: {fileID: 0}
 | 
				
			||||||
--- !u!1001 &8378599855681232153
 | 
					 | 
				
			||||||
PrefabInstance:
 | 
					 | 
				
			||||||
  m_ObjectHideFlags: 0
 | 
					 | 
				
			||||||
  serializedVersion: 2
 | 
					 | 
				
			||||||
  m_Modification:
 | 
					 | 
				
			||||||
    m_TransformParent: {fileID: 0}
 | 
					 | 
				
			||||||
    m_Modifications:
 | 
					 | 
				
			||||||
    - target: {fileID: 8378599855878706184, guid: bc3f084bdc45bfa469d59287eb5daaf6, type: 3}
 | 
					 | 
				
			||||||
      propertyPath: m_RootOrder
 | 
					 | 
				
			||||||
      value: 10
 | 
					 | 
				
			||||||
      objectReference: {fileID: 0}
 | 
					 | 
				
			||||||
    - target: {fileID: 8378599855878706184, guid: bc3f084bdc45bfa469d59287eb5daaf6, type: 3}
 | 
					 | 
				
			||||||
      propertyPath: m_LocalPosition.x
 | 
					 | 
				
			||||||
      value: -0.497
 | 
					 | 
				
			||||||
      objectReference: {fileID: 0}
 | 
					 | 
				
			||||||
    - target: {fileID: 8378599855878706184, guid: bc3f084bdc45bfa469d59287eb5daaf6, type: 3}
 | 
					 | 
				
			||||||
      propertyPath: m_LocalPosition.y
 | 
					 | 
				
			||||||
      value: 0.21
 | 
					 | 
				
			||||||
      objectReference: {fileID: 0}
 | 
					 | 
				
			||||||
    - target: {fileID: 8378599855878706184, guid: bc3f084bdc45bfa469d59287eb5daaf6, type: 3}
 | 
					 | 
				
			||||||
      propertyPath: m_LocalPosition.z
 | 
					 | 
				
			||||||
      value: -0.067
 | 
					 | 
				
			||||||
      objectReference: {fileID: 0}
 | 
					 | 
				
			||||||
    - target: {fileID: 8378599855878706184, guid: bc3f084bdc45bfa469d59287eb5daaf6, type: 3}
 | 
					 | 
				
			||||||
      propertyPath: m_LocalRotation.w
 | 
					 | 
				
			||||||
      value: 1
 | 
					 | 
				
			||||||
      objectReference: {fileID: 0}
 | 
					 | 
				
			||||||
    - target: {fileID: 8378599855878706184, guid: bc3f084bdc45bfa469d59287eb5daaf6, type: 3}
 | 
					 | 
				
			||||||
      propertyPath: m_LocalRotation.x
 | 
					 | 
				
			||||||
      value: 0
 | 
					 | 
				
			||||||
      objectReference: {fileID: 0}
 | 
					 | 
				
			||||||
    - target: {fileID: 8378599855878706184, guid: bc3f084bdc45bfa469d59287eb5daaf6, type: 3}
 | 
					 | 
				
			||||||
      propertyPath: m_LocalRotation.y
 | 
					 | 
				
			||||||
      value: 0
 | 
					 | 
				
			||||||
      objectReference: {fileID: 0}
 | 
					 | 
				
			||||||
    - target: {fileID: 8378599855878706184, guid: bc3f084bdc45bfa469d59287eb5daaf6, type: 3}
 | 
					 | 
				
			||||||
      propertyPath: m_LocalRotation.z
 | 
					 | 
				
			||||||
      value: 0
 | 
					 | 
				
			||||||
      objectReference: {fileID: 0}
 | 
					 | 
				
			||||||
    - target: {fileID: 8378599855878706184, guid: bc3f084bdc45bfa469d59287eb5daaf6, type: 3}
 | 
					 | 
				
			||||||
      propertyPath: m_LocalEulerAnglesHint.x
 | 
					 | 
				
			||||||
      value: 0
 | 
					 | 
				
			||||||
      objectReference: {fileID: 0}
 | 
					 | 
				
			||||||
    - target: {fileID: 8378599855878706184, guid: bc3f084bdc45bfa469d59287eb5daaf6, type: 3}
 | 
					 | 
				
			||||||
      propertyPath: m_LocalEulerAnglesHint.y
 | 
					 | 
				
			||||||
      value: 0
 | 
					 | 
				
			||||||
      objectReference: {fileID: 0}
 | 
					 | 
				
			||||||
    - target: {fileID: 8378599855878706184, guid: bc3f084bdc45bfa469d59287eb5daaf6, type: 3}
 | 
					 | 
				
			||||||
      propertyPath: m_LocalEulerAnglesHint.z
 | 
					 | 
				
			||||||
      value: 0
 | 
					 | 
				
			||||||
      objectReference: {fileID: 0}
 | 
					 | 
				
			||||||
    - target: {fileID: 8378599855878706185, guid: bc3f084bdc45bfa469d59287eb5daaf6, type: 3}
 | 
					 | 
				
			||||||
      propertyPath: m_Name
 | 
					 | 
				
			||||||
      value: "\u5DE5\u4F5C\u8BC1"
 | 
					 | 
				
			||||||
      objectReference: {fileID: 0}
 | 
					 | 
				
			||||||
    m_RemovedComponents: []
 | 
					 | 
				
			||||||
  m_SourcePrefab: {fileID: 100100000, guid: bc3f084bdc45bfa469d59287eb5daaf6, type: 3}
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,12 +0,0 @@
 | 
				
			||||||
using System.Collections;
 | 
					 | 
				
			||||||
using System.Collections.Generic;
 | 
					 | 
				
			||||||
using UnityEngine;
 | 
					 | 
				
			||||||
using UnityEngine.SceneManagement;
 | 
					 | 
				
			||||||
public class SceneLoad : MonoSingleton<SceneLoad>
 | 
					 | 
				
			||||||
{
 | 
					 | 
				
			||||||
    public void SceneChange(string Scenename)
 | 
					 | 
				
			||||||
    {
 | 
					 | 
				
			||||||
        Debug.Log("Scenename---"+ Scenename);
 | 
					 | 
				
			||||||
        SceneManager.LoadScene(Scenename);
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
		Loading…
	
		Reference in New Issue