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
- Keywords on Material Variants aren't automatically saved when changed on original Material through Shader Graph
- Light Probes get baked when calling LightProbes.Tetrahedralize
- Shadows flicker and cause visual artifacts when modifying a GameObject's bounds using Swizzle (Y Mask) and Sine Time nodes
- [WebGL] Frame rate drops by 5-20 fps when moving cursor or touch input in the Player
- Light bleeds when using box shaped spotlight with specific Emission Range values
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.