Search Issue Tracker
Won't Fix
Votes
0
Found in
4.1.0b2
Issue ID
517825
Regression
No
Editor freezes when a long string is going to be shown in Console
This issue has no description.
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
- [macOS] Editor crashes after entering Play mode with overlapping GameObjects with Cloth Component and Cloth Inter-Collision enabled
- Look Dev constantly regenerates the default Volume Profile when set to "None" instead of using the default one
- Look Dev errors are spammed when opening a new HDRP project when Look Dev was added to the layout in the previous project
- URP Scene Templates are not editable when first opened from the New Scene dialog
- Look Dev window flickers when resizing the window after docking it
Julien-Lynge
Jun 06, 2014 18:43
We just started seeing this same bug, and we're running 4.5 RC / 4.6 beta. In a nutshell, we were playing around with sending texture byte streams encoded as hex strings to Coherent, and we're debugging the messages being passed. The images aren't huge (say 1024x512 at most), but that's around 2M characters. If we log one and then open the console Unity totally freezes until you restart it. The console actually works fine if you're looking at another part of it; it only freezes once the particularly long message would need to be rendered.
This only seems to happen with very, very long strings. I know I've previously output JSON that we've sent to our backend in the console, with 10s to perhaps 100s of thousands of characters, and it works just fine.