Search Issue Tracker
By Design
Votes
0
Found in
2019.1.0a13
Issue ID
1113211
Regression
No
[UI] Transform does not switch to Rect Transform on adding some UI components
Transform does not switch to Rect Transform on adding Button, Input Field, and Selector UI components.
Steps to Repro:
1. Create a new Project
2. Hierarchy > right-click > Create Empty
3. Click Add Component in Inspector and add Button Component
Actual Result:
Transform is not switched to Rect Transform
Expected Result:
Transform switches to Rect Transform
Environment:
Windows and Mac
Occurring with:
2019.1.0a13, 2018.3.0f2, 2017.4.16.f1 ,5.6.6f2
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 (2019.2.X):
The components listed are just interaction components nothing to do with rendering and such dont require a RectTransform to function. If you wanted to put a "button" on a cube you could. In that case you may not want the RectTransform.