Files
FueraDeEscala/Assets/Game Kit Controller/Prefabs/Scene Interaction/One Way Platform/One Way Platform Trigger.prefab
Robii Aragon 779f2c8b20 add ckg
plantilla base para movimiento básico
2026-02-05 05:07:55 -08:00

72 lines
2.0 KiB
Plaintext

%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &1740990813019488
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4479299008564058}
- component: {fileID: 65141708112628646}
- component: {fileID: 114805637387346416}
m_Layer: 2
m_Name: One Way Platform Trigger
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4479299008564058
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1740990813019488}
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_Children: []
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!65 &65141708112628646
BoxCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1740990813019488}
m_Material: {fileID: 0}
m_IsTrigger: 1
m_Enabled: 1
serializedVersion: 2
m_Size: {x: 9.444449, y: 1.45468, z: 6.442408}
m_Center: {x: 0, y: 0, z: 0}
--- !u!114 &114805637387346416
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1740990813019488}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: dbcd8b02c85223948967866e2f49f07e, type: 3}
m_Name:
m_EditorClassIdentifier:
tagToCheck:
- Player
ignoreCollisionOnTop: 1
ignoreCollisionOnBottom: 1
playerNeedsToCrouchToIgnore: 1
useOnlyCrouchToIgnore: 0
useOnlyMoveInputDownToIgnore: 0
playerFound: 0
showDebugPrint: 0
passengersInfoList: []
platformCollider: {fileID: 0}
platformTransform: {fileID: 4479299008564058}