Search Issue Tracker
Fixed in 2017.2.X
Votes
0
Found in
5.5.0b6
Issue ID
839124
Regression
No
Rotation and position change is not applyed to prefab in Playmode
To repro:
1. Open project attached
or
Create a new one, create a prefab from e.g. Cube and add several Cubes from this prefab to scene.
2. Select Cube.
3. Enter the Playmode.
4. Change Rotation (e.g. x = 45) or Position (e.g. y = 0).
5. Press Apply in Inspector (error in Console appears).
6. Exit Playmode.
Actual result: Changes are reverted. Any of instances of this prefab got changes.
Error in console:
InvalidOperationException: This cannot be used during play mode. (related case 839122).
Expected result: Changes are applied to prefab and its instances with no error.
Versions info:
There is no ability to apply changes to prefab in 5.3.6p5 (28930307ad49).
Reproducible in 5.4.1p3 (1b587b7935dc) and 5.5.0b7 (bd91e53964bc).
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Readme” Asset is unreadable in the Inspector window when switching Editor Theme to Light
- “NullReferenceException” error thrown when switching Editor Theme to Light if “Unity Version Control” tab is enabled
- A Warning is displayed in the Inspector when a Mesh with any Material is added as a Terrain Detail
- [Android][Vulkan] Memory leak when playing and stopping a video using the Video Player on some devices
- Caret moves by a character when typing "." and any number into 'Grid and Snap' toolbar's input field
Add comment