Search Issue Tracker
Won't Fix
Votes
0
Found in
5.5.2f1
Issue ID
909909
Regression
No
Object inside Canvas gets rendered even if it is assigned to a Layer that is not rendered by the camera
To reproduce:
1. Open attached Unity project "CanvasTest2.zip"
2. Open scene "scene1"
3. Go into Play Mode
Expected result: Image should not be rendered by the camera since its Layer is not selected for rendering
Actual result: Image is rendered despite being on a custom Layer which is not selected to be rendered by the camera
Reproduced on: 5.4.5p1, 5.5.3p3, 5.6.1f1, 5.6.1p1, 2017.1.0b6
Note: added a gameObject called "SameLayerNotRendered". It has the same layer as the "Image" gameObject and it does not get rendered.
Note: Attached image "CustomLayerRendered.png" in which DoNotDisplayMe Layer is selected for rendering and renders both objects in that Layer (Image and SameLayerNotRendered) and another image "CustomLayerNotRendered.png" in which only UI Layer is selected for rendering, but Image is still rendered despite being on on a custom Layer not selected for rendering.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Add comment