Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.1f1
Issue ID
1015846
Regression
No
Inserting and then Deleting Unicode Emojis into The Text Element Crashes Unity
How to reproduce:
1. Open the User Submitted Project
2. In the Hierarchy menu Right-click -> UI -> Text
3. In the Inspector menu click the Text field and paste in the ? Emoji a few times
4. Delete the Emoji
Expected result: The Text field displays the Unicode Emoji and doesn't crash when they're deleted
Actual result: Unity displays ? in the Scene View and freezes when the text is deleted followed by a crash
Reproducible with: 2018.1.0b6, 2017.3.2f1, 2017.2.2p1, 2017.1.3p2
Not reproducible with: 2018.1.0b12, 2018.1.0b7, 2017.4.0f1
Notes:
- Any of the Emoji from this list reproduce the crash: https://emojipedia.org/emoji-1.0/
- The issue seems to be related to the .NET 4.x Scripting runtime, changing it into 3.5 fixes the crashing but throws the "ArgumentException: invalid utf-16 sequence at 6274000 (missing surrogate tail)" error instead when Emoji are deleted.
Comments (1)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
YoungXi
Jun 15, 2018 06:40
why this issue is marked with WON'T FIX? How to walk around this issue then?