Search Issue Tracker
Fixed in 2021.1.X
Fixed in 2020.2.X
Votes
0
Found in
2018.2.0x
Issue ID
1077718
Regression
No
Applying component or property takes current Animation Mode Preview or Recording values
Steps:
1. Create new GameObject.
2. Make it a Prefab.
3. Open Animation view and click Create Animation.
4. Click the red record button in Animation view.
5. Set GameObject's scale to 2,2,2 (fields should become red to indicate it's temporary animation values)
6. Click the Preview button in the Animation view to exit Animation mode.
7. Note that GameObject's scale is 1,1,1 (correct) but it's an override (bug)
8. Click the red record button to go back into animation record mode.
9. Note that the scale is 2,2,2 again (correct)
10. Right click on scale property and select "Apply to Prefab 'GameObject'".
11. Select the Prefab Asset and note that the scale has changed to 2,2,2 (bug)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Add comment