Search Issue Tracker
Fixed in 1.5.0 & 2.1.0
Votes
0
Found in [Package]
2019.1.0f1
2019.1.10f1
2019.3.0a1
2020.1.0a1
Issue ID
1185286
Regression
Yes
[IL2CPP] Player crashes with TextMeshPro and HDRP packages on x64 and Debug configuration
Steps to reproduce:
1. Download 1185286_repro.zip and open "Main" scene
2. Build a Standalone player (x64, Build Configuration Debug)
Actual results: Build crashes on launch.
Reproduced with: 2020.1.0a5, 2019.3.0b4, 2019.2.6f1, 2019.1.14f1
Not reproducible with: 2018.4.9f1
Note:
- Not reproducible on mono backend
- Not reproducible with x86 architecture
- Not reproducible with Release and Master build configuration
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 (fix version 1.5.0 & 2.1.0):
I re-worked the handling of text auto sizing to remove the use of recursion which appears to be the cause of the crash in Debug mode / C++ Compiler Configuration set to Debug.
The provided case was crashing with 16 recursions. I tested more convoluted / extreme text auto size cases where it would have previously required over 60 recursions to handle. These extreme auto size examples are compile and run fine in Release and Debug modes now.
The described changes will be included in the next release of the TMP package which will be version 1.5.0 for Unity 2018.4 and 2.1.0 for Unity 2019.x.
A preview of those releases will be available this week.