Skip to content

System for changing camera angles #365

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
62 changes: 62 additions & 0 deletions UOP1_Project/Assets/Prefabs/CameraSwapTrigger.prefab
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &8105939767358849821
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 8105939767358850019}
- component: {fileID: 8105939767358849820}
- component: {fileID: 8105939767358850018}
m_Layer: 0
m_Name: CameraSwapTrigger
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &8105939767358850019
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8105939767358849821}
m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068}
m_LocalPosition: {x: -11.7, y: 1.03, z: -8.09}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0}
--- !u!65 &8105939767358849820
BoxCollider:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8105939767358849821}
m_Material: {fileID: 0}
m_IsTrigger: 1
m_Enabled: 1
serializedVersion: 2
m_Size: {x: 4.770672, y: 3.8758821, z: 1}
m_Center: {x: 0, y: 0, z: 0}
--- !u!114 &8105939767358850018
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8105939767358849821}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 3631e2db38d3fc547977e1c0a59a7738, type: 3}
m_Name:
m_EditorClassIdentifier:
cameraToSwap: {fileID: 0}
swapPosition: {fileID: 0}
VcamEventChannel: {fileID: 11400000, guid: 8163123e968b0324998867587ac6058a, type: 2}
7 changes: 7 additions & 0 deletions UOP1_Project/Assets/Prefabs/CameraSwapTrigger.prefab.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading