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
Comments (2)
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
- Animator States disappear when opening their Context Menus right after Pasting them
- "NullReferenceException" is thrown when rapidly expanding and collapsing the folders in the VFX Graph Node creation menu
- VFX Graph tab always opens between "Scene" and "Game" views instead of opening after already opened tabs
- Editor crashes on "MonoBehaviour::Transfer<GenerateTypeTreeTransfer>" when resetting package defaults in VR Template project
- Rotation tool Gizmo is stuck in the Scene View when unchecking/checking the "Orient" node in the VFX Graph and the Scene view is visible
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".