Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2018.1.X
Votes
0
Found in
2017.3.1p3
2018.1.0b9
2018.2.0a3
Issue ID
1010932
Regression
Yes
Newly added UI objects to prefab instance changes position when pressing apply button on a prefab
Steps to reproduce:
1. Download 1010932_repro.zip and open "TestScene" scene
2. Select TestPrefab game object (UI->TestPrefab)
3. Press "Regenerate GameObjects" button on TestScript component
4. Observe the position of all the buttons in the Game View
5. Press the Apply button on the "TestPrefab" GameObject
6. Observe that all the button GameObjects have changed position
Expected results: Applying changes to prefab doesn't affect the position of any components.
Actual results: When applying the prefab, the newly instantiated GameObjects are changing their transform positions to match the GameObject they were instantiated from.
Reproduced with: 2018.2.0a3, 2018.1.0b10, 2017.3.1p4,
Not reproducible with: 2018.2.0a3, 2018.1.0b9, 2017.2.2f1
Regression introduced in: 2018.2.0a3, 2018.1.0b9, 2017.3.1p1
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
Add comment