Search Issue Tracker
By Design
Votes
1
Found in
3.0.0b3
Issue ID
365748
Regression
No
AnimationState Wrap mode dropdown: "Clamp" should read "Once"
WrapMode.Once returns Clamp.
Repro:
1- download, extract, and open attached project
2- select Main Camera
3- press play
4- observe the var wrapmodeOnce is set to "Clamp"
5- read the script
6- observe that wrapmodeOnce should be set to "Once"
RESULT:
WrapMode.Once is set to WrapMode.Clamp
When setting it from script (in Start()) it returns Clamp.
DESIRED:
WrapMode.Once should return WrapMode.Once.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Tile Palette selected dropdown text does not update when palette is renamed
- ArgumentException thrown and reference to Template gets unset when opening UXML file after editing referenced Template in Play mode
- [iOS][WebGL] Player freezes when multiple properties of a VisualElement are changed at the same time
- Warning 'GetControlID at event ValidateCommand returns a controlID different from the one in the Layout event' is logged when undoing the deletion of an Edited Freeform 2D Light
- ShadowCaster2D breaks on certain Rotation positions when Casting Source is set to PolygonCollider2D
Add comment