Search Issue Tracker
Fixed in Trunk fix
Votes
0
Found in [Package]
7.1.6
Issue ID
1210386
Regression
Yes
[Tilemap] Crash when upgrading project to newer version of URP
After upgrading Pixel Perfect Adventures from 2019.3.0b8 (URP 7.1.6) to 2019.3.0f4 (URP 7.1.7), the first time i open a scene with a pretty large tilemap, there are visual glitches and a crash. Note! the crash and visual glitches will occur only once and then, after opening the project, the crash an visual glitches will not be reproducible anymore.
To reproduce:
- Open this project
- Go to package manager
- Update to URP version 7.1.7
- Open the Overworld scene
- notice the the tile map is glitching
- Zoom out using the mouse scroll wheel
- press play
- you will get a crash
========== OUTPUTTING STACK TRACE ==================
0x00007FF7380C4C28 (Unity) TransformVerticesInnerLoop<0,1,0>
0x00007FF7380E6311 (Unity) TransformVerticesStridedREF
0x00007FF736E640B4 (Unity) TransformVertices
0x00007FF738CD6714 (Unity) TilemapRendererJobs::TilemapRendererGeometryJob::Execute
0x00007FF73813531D (Unity) JobQueue::Exec
0x00007FF738135A7D (Unity) JobQueue::ExecuteJobFromHighPriorityStack
0x00007FF7381375D3 (Unity) JobQueue::ProcessJobs
0x00007FF73813C956 (Unity) JobQueue::WorkLoop
0x00007FF7386869B3 (Unity) Thread::RunThreadWrapper
0x00007FF9B72D7BD4 (KERNEL32) BaseThreadInitThunk
0x00007FF9B8A6CED1 (ntdll) RtlUserThreadStart
========== END OF STACKTRACE ===========
Reproduced when upgrading from 2019.3.0a12, URP version 7.1.2 to 2019.3.0f3, URP version 7.1.6
and from 2019.3.0b4 URP version 7.1.6 to 2019.3.0f4 URP version 7.1.7
and with 2020.1.0a18 and URP version 7.1.7
Note2 - I could only reproduce it with this particular (pretty heavy) scene, and not with smaller scenes with tilemap in them.
Note3 - I wen as back as this version of the project exists on (2019.3.0b8) and just by upgrading it to URP 7.1.6, i get this crash.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The <sprite> tag inserted image from a Sprite Asset into the UI Builder Button disappears when the Inlined Style Text Shadow Horizontal or Vertical Offset is set to be more than 0 px
- Build fails when building with ILCPP Scripting Backend and ARMv7 as the Target Architecture
- Textures turn black in Player when they are referenced by a script instance
- [Android] Virtual device crashes with "Scudo ERROR: invalid chunk state when deallocating address" error in Firebase Test Lab when Optimized Frame Pacing is enabled
- Particle System does not resume when its Culling Mode is set to "Pause" or "Pause and Catch-up," and particle position simulate in world space
Add comment