Skip to content
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

CMCL-0000: Add ThirdPersonWithAimMode sample #894

Merged
merged 2 commits into from
Aug 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions com.unity.cinemachine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added API in Deoccluder and ThirdPersonFollow to access which collision objects are impacting the camera position.
- Added ICinemachineTargetGroup.IsValid property to detect deleted groups.
- Removed CinemachineToolSettings overlay.
- New sample: ThirdPersonWithAimMode showing how to implement a FreeLook camera with Aim mode.


## [3.0.0-pre.7] - 2023-05-04
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@
"interactions": "",
"initialStateCheck": false
},
{
"name": "Fire2",
"type": "Button",
"id": "caf0a6a7-6ff5-4678-9347-6988204f62b2",
"expectedControlType": "Button",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "Sprint",
"type": "Button",
Expand Down Expand Up @@ -342,6 +351,28 @@
"action": "Cancel",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "0de2d160-7c26-4efe-b690-36901853abe8",
"path": "<Gamepad>/leftTrigger",
"interactions": "",
"processors": "",
"groups": "Gamepad",
"action": "Fire2",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "d07d9857-1855-4490-b583-e8bd45a34c9e",
"path": "<Mouse>/rightButton",
"interactions": "",
"processors": "",
"groups": "Keyboard&Mouse",
"action": "Fire2",
"isComposite": false,
"isPartOfComposite": false
}
]
}
Expand Down
Loading
Loading