
1.让马可以跳跃 (1.测试,如果我给马的刚体一个(1,1)的力代表跳跃,是否可行? Good Job!通过测试,可以通过给力的方式使马整体起飞,而且控制点和马蹄都会随之起飞,是理想的状态。 (2.让马并拢每一组腿,当按住某键,使该组腿并拢,也就是消除输入偏差。当松开键,重新设置输入偏差,使双腿分开。 DONE (3.从输入中获取信息,当两腿均并拢,进入跳跃模式,否则离开跳跃模式,在跳跃模式下,如何通过输入计算出应该给出多大、哪个方向的的跳跃力是核心和难点 (4.马脚和马脚的控制点很难控制,数据也经常抖动,我不想通过这两个变量来计算跳跃的力。我打算直接通过输入值判断 (5.尝试:首先,若处于跳跃模式,每帧记录上一帧输入,并计算一个瞬时速度,当瞬时速度的y大于0,也就代表此时腿在上升,在预备,不考虑。若瞬时速度的y小于0,说明腿开始下降,可能会跳起。此时判断此瞬时速度的模长是否大于某个阈值,若是,进入戒备状态,此后的若干帧后,有任何一帧再低于阈值,说明输入结束,输出最后的速度,并给予马刚体。若此时瞬时速度的模长小于阈值 ,说明太慢,不记录。在这个戒备状态中的每一帧,需要记录瞬时速度,并累计影响,最终经过乘以调整值、取反(因为是相对作用)操作,得到需要赋予马的力,然后把力赋给马刚体,完成一次跳跃 (6.Good!初步尝试有效。在马着地后,重置跳跃状态,即可完成循环,开始下一次跳跃。 至此,马基本可以跳跃,但是手感极差,并且键鼠几乎没有操作空间,需要后续进一步优化……
853 lines
28 KiB
Plaintext
853 lines
28 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: Ground
|
|
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.6617732
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 7821055, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.z
|
|
value: 0.7497042
|
|
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.859808
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 566743904, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalPosition.y
|
|
value: 0.3580982
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 685472166, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.w
|
|
value: 0.83943605
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 685472166, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.z
|
|
value: 0.54345846
|
|
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: 905566467, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalPosition.x
|
|
value: -0.5982876
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 905566467, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalPosition.y
|
|
value: 0.01839298
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 951836818, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.w
|
|
value: 0.6012825
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 951836818, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.z
|
|
value: 0.7990366
|
|
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_AngularDrag
|
|
value: 0.2
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 1084903726, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_Constraints
|
|
value: 0
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 1084903726, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_GravityScale
|
|
value: 2
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 1219316749, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.w
|
|
value: 0.7656242
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 1219316749, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.z
|
|
value: 0.64328814
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 1804133629, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalPosition.x
|
|
value: -2.6643095
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 1804133629, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalPosition.y
|
|
value: -0.063942015
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 2110753430, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalPosition.x
|
|
value: 1.7506008
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 2110753430, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalPosition.y
|
|
value: 0.13396281
|
|
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: 447594391148734010, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.w
|
|
value: 0.9727827
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 447594391148734010, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.z
|
|
value: 0.23171942
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 553410378564238167, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.w
|
|
value: 0.7547532
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 553410378564238167, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.z
|
|
value: -0.65600896
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 758927187003403290, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.w
|
|
value: 0.99075943
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 758927187003403290, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.z
|
|
value: 0.13563137
|
|
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.938889
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 3613839984805260814, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.z
|
|
value: -0.34422
|
|
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: 4491597922211250125, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.w
|
|
value: 0.5917677
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 4491597922211250125, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.z
|
|
value: -0.80610853
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 5709595267743773255, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.w
|
|
value: 0.7788419
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 5709595267743773255, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.z
|
|
value: -0.6272203
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 7553923325119000229, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.w
|
|
value: 0.8770435
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 7553923325119000229, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.z
|
|
value: -0.480411
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 8522599996288171628, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.w
|
|
value: 0.9682588
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 8522599996288171628, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: m_LocalRotation.z
|
|
value: -0.24994987
|
|
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: 7.5
|
|
objectReference: {fileID: 0}
|
|
- target: {fileID: 8721403442329396673, guid: c63483674e2db904197c6beaca347645, type: 3}
|
|
propertyPath: jumpForce
|
|
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: jumpChargeThreshold
|
|
value: 0.8
|
|
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:
|
|
--- !u!1 &1802323196
|
|
GameObject:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
serializedVersion: 6
|
|
m_Component:
|
|
- component: {fileID: 1802323198}
|
|
- component: {fileID: 1802323197}
|
|
m_Layer: 0
|
|
m_Name: DebugHelper
|
|
m_TagString: Untagged
|
|
m_Icon: {fileID: 0}
|
|
m_NavMeshLayer: 0
|
|
m_StaticEditorFlags: 0
|
|
m_IsActive: 1
|
|
--- !u!114 &1802323197
|
|
MonoBehaviour:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
m_GameObject: {fileID: 1802323196}
|
|
m_Enabled: 1
|
|
m_EditorHideFlags: 0
|
|
m_Script: {fileID: 11500000, guid: 8122d337274998444bf030d3989f9b9b, type: 3}
|
|
m_Name:
|
|
m_EditorClassIdentifier:
|
|
strength: 0
|
|
--- !u!4 &1802323198
|
|
Transform:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
m_GameObject: {fileID: 1802323196}
|
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
m_LocalPosition: {x: 5.9691615, y: 1.0093685, z: -0.06356081}
|
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
m_ConstrainProportionsScale: 0
|
|
m_Children: []
|
|
m_Father: {fileID: 0}
|
|
m_RootOrder: 4
|
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|