Search Issue Tracker
Fixed
Votes
0
Found in
2022.2.4f1
2023.1.0b2
Issue ID
UUM-25471
Regression
No
Animation is played on a loop even though "TileAnimationFlags.LoopOnce" is used when selecting the Timemap in Editor
Reproduction steps:
1. Open project “LoopingTest”
2. Open scene “SampleScene”
3. Make sure the Inspector window is open
4. Enter Play mode
5. Wait for the animation to stop playing
6. Select “Grid\Tilemap” GameObject
Expected result: the animation doesn’t start playing again
Actual result: the animation starts playing on a loop
Reproducible with: 2022.2.4f1, 2023.1.0b2
Couldn’t test with: 2020.3.44f1, 2021.3.17f1 (TileAnimationFlags is introduced in the 2022.2 stream)
Notes:
- if the Inspector window isn’t open, the animation will play once after selecting the “Grid\Tilemap” GameObject
- selecting a different object in the scene after selecting the Tilemap, stops the animation loop
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
Fixed by another internal issue: UUM-25434: AnimatedTiles with LoopOnce set loop again in Editor Playmode when the Tilemap Component is selected