-
Notifications
You must be signed in to change notification settings - Fork 120
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 some missing offsets #912
Conversation
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #912 +/- ##
==========================================
- Coverage 20.98% 20.96% -0.03%
==========================================
Files 245 245
Lines 27527 27589 +62
==========================================
+ Hits 5777 5784 +7
- Misses 21750 21805 +55 ☔ View full report in Codecov by Sentry. |
@@ -13,10 +13,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. | |||
### Added | |||
- Added CinemachineVirtualCameraBase.CancelDamping() convenience method to snap camera to its target position. | |||
- Added CinemachineOrbitalFollow.TargetOffset to reposition orbit center. | |||
- SaveDuringPlay supports multi-scene editing. | |||
- Added CinemachineGroupFraming.CenterOffset to reposition group ceneter on the screen. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added CinemachineGroupFraming.CenterOffset to reposition group center on the screen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just check the typo but the features works has expected.
merged |
Purpose of this PR
HardLookAtTarget was missing a target offset - it always looked at target's root.
GroupFraming was missing a CenterOffset - it always centered the group on the screen.
Added these missing items.