Search Issue Tracker
Fixed in 2017.3.0f3
Votes
1
Found in
2017.1.0f1
Issue ID
930195
Regression
No
Changing the value for Wrap Mode on a Playable Director doesn't mark it as dirty
Reproduction Steps:
1. Import attached project.
2. Open "Test" scene.
3. In Hierarchy, select "Playable Director".
4. In Inspector, change the Wrap Mode value for the Playable Director component.
5. Save Scene.
6. Open "Test" scene again.
Expected result: Wrap Mode value is changed.
Actual result: Wrap Mode value remains unchanged.
Reproducible with: 2017.1.0f3, 2017.2.0b1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
marcin107
Aug 03, 2017 17:09
I must also mention that PlayableDirector class has no property "WrapMode" and can't be set programmatically.
marcin107
Aug 03, 2017 17:03
Expected result should be: Wrap Mode value should be saved.
Actual result: Wrap Mode value changes back to "none".