Search Issue Tracker
Fixed in 2022.2.7f1
Fixed in 2023.1.0b4
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
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
Resolution Note (fix version 2022.2.7f1):
Fixed by another internal issue: UUM-25434: AnimatedTiles with LoopOnce set loop again in Editor Playmode when the Tilemap Component is selected
Resolution Note (fix version 2023.1.0b4):
Fixed by another internal issue: UUM-25434: AnimatedTiles with LoopOnce set loop again in Editor Playmode when the Tilemap Component is selected