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
- Editor Perforce login fails when Perforce shows a license expiry warning
- Assertion failed error in HDRP builds when enabling STP via script
- FBX Resamples Curves incorrectly when importing FBX files
- ProBuilder GameObject Faces disappear when increasing the Sides Count value
- FileUtil.CopyFileOrDirectory throws IOException when destination parent folder does not exist
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.