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
- Keywords on Material Variants aren't automatically saved when changed on original Material through Shader Graph
- Light Probes get baked when calling LightProbes.Tetrahedralize
- Shadows flicker and cause visual artifacts when modifying a GameObject's bounds using Swizzle (Y Mask) and Sine Time nodes
- [WebGL] Frame rate drops by 5-20 fps when moving cursor or touch input in the Player
- Light bleeds when using box shaped spotlight with specific Emission Range values
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.