testing player character asset
This commit is contained in:
@@ -935,6 +935,138 @@ MeshFilter:
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 310987641}
|
||||
m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
|
||||
--- !u!1 &325611231
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 325611236}
|
||||
- component: {fileID: 325611235}
|
||||
- component: {fileID: 325611234}
|
||||
- component: {fileID: 325611233}
|
||||
- component: {fileID: 325611232}
|
||||
m_Layer: 0
|
||||
m_Name: Root
|
||||
m_TagString: Untagged
|
||||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
--- !u!114 &325611232
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 325611231}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: aae104d826c777940970b41deaa82b38, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier: Boxfriend::Boxfriend.Player.PlayerMotor
|
||||
_characterMotor: {fileID: 325611233}
|
||||
_input: {fileID: 325611235}
|
||||
_animator: {fileID: 536954049}
|
||||
_moveSpeed: 3
|
||||
_defaultGravity: -9.81
|
||||
_jumpForce: 5
|
||||
--- !u!114 &325611233
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 325611231}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 4d1bc5515e3ab954e80599c538834774, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier: KCC::KinematicCharacterController.KinematicCharacterMotor
|
||||
Capsule: {fileID: 325611234}
|
||||
CapsuleRadius: 0.5
|
||||
CapsuleHeight: 2
|
||||
CapsuleYOffset: 1
|
||||
CapsulePhysicsMaterial: {fileID: 0}
|
||||
GroundDetectionExtraDistance: 0
|
||||
MaxStableSlopeAngle: 60
|
||||
StableGroundLayers:
|
||||
serializedVersion: 2
|
||||
m_Bits: 4294967295
|
||||
DiscreteCollisionEvents: 0
|
||||
StepHandling: 1
|
||||
MaxStepHeight: 0.5
|
||||
AllowSteppingWithoutStableGrounding: 0
|
||||
MinRequiredStepDepth: 0.1
|
||||
LedgeAndDenivelationHandling: 1
|
||||
MaxStableDistanceFromLedge: 0.5
|
||||
MaxVelocityForLedgeSnap: 0
|
||||
MaxStableDenivelationAngle: 180
|
||||
InteractiveRigidbodyHandling: 1
|
||||
RigidbodyInteractionType: 0
|
||||
SimulatedCharacterMass: 1
|
||||
PreserveAttachedRigidbodyMomentum: 1
|
||||
HasPlanarConstraint: 0
|
||||
PlanarConstraintAxis: {x: 0, y: 0, z: 1}
|
||||
MaxMovementIterations: 5
|
||||
MaxDecollisionIterations: 1
|
||||
CheckMovementInitialOverlaps: 1
|
||||
KillVelocityWhenExceedMaxMovementIterations: 1
|
||||
KillRemainingMovementWhenExceedMaxMovementIterations: 1
|
||||
--- !u!136 &325611234
|
||||
CapsuleCollider:
|
||||
m_ObjectHideFlags: 8
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 325611231}
|
||||
m_Material: {fileID: 0}
|
||||
m_IncludeLayers:
|
||||
serializedVersion: 2
|
||||
m_Bits: 0
|
||||
m_ExcludeLayers:
|
||||
serializedVersion: 2
|
||||
m_Bits: 0
|
||||
m_LayerOverridePriority: 0
|
||||
m_IsTrigger: 0
|
||||
m_ProvidesContacts: 0
|
||||
m_Enabled: 1
|
||||
serializedVersion: 2
|
||||
m_Radius: 0.5
|
||||
m_Height: 2
|
||||
m_Direction: 1
|
||||
m_Center: {x: 0, y: 1, z: 0}
|
||||
--- !u!114 &325611235
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 325611231}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: aa5ffe305bd55df4da17e57cf5f34574, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier: Boxfriend::Boxfriend.Input.InputDispatcher
|
||||
--- !u!4 &325611236
|
||||
Transform:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 325611231}
|
||||
serializedVersion: 2
|
||||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||
m_LocalPosition: {x: 1.5878506, y: 0, z: 2.976459}
|
||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||
m_ConstrainProportionsScale: 0
|
||||
m_Children:
|
||||
- {fileID: 536954047}
|
||||
- {fileID: 2085903105}
|
||||
m_Father: {fileID: 0}
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!1 &330585543
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
@@ -1023,7 +1155,7 @@ Transform:
|
||||
m_GameObject: {fileID: 330585543}
|
||||
serializedVersion: 2
|
||||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||
m_LocalPosition: {x: -0.38411, y: 1.578, z: 0.66275}
|
||||
m_LocalPosition: {x: 1.5878506, y: 1.29, z: 3.504459}
|
||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||
m_ConstrainProportionsScale: 0
|
||||
m_Children: []
|
||||
@@ -1724,6 +1856,8 @@ MonoBehaviour:
|
||||
Input:
|
||||
InputAction: {fileID: -5630151704836100654, guid: 1d6e640e716dc4ff6989b73d02023f2b, type: 3}
|
||||
Gain: 1
|
||||
LegacyInput:
|
||||
LegacyGain: 1
|
||||
CancelDeltaTime: 0
|
||||
InputValue: 0
|
||||
Driver:
|
||||
@@ -1735,6 +1869,8 @@ MonoBehaviour:
|
||||
Input:
|
||||
InputAction: {fileID: -5630151704836100654, guid: 052faaac586de48259a63d0c4782560b, type: 3}
|
||||
Gain: -1
|
||||
LegacyInput:
|
||||
LegacyGain: 1
|
||||
CancelDeltaTime: 1
|
||||
InputValue: 0
|
||||
Driver:
|
||||
@@ -1809,7 +1945,7 @@ MonoBehaviour:
|
||||
m_StreamingVersion: 20241001
|
||||
m_LegacyPriority: 0
|
||||
Target:
|
||||
TrackingTarget: {fileID: 36511744}
|
||||
TrackingTarget: {fileID: 2085903105}
|
||||
LookAtTarget: {fileID: 0}
|
||||
CustomLookAtTarget: 0
|
||||
Lens:
|
||||
@@ -1841,7 +1977,7 @@ Transform:
|
||||
m_GameObject: {fileID: 493165562}
|
||||
serializedVersion: 2
|
||||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||
m_LocalPosition: {x: -0.38411, y: 1.578, z: 0.66275}
|
||||
m_LocalPosition: {x: 1.5878506, y: 1.29, z: 3.504459}
|
||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||
m_ConstrainProportionsScale: 0
|
||||
m_Children: []
|
||||
@@ -2185,6 +2321,16 @@ MeshFilter:
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 517128442}
|
||||
m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
|
||||
--- !u!4 &536954047 stripped
|
||||
Transform:
|
||||
m_CorrespondingSourceObject: {fileID: 5109165338951273757, guid: 72e0d8a479cff1242a5c98e6a0b38ffa, type: 3}
|
||||
m_PrefabInstance: {fileID: 1256797415}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
--- !u!95 &536954049 stripped
|
||||
Animator:
|
||||
m_CorrespondingSourceObject: {fileID: 4714670345226857211, guid: 72e0d8a479cff1242a5c98e6a0b38ffa, type: 3}
|
||||
m_PrefabInstance: {fileID: 1256797415}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
--- !u!1 &611346903
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
@@ -5343,6 +5489,72 @@ MeshFilter:
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1232963369}
|
||||
m_Mesh: {fileID: 10209, guid: 0000000000000000e000000000000000, type: 0}
|
||||
--- !u!1001 &1256797415
|
||||
PrefabInstance:
|
||||
m_ObjectHideFlags: 0
|
||||
serializedVersion: 2
|
||||
m_Modification:
|
||||
serializedVersion: 3
|
||||
m_TransformParent: {fileID: 325611236}
|
||||
m_Modifications:
|
||||
- target: {fileID: 4714670345226857211, guid: 72e0d8a479cff1242a5c98e6a0b38ffa, type: 3}
|
||||
propertyPath: m_ApplyRootMotion
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 4714670345226857213, guid: 72e0d8a479cff1242a5c98e6a0b38ffa, type: 3}
|
||||
propertyPath: m_Enabled
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5109165338951273757, guid: 72e0d8a479cff1242a5c98e6a0b38ffa, type: 3}
|
||||
propertyPath: m_LocalPosition.x
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5109165338951273757, guid: 72e0d8a479cff1242a5c98e6a0b38ffa, type: 3}
|
||||
propertyPath: m_LocalPosition.y
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5109165338951273757, guid: 72e0d8a479cff1242a5c98e6a0b38ffa, type: 3}
|
||||
propertyPath: m_LocalPosition.z
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5109165338951273757, guid: 72e0d8a479cff1242a5c98e6a0b38ffa, type: 3}
|
||||
propertyPath: m_LocalRotation.w
|
||||
value: 1
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5109165338951273757, guid: 72e0d8a479cff1242a5c98e6a0b38ffa, type: 3}
|
||||
propertyPath: m_LocalRotation.x
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5109165338951273757, guid: 72e0d8a479cff1242a5c98e6a0b38ffa, type: 3}
|
||||
propertyPath: m_LocalRotation.y
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5109165338951273757, guid: 72e0d8a479cff1242a5c98e6a0b38ffa, type: 3}
|
||||
propertyPath: m_LocalRotation.z
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5109165338951273757, guid: 72e0d8a479cff1242a5c98e6a0b38ffa, type: 3}
|
||||
propertyPath: m_LocalEulerAnglesHint.x
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5109165338951273757, guid: 72e0d8a479cff1242a5c98e6a0b38ffa, type: 3}
|
||||
propertyPath: m_LocalEulerAnglesHint.y
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5109165338951273757, guid: 72e0d8a479cff1242a5c98e6a0b38ffa, type: 3}
|
||||
propertyPath: m_LocalEulerAnglesHint.z
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 5597048973171726247, guid: 72e0d8a479cff1242a5c98e6a0b38ffa, type: 3}
|
||||
propertyPath: m_Name
|
||||
value: Rob02_White
|
||||
objectReference: {fileID: 0}
|
||||
m_RemovedComponents:
|
||||
- {fileID: 4714670345226857208, guid: 72e0d8a479cff1242a5c98e6a0b38ffa, type: 3}
|
||||
m_RemovedGameObjects: []
|
||||
m_AddedGameObjects: []
|
||||
m_AddedComponents: []
|
||||
m_SourcePrefab: {fileID: 100100000, guid: 72e0d8a479cff1242a5c98e6a0b38ffa, type: 3}
|
||||
--- !u!1 &1292535520
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
@@ -5926,7 +6138,7 @@ GameObject:
|
||||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
m_IsActive: 0
|
||||
--- !u!114 &1486092381
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
@@ -5941,6 +6153,7 @@ MonoBehaviour:
|
||||
m_EditorClassIdentifier: Boxfriend::Boxfriend.Player.PlayerMotor
|
||||
_characterMotor: {fileID: 1486092382}
|
||||
_input: {fileID: 1486092383}
|
||||
_animator: {fileID: 0}
|
||||
_moveSpeed: 3
|
||||
_defaultGravity: -9.81
|
||||
_jumpForce: 5
|
||||
@@ -7488,6 +7701,37 @@ MeshFilter:
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 2081457053}
|
||||
m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
|
||||
--- !u!1 &2085903104
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 2085903105}
|
||||
m_Layer: 0
|
||||
m_Name: CameraTarget
|
||||
m_TagString: Untagged
|
||||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
--- !u!4 &2085903105
|
||||
Transform:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 2085903104}
|
||||
serializedVersion: 2
|
||||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||
m_LocalPosition: {x: 0, y: 1.29, z: 0.528}
|
||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||
m_ConstrainProportionsScale: 0
|
||||
m_Children: []
|
||||
m_Father: {fileID: 325611236}
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
--- !u!1 &2100435691
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
@@ -7675,3 +7919,4 @@ SceneRoots:
|
||||
- {fileID: 2145653881}
|
||||
- {fileID: 969712158}
|
||||
- {fileID: 493165567}
|
||||
- {fileID: 325611236}
|
||||
|
||||
Reference in New Issue
Block a user