Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.1.0-preview.2
Issue ID
1345043
Regression
Yes
Cinemachine does not read Input System Actions when using a custom Interaction
Reproduction steps:
1. Open the attached project ('1345043')
2. Open scene 'SampleScene'
3. Enter Play mode
4. In Game view, move the mouse around while holding the right-mouse button
Expected result: Cinemachine reads the inputs and the Camera rotates around the cube
Actual result: Camera does not rotate
Reproducible with: 1.1.0-preview.2, 1.1.0-pre.5 (2021.2.0b3, 2022.1.0a2)
Not reproducible with: 1.0.2 (2019.4.29f1, 2020.3.14f1, 2021.1.15f1), 1.1.0-preview.1 (2021.2.0b3)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Resolution Note:
"context.PerformedAndStayPerformed" should be called instead of "context.Performed" for desired behavior.
Currently observed behavior when calling "context.Performed" is by design.