Search Issue Tracker
By Design
Votes
0
Found in [Package]
3.0.1, 3.0.0, 2.0.4, 2.0.2
Issue ID
1212182
Regression
No
[2D] Gizmos of the "Pixel Perfect Camera" doesn't disappear on disabling it from the Inspector
Enabling/Disabling "Pixel Perfect Camera" component in the Inspector tab does not hide/show its Gizmos in Scene View when Gizmos is enabled
Steps to repro:
1. Create a new project with 2D Template
2. Window > Package Manager > 2D Pixel Perfect > Install
3. Select "Main Camera" in the Hierarchy
4. Inspector > Add Component > Pixel Perfect Camera
5. Disable "Pixel Perfect Camera" in the Inspector
Actual Result:
Gizmos of "Pixel Perfect Camera" doesn't disappear when it is disabled in the Inspector with Gizmos enabled in the Scene View
Expected Result:
Gizmos of "Pixel Perfect Camera" should disappear when it is disabled in the Inspector
Note:
1. 2D Pixel Perfect package introduced in Unity 2019.3.0a10 with version 2.0.2
2. Refer attached video.
Reproducible in:
2020.1.0a20, 2019.3.0f6 (3805be3cb06a), 2019.3.0a10
Package version found: 3.0.1, 3.0.0, 2.0.4, 2.0.2
Environment:
Windows 10 and macOS10.14
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
The behavior of Pixel Perfect Camera's gizmo follows the Camera component. The white box that represents the view frustum doesn't disappear when the Camera component is disabled. However, if you fold Camera's or Pixel Perfect Camera's Inspector, their gizmo does disappear.