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
- SpeedTree importer fails to import .st files when path to the project includes a special character
- [VFX Graph] HSLS Redefinition error when input have the same name as attributes
- [VFX Graph] HLSL VFXFIXED_RAND isn't working
- Crash on Meta Quest 2 when using Vulkan
- Greyed out Icon for Tool Context is misaligned in the Tools Overlay in the URP 3D Sample Template
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".