Search Issue Tracker
Won't Fix
Votes
0
Found in
5.6.0f3
Issue ID
905104
Regression
No
Canvas objects does not correctly update their Render Mode when reparented in Debug Mode
To reproduce:
1. Open attached project (Test.unitypackage);
2. Open "test" scene;
3. Enter Play mode;
4. Choose "Canvas2" game object, notice(in the Console and Inspectors Debug Mode) that Render Mode is the same: World Space;
5. Make "Canvas2" a child object of "Canvas";
-note that "Canvas2" should inherit "Canvas" Render Mode;
6. Compare Render Mode in the Console and Inspector.
Expected result: Render Mode is changed in the Inspector when making "Canvas2" Child Object of "Canvas".
Actual result: In the Inspector (Debug Mode), Render Mode of "Canvas2" remains the same it was before making it Child Object of another Canvas.
Reproduced on versions: 5.4.5p2, 5.5.3p2, 5.6.0p3, 2017.1.0b2.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader warning in 'Hidden/Core/DebugOccluder' thrown after building High Definition 3D Sample Template
- Audio Mixer “+” buttons overlap with UI when the Audio Mixer window layout is set to Horizontal
- "Clear" button in the "Set project display name" closes all the pop-up instead of clearing just a name from the field
- Video Player renders no video on specific devices when using Vulkan
- The Editor slows itself down by showing tons of warnings when the majority of TransformAccessArrays content are NullRefs
Add comment