
1.策划数学模型 2.搬迁工具类如单例模式模板 3.创建玩家类,用于接受和发出指令、记录玩家信息等 4.创建马类,用来接受信息、物理计算、控制马的碰撞等模拟等 5.实装数学模型,实现马脚的控制 6.探索物理实现方式,给控制点加上碰撞体和刚体,似乎可行 --NG,分离的刚体无法作为整体传递力,脚的反作用力传不到身体上 7.把操控分组,左摇杆控制后两条腿、右摇杆控制前两条腿 8.探索物理的实现方式,尝试仅在主物体上挂载仅一个刚体,探索碰撞体组的使用方式/ ((1.给马添加四个碰撞体代表马足 ((2.每帧刷新碰撞体的偏移,使其对准真实马蹄位置,所以需要找准offset和世界空间下位置的对应关系 ((3.如何让马前进?目前发现无法使用真实物理的反作用力,只能根据输入或其他信息算出这个反作用力 (((1.最终应该通过原速度 + 计算出输入速度,不能使用力,因为使用力涉及的参数极多,很难修改 (((2.应该通过马足真实位置计算输入速度,不能使用控制点位置 (((3.每只足应该记住自己上一帧的位置,并每帧更新 ((4.本帧位置减上帧位置 = 运动速度,一个二维向量 ((5.并非一直有效,当本帧马足位置低于圆心 + 调整值时,才有效,否则该足贡献的速度为0.同时,需要有输入才有效,若无输入,同样贡献速度为0 ((6.NG,主要在判断速度是否有效上出了问题,试试每帧给足和地面测距,小于阈值的才给过,然后才加速度 ((7.GoodJob!通过上述方法和其他细微调整,已经使得马可以行走,并且得到不错的效果。但是肯定还有问题,需要后期更进一步调整 目前马能够受到控制,并且可以走动。同样支持键盘游玩,但是体验极差
744 lines
24 KiB
Plaintext
744 lines
24 KiB
Plaintext
%YAML 1.1
|
|
%TAG !u! tag:unity3d.com,2011:
|
|
--- !u!29 &1
|
|
OcclusionCullingSettings:
|
|
m_ObjectHideFlags: 0
|
|
serializedVersion: 2
|
|
m_OcclusionBakeSettings:
|
|
smallestOccluder: 5
|
|
smallestHole: 0.25
|
|
backfaceThreshold: 100
|
|
m_SceneGUID: 00000000000000000000000000000000
|
|
m_OcclusionCullingData: {fileID: 0}
|
|
--- !u!104 &2
|
|
RenderSettings:
|
|
m_ObjectHideFlags: 0
|
|
serializedVersion: 9
|
|
m_Fog: 0
|
|
m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1}
|
|
m_FogMode: 3
|
|
m_FogDensity: 0.01
|
|
m_LinearFogStart: 0
|
|
m_LinearFogEnd: 300
|
|
m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1}
|
|
m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1}
|
|
m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1}
|
|
m_AmbientIntensity: 1
|
|
m_AmbientMode: 3
|
|
m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1}
|
|
m_SkyboxMaterial: {fileID: 0}
|
|
m_HaloStrength: 0.5
|
|
m_FlareStrength: 1
|
|
m_FlareFadeSpeed: 3
|
|
m_HaloTexture: {fileID: 0}
|
|
m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0}
|
|
m_DefaultReflectionMode: 0
|
|
m_DefaultReflectionResolution: 128
|
|
m_ReflectionBounces: 1
|
|
m_ReflectionIntensity: 1
|
|
m_CustomReflection: {fileID: 0}
|
|
m_Sun: {fileID: 0}
|
|
m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1}
|
|
m_UseRadianceAmbientProbe: 0
|
|
--- !u!157 &3
|
|
LightmapSettings:
|
|
m_ObjectHideFlags: 0
|
|
serializedVersion: 12
|
|
m_GIWorkflowMode: 1
|
|
m_GISettings:
|
|
serializedVersion: 2
|
|
m_BounceScale: 1
|
|
m_IndirectOutputScale: 1
|
|
m_AlbedoBoost: 1
|
|
m_EnvironmentLightingMode: 0
|
|
m_EnableBakedLightmaps: 0
|
|
m_EnableRealtimeLightmaps: 0
|
|
m_LightmapEditorSettings:
|
|
serializedVersion: 12
|
|
m_Resolution: 2
|
|
m_BakeResolution: 40
|
|
m_AtlasSize: 1024
|
|
m_AO: 0
|
|
m_AOMaxDistance: 1
|
|
m_CompAOExponent: 1
|
|
m_CompAOExponentDirect: 0
|
|
m_ExtractAmbientOcclusion: 0
|
|
m_Padding: 2
|
|
m_LightmapParameters: {fileID: 0}
|
|
m_LightmapsBakeMode: 1
|
|
m_TextureCompression: 1
|
|
m_FinalGather: 0
|
|
m_FinalGatherFiltering: 1
|
|
m_FinalGatherRayCount: 256
|
|
m_ReflectionCompression: 2
|
|
m_MixedBakeMode: 2
|
|
m_BakeBackend: 1
|
|
m_PVRSampling: 1
|
|
m_PVRDirectSampleCount: 32
|
|
m_PVRSampleCount: 512
|
|
m_PVRBounces: 2
|
|
m_PVREnvironmentSampleCount: 256
|
|
m_PVREnvironmentReferencePointCount: 2048
|
|
m_PVRFilteringMode: 1
|
|
m_PVRDenoiserTypeDirect: 1
|
|
m_PVRDenoiserTypeIndirect: 1
|
|
m_PVRDenoiserTypeAO: 1
|
|
m_PVRFilterTypeDirect: 0
|
|
m_PVRFilterTypeIndirect: 0
|
|
m_PVRFilterTypeAO: 0
|
|
m_PVREnvironmentMIS: 1
|
|
m_PVRCulling: 1
|
|
m_PVRFilteringGaussRadiusDirect: 1
|
|
m_PVRFilteringGaussRadiusIndirect: 5
|
|
m_PVRFilteringGaussRadiusAO: 2
|
|
m_PVRFilteringAtrousPositionSigmaDirect: 0.5
|
|
m_PVRFilteringAtrousPositionSigmaIndirect: 2
|
|
m_PVRFilteringAtrousPositionSigmaAO: 1
|
|
m_ExportTrainingData: 0
|
|
m_TrainingDataDestination: TrainingData
|
|
m_LightProbeSampleCountMultiplier: 4
|
|
m_LightingDataAsset: {fileID: 0}
|
|
m_LightingSettings: {fileID: 0}
|
|
--- !u!196 &4
|
|
NavMeshSettings:
|
|
serializedVersion: 2
|
|
m_ObjectHideFlags: 0
|
|
m_BuildSettings:
|
|
serializedVersion: 2
|
|
agentTypeID: 0
|
|
agentRadius: 0.5
|
|
agentHeight: 2
|
|
agentSlope: 45
|
|
agentClimb: 0.4
|
|
ledgeDropHeight: 0
|
|
maxJumpAcrossDistance: 0
|
|
minRegionArea: 2
|
|
manualCellSize: 0
|
|
cellSize: 0.16666667
|
|
manualTileSize: 0
|
|
tileSize: 256
|
|
accuratePlacement: 0
|
|
maxJobWorkers: 0
|
|
preserveTilesOutsideBounds: 0
|
|
debug:
|
|
m_Flags: 0
|
|
m_NavMeshData: {fileID: 0}
|
|
--- !u!1 &519420028
|
|
GameObject:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
serializedVersion: 6
|
|
m_Component:
|
|
- component: {fileID: 519420032}
|
|
- component: {fileID: 519420031}
|
|
- component: {fileID: 519420029}
|
|
- component: {fileID: 519420030}
|
|
m_Layer: 0
|
|
m_Name: Main Camera
|
|
m_TagString: MainCamera
|
|
m_Icon: {fileID: 0}
|
|
m_NavMeshLayer: 0
|
|
m_StaticEditorFlags: 0
|
|
m_IsActive: 1
|
|
--- !u!81 &519420029
|
|
AudioListener:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
m_GameObject: {fileID: 519420028}
|
|
m_Enabled: 1
|
|
--- !u!114 &519420030
|
|
MonoBehaviour:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
m_GameObject: {fileID: 519420028}
|
|
m_Enabled: 1
|
|
m_EditorHideFlags: 0
|
|
m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3}
|
|
m_Name:
|
|
m_EditorClassIdentifier:
|
|
m_RenderShadows: 1
|
|
m_RequiresDepthTextureOption: 2
|
|
m_RequiresOpaqueTextureOption: 2
|
|
m_CameraType: 0
|
|
m_Cameras: []
|
|
m_RendererIndex: -1
|
|
m_VolumeLayerMask:
|
|
serializedVersion: 2
|
|
m_Bits: 1
|
|
m_VolumeTrigger: {fileID: 0}
|
|
m_VolumeFrameworkUpdateModeOption: 2
|
|
m_RenderPostProcessing: 0
|
|
m_Antialiasing: 0
|
|
m_AntialiasingQuality: 2
|
|
m_StopNaN: 0
|
|
m_Dithering: 0
|
|
m_ClearDepth: 1
|
|
m_AllowXRRendering: 1
|
|
m_RequiresDepthTexture: 0
|
|
m_RequiresColorTexture: 0
|
|
m_Version: 2
|
|
--- !u!20 &519420031
|
|
Camera:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
m_GameObject: {fileID: 519420028}
|
|
m_Enabled: 1
|
|
serializedVersion: 2
|
|
m_ClearFlags: 2
|
|
m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0}
|
|
m_projectionMatrixMode: 1
|
|
m_GateFitMode: 2
|
|
m_FOVAxisMode: 0
|
|
m_SensorSize: {x: 36, y: 24}
|
|
m_LensShift: {x: 0, y: 0}
|
|
m_FocalLength: 50
|
|
m_NormalizedViewPortRect:
|
|
serializedVersion: 2
|
|
x: 0
|
|
y: 0
|
|
width: 1
|
|
height: 1
|
|
near clip plane: 0.3
|
|
far clip plane: 1000
|
|
field of view: 34
|
|
orthographic: 1
|
|
orthographic size: 5
|
|
m_Depth: -1
|
|
m_CullingMask:
|
|
serializedVersion: 2
|
|
m_Bits: 4294967295
|
|
m_RenderingPath: -1
|
|
m_TargetTexture: {fileID: 0}
|
|
m_TargetDisplay: 0
|
|
m_TargetEye: 0
|
|
m_HDR: 1
|
|
m_AllowMSAA: 0
|
|
m_AllowDynamicResolution: 0
|
|
m_ForceIntoRT: 0
|
|
m_OcclusionCulling: 0
|
|
m_StereoConvergence: 10
|
|
m_StereoSeparation: 0.022
|
|
--- !u!4 &519420032
|
|
Transform:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
m_GameObject: {fileID: 519420028}
|
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
m_LocalPosition: {x: 0, y: 0, z: -10}
|
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
m_ConstrainProportionsScale: 0
|
|
m_Children: []
|
|
m_Father: {fileID: 0}
|
|
m_RootOrder: 0
|
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
--- !u!1 &619394800
|
|
GameObject:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
serializedVersion: 6
|
|
m_Component:
|
|
- component: {fileID: 619394802}
|
|
- component: {fileID: 619394801}
|
|
m_Layer: 0
|
|
m_Name: Global Light 2D
|
|
m_TagString: Untagged
|
|
m_Icon: {fileID: 0}
|
|
m_NavMeshLayer: 0
|
|
m_StaticEditorFlags: 0
|
|
m_IsActive: 1
|
|
--- !u!114 &619394801
|
|
MonoBehaviour:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
m_GameObject: {fileID: 619394800}
|
|
m_Enabled: 1
|
|
m_EditorHideFlags: 0
|
|
m_Script: {fileID: 11500000, guid: 073797afb82c5a1438f328866b10b3f0, type: 3}
|
|
m_Name:
|
|
m_EditorClassIdentifier:
|
|
m_ComponentVersion: 1
|
|
m_LightType: 4
|
|
m_BlendStyleIndex: 0
|
|
m_FalloffIntensity: 0.5
|
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
m_Intensity: 1
|
|
m_LightVolumeIntensity: 1
|
|
m_LightVolumeIntensityEnabled: 0
|
|
m_ApplyToSortingLayers: 00000000
|
|
m_LightCookieSprite: {fileID: 0}
|
|
m_DeprecatedPointLightCookieSprite: {fileID: 0}
|
|
m_LightOrder: 0
|
|
m_OverlapOperation: 0
|
|
m_NormalMapDistance: 3
|
|
m_NormalMapQuality: 2
|
|
m_UseNormalMap: 0
|
|
m_ShadowIntensityEnabled: 0
|
|
m_ShadowIntensity: 0.75
|
|
m_ShadowVolumeIntensityEnabled: 0
|
|
m_ShadowVolumeIntensity: 0.75
|
|
m_Vertices:
|
|
- position: {x: 0.9985302, y: 0.9985302, z: 0}
|
|
color: {r: 0.70710677, g: 0.70710677, b: 0, a: 0}
|
|
uv: {x: 0, y: 0}
|
|
- position: {x: 0.9985302, y: 0.9985302, z: 0}
|
|
color: {r: 0, g: 0, b: 0, a: 1}
|
|
uv: {x: 0, y: 0}
|
|
- position: {x: -0.9985302, y: 0.9985302, z: 0}
|
|
color: {r: -0.70710677, g: 0.70710677, b: 0, a: 0}
|
|
uv: {x: 0, y: 0}
|
|
- position: {x: -0.9985302, y: 0.9985302, z: 0}
|
|
color: {r: 0, g: 0, b: 0, a: 1}
|
|
uv: {x: 0, y: 0}
|
|
- position: {x: -0.99853003, y: -0.9985304, z: 0}
|
|
color: {r: -0.70710665, g: -0.7071069, b: 0, a: 0}
|
|
uv: {x: 0, y: 0}
|
|
- position: {x: -0.99853003, y: -0.9985304, z: 0}
|
|
color: {r: 0, g: 0, b: 0, a: 1}
|
|
uv: {x: 0, y: 0}
|
|
- position: {x: 0.99853003, y: -0.9985304, z: 0}
|
|
color: {r: 0.70710665, g: -0.7071069, b: 0, a: 0}
|
|
uv: {x: 0, y: 0}
|
|
- position: {x: 0.99853003, y: -0.9985304, z: 0}
|
|
color: {r: 0, g: 0, b: 0, a: 1}
|
|
uv: {x: 0, y: 0}
|
|
- position: {x: 0, y: 0, z: 0}
|
|
color: {r: 0, g: 0, b: 0, a: 1}
|
|
uv: {x: 0, y: 0}
|
|
m_Triangles: 030001000800020000000100030002000100050003000800040002000300050004000300070005000800060004000500070006000500010007000800000006000700010000000700
|
|
m_LocalBounds:
|
|
m_Center: {x: 0, y: -0.00000011920929, z: 0}
|
|
m_Extent: {x: 0.9985302, y: 0.99853027, z: 0}
|
|
m_PointLightInnerAngle: 360
|
|
m_PointLightOuterAngle: 360
|
|
m_PointLightInnerRadius: 0
|
|
m_PointLightOuterRadius: 1
|
|
m_ShapeLightParametricSides: 5
|
|
m_ShapeLightParametricAngleOffset: 0
|
|
m_ShapeLightParametricRadius: 1
|
|
m_ShapeLightFalloffSize: 0.5
|
|
m_ShapeLightFalloffOffset: {x: 0, y: 0}
|
|
m_ShapePath:
|
|
- {x: -0.5, y: -0.5, z: 0}
|
|
- {x: 0.5, y: -0.5, z: 0}
|
|
- {x: 0.5, y: 0.5, z: 0}
|
|
- {x: -0.5, y: 0.5, z: 0}
|
|
--- !u!4 &619394802
|
|
Transform:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
m_GameObject: {fileID: 619394800}
|
|
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: 0}
|
|
m_RootOrder: 1
|
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
--- !u!1 &875897228
|
|
GameObject:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
serializedVersion: 6
|
|
m_Component:
|
|
- component: {fileID: 875897230}
|
|
- component: {fileID: 875897229}
|
|
- component: {fileID: 875897231}
|
|
m_Layer: 0
|
|
m_Name: "\u5730\u9762"
|
|
m_TagString: Untagged
|
|
m_Icon: {fileID: 0}
|
|
m_NavMeshLayer: 0
|
|
m_StaticEditorFlags: 0
|
|
m_IsActive: 1
|
|
--- !u!212 &875897229
|
|
SpriteRenderer:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
m_GameObject: {fileID: 875897228}
|
|
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: 2100000, guid: a97c105638bdf8b4a8650670310a4cd3, type: 2}
|
|
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: 10911, guid: 0000000000000000f000000000000000, type: 0}
|
|
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
m_FlipX: 0
|
|
m_FlipY: 0
|
|
m_DrawMode: 0
|
|
m_Size: {x: 0.16, y: 0.16}
|
|
m_AdaptiveModeThreshold: 0.5
|
|
m_SpriteTileMode: 0
|
|
m_WasSpriteAssigned: 1
|
|
m_MaskInteraction: 0
|
|
m_SpriteSortPoint: 0
|
|
--- !u!4 &875897230
|
|
Transform:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
m_GameObject: {fileID: 875897228}
|
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
m_LocalPosition: {x: -1.6316276, y: -8.9, z: 0.0047016297}
|
|
m_LocalScale: {x: 1262.29, y: 54.69, z: 1}
|
|
m_ConstrainProportionsScale: 0
|
|
m_Children: []
|
|
m_Father: {fileID: 0}
|
|
m_RootOrder: 3
|
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
--- !u!61 &875897231
|
|
BoxCollider2D:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
m_GameObject: {fileID: 875897228}
|
|
m_Enabled: 1
|
|
m_Density: 1
|
|
m_Material: {fileID: 6200000, guid: 9e9f5f349c879c743ab379aec70d005a, type: 2}
|
|
m_IsTrigger: 0
|
|
m_UsedByEffector: 0
|
|
m_UsedByComposite: 0
|
|
m_Offset: {x: 0, y: 0}
|
|
m_SpriteTilingProperty:
|
|
border: {x: 0.049999997, y: 0.049999997, z: 0.049999997, w: 0.049999997}
|
|
pivot: {x: 0.5, y: 0.5}
|
|
oldSize: {x: 0.16, y: 0.16}
|
|
newSize: {x: 0.16, y: 0.16}
|
|
adaptiveTilingThreshold: 0.5
|
|
drawMode: 0
|
|
adaptiveTiling: 0
|
|
m_AutoTiling: 0
|
|
serializedVersion: 2
|
|
m_Size: {x: 0.16, y: 0.16}
|
|
m_EdgeRadius: 0
|
|
--- !u!1001 &1084903714
|
|
PrefabInstance:
|
|
m_ObjectHideFlags: 0
|
|
serializedVersion: 2
|
|
m_Modification:
|
|
m_TransformParent: {fileID: 1555915082}
|
|
m_Modifications:
|
|
- target: {fileID: 7821055, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.w
|
|
value: 0.6605224
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 7821055, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.z
|
|
value: 0.75080633
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 106631853, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_Size.x
|
|
value: 0.1
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 106631853, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_Size.y
|
|
value: 0.1
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 213903470, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_Size.x
|
|
value: 0.1
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 213903470, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_Size.y
|
|
value: 0.1
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 448642193, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_Size.x
|
|
value: 0.1
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 448642193, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_Size.y
|
|
value: 0.1
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 566743904, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalPosition.x
|
|
value: 2.4512196
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 566743904, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalPosition.y
|
|
value: 0.15380377
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 685472166, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.w
|
|
value: 0.98932326
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 685472166, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.z
|
|
value: 0.14573832
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 719707977, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_Size.x
|
|
value: 0.1
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 719707977, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_Size.y
|
|
value: 0.1
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 951836818, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.w
|
|
value: 0.70312786
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 951836818, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.z
|
|
value: 0.7110635
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 1084903726, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_Mass
|
|
value: 1
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 1084903726, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_Constraints
|
|
value: 0
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 50099845796739461, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_RootOrder
|
|
value: 0
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 50099845796739461, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalPosition.x
|
|
value: 16.6
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 50099845796739461, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalPosition.y
|
|
value: 0.54
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 50099845796739461, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalPosition.z
|
|
value: 0
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 50099845796739461, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.w
|
|
value: 1
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 50099845796739461, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.x
|
|
value: 0
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 50099845796739461, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.y
|
|
value: 0
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 50099845796739461, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.z
|
|
value: 0
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 50099845796739461, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalEulerAnglesHint.x
|
|
value: 0
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 50099845796739461, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalEulerAnglesHint.y
|
|
value: 0
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 50099845796739461, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalEulerAnglesHint.z
|
|
value: 0
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 553410378564238167, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.w
|
|
value: 0.7951422
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 553410378564238167, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.z
|
|
value: -0.6064231
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 758927187003403290, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.w
|
|
value: 0.87740093
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 758927187003403290, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.z
|
|
value: 0.47975802
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 3283039325717014954, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.w
|
|
value: 0.12258211
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 3283039325717014954, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.z
|
|
value: -0.99245846
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 3283039325717014954, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalEulerAnglesHint.z
|
|
value: 554.08203
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 3613839984805260814, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.w
|
|
value: 0.9690672
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 3613839984805260814, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.z
|
|
value: -0.24679716
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 4308434985386491136, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_AutoRebind
|
|
value: 0
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 4308434985386491136, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_Bounds.m_Center.x
|
|
value: -0.61232305
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 4308434985386491136, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_Bounds.m_Center.y
|
|
value: -1.36059
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 5709595267743773255, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.w
|
|
value: 0.6955986
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 5709595267743773255, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.z
|
|
value: -0.7184307
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 7553923325119000229, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.w
|
|
value: 0.8226019
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 7553923325119000229, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.z
|
|
value: -0.56861776
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 8522599996288171628, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.w
|
|
value: 0.9999842
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 8522599996288171628, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.z
|
|
value: 0.0056177806
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 8721403442329396673, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: strength
|
|
value: 5
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 8721403442329396673, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: footForce
|
|
value: 5
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 8721403442329396673, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: effectiveDistance
|
|
value: 0.25
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 8721403442329396673, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: footOffestOfInput.Array.data[2].x
|
|
value: 0
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 8721403442329396673, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: footOffestOfInput.Array.data[2].y
|
|
value: 0
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 8721403442329396673, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: footOffestOfInput.Array.data[3].x
|
|
value: -2
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 8721403442329396673, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: footOffestOfInput.Array.data[3].y
|
|
value: -2
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 8765724049729688277, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_Name
|
|
value: "\u9A6C"
|
|
objectReference: {fileID: 0}
|
|
m_RemovedComponents: []
|
|
m_SourcePrefab: {fileID: 100100000, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
--- !u!4 &1084903715 stripped
|
|
Transform:
|
|
m_CorrespondingSourceObject: {fileID: 50099845796739461, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
m_PrefabInstance: {fileID: 1084903714}
|
|
m_PrefabAsset: {fileID: 0}
|
|
--- !u!1 &1555915081
|
|
GameObject:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
serializedVersion: 6
|
|
m_Component:
|
|
- component: {fileID: 1555915082}
|
|
- component: {fileID: 1555915083}
|
|
m_Layer: 0
|
|
m_Name: "\u73A9\u5BB6"
|
|
m_TagString: Untagged
|
|
m_Icon: {fileID: 0}
|
|
m_NavMeshLayer: 0
|
|
m_StaticEditorFlags: 0
|
|
m_IsActive: 1
|
|
--- !u!4 &1555915082
|
|
Transform:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
m_GameObject: {fileID: 1555915081}
|
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
m_LocalPosition: {x: -11.3, y: -3.79, z: 0}
|
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
m_ConstrainProportionsScale: 0
|
|
m_Children:
|
|
- {fileID: 1084903715}
|
|
m_Father: {fileID: 0}
|
|
m_RootOrder: 2
|
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
--- !u!114 &1555915083
|
|
MonoBehaviour:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
m_GameObject: {fileID: 1555915081}
|
|
m_Enabled: 1
|
|
m_EditorHideFlags: 0
|
|
m_Script: {fileID: 11500000, guid: 433c80cc795427f43a06e42eab98aa3f, type: 3}
|
|
m_Name:
|
|
m_EditorClassIdentifier:
|