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
- Texture Sampling overlap causes graphical errors on specific Graphics APIs and Devices when using Framebuffer Fetch
- [Android] AssetBundle loading performance degradation when loading from a local Assetbundle
- [iOS][Android] Reflection with Generic Class returns unexpected values
- Shader Variant Collection Asset UI is hard to read when multiple Shaders and keywords are added
- Regression for "WebGL build is missing "malloc" and "free" functions when passing "-sERROR_ON_UNDEFINED_SYMBOLS=0" to emscriptenArgs"
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.