Search Issue Tracker
Fixed in 2017.3.0f3
Votes
0
Found in
2017.1.0p5
Issue ID
946610
Regression
No
IPropertyPreview does not revert changed properties after disabling preview mode
Reproduction steps:
1. Download project "TimelineTest.zip" and open in Unity
2. Select object "Tester" in Hierarchy
3. "Tester" property Intensity equals 1
4. Select object "Director" in Hierarchy
5. Disable Preview mode in Timeline
6. Select object "Tester" in Hierarchy
Expected: object "Tester" is not affected by the changes in Timeline's Preview mode (script MyPlayableAsset.cs implements IPropertyPreview.GatherProperties)
Actual: object "Tester" becomes dark grey (its Intensity equals 0)
Reproduced on: 2017.1.1f1; 2017.2.0b9; 2017.3.0a6
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rendering locks up when not looking at a transparent material on Meta Quest 2
- Volumetrics break when using a Custom Pass to create a Thickness Buffer for Alpha Clipping
- All tests are run instead of only the failed ones when the "Rerun Failed" button is pressed
- GameObject is not masked when the "Render PostProcessing Effects" pass executes with a resolved non-MSAA Color target and MSAA DepthStencil target
- [Android] Gfx.WaitForGfxCommandsFromMainThread high performance usage and inconsistency when built Player scene has Canvas GameObject on a specific Project
Add comment