Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2020.3
2021.2
2022.1
2022.1.0a15
Issue ID
1380932
Regression
No
Position values are not loaded from Transform Default Preset
How to reproduce:
1. Create a new Unity project
2. Select Main Camera Game Object
3. Change every Transform value
4. Save Transform values to a Preset
5. Select created Preset
6. Add to Preset Default
7. Create a new empty Game Object
8. Select it and observe Transform
Expected result: Transform values should be the same as in Default Preset.
Actual result: Rotation and Scale values are the same as in a Default Preset. Position values are set to 0.
Reproduced with: 2022.1.0a15, 2021.2.3f1, 2020.3.23f1, 2019.4.32f1.
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:
Position of newly created GameObjects in a scene are based on the current camera position and rotation in order to always appear in the middle of the scene view.