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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment