Search Issue Tracker
Fixed
Votes
0
Found in [Package]
3.2.2
Issue ID
PPB-37
Regression
No
Transparent GameObject is displayed in the wrong position when changing the camera field of view after disabling temporal anti-aliasing
Reproduction steps:
1. Open the “TransparentAABug“ project
2. Enter the Play Mode
3. Toggle off the “Toggle AA” toggle
4. Toggle off the “Toggle FOV“ toggle
5. In the Game view, observe the “Cube” and “TransparentPart” GameObjects' positions
Expected result: both GameObjects are positioned in the same position
Actual result: the “TransparentPart” GameObject is positioned incorrectly
Reproduced in: 2020.3.45f1, 2021.3.19f1, 2022.2.7f1, 2023.1.0b5, 2023.2.0a3
Reproduced using: macOS 13.0.1 (Intel), Windows 10 (by the reporter)
Workaround: after changing the FOV, call `camera.ResetProjectionMatrix()` and `camera.nonJitteredProjectionMatrix = camera.projectionMatrix`
Note: also reproduced in Player
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
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
Resolution Note:
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/PPB-33