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
- The Editor does not recognize button release when first releasing the "LShift" button and then "Numpad2"
- Reflection Probe doesn't load until it's selected in the Hierarchy window when the project has been opened
- "ArgumentNullException" error in the Console when selecting certain ScriptableObjects and entering Play Mode
- Configurable joints become bouncier when setting "Bounciness" below 1
- Prefabs get corrupted when editing Particle System curves
Add comment