Search Issue Tracker
By Design
Votes
0
Found in [Package]
3.0.0-pre.7
Issue ID
CMCL-1504
Regression
No
GameObjects with Cinemachine Follow Transform on Z axis changes when mouse is moved between Editor Windows
How to reproduce:
1. Open the attached project
2. Open Scene "Main"
3. Select GameObject "beetle" in Hierarchy
4. Move the mouse between Inspector and Scene View
5. Observe Scene View or Inspector for this GameObject
Expected result: Nothing changes
Actual result: Transform for the GameObject with CinemachineCamera Component changes on the Z value
Reproducible with: 3.0.0-pre.7
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:
User error. The CM camera is following itself. The target and camera need to be separate objects.