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
- Standard Unity Materials and Shaders become corrupted after importing specific Asset Packages
- [Linux][OpenGL][Vulkan] Draw calls are not shown in the Event List when taking a capture of a frame with RenderDoc
- Inaccurate collision detections when Rigidbody Collision Detection is set to "Continuous" or "Continuous Dynamic"
- Crash on Object::IncrementPersistentDirtyIndex when upgrading project version
- [iOS] Multiple Xcode project instances created before opens up when performing Build and Run for iOS Platform
Resolution Note:
Fixed by another internal issue: UUM-25434: AnimatedTiles with LoopOnce set loop again in Editor Playmode when the Tilemap Component is selected