Search Issue Tracker
Fixed in 5.2.0
Votes
0
Found in
5.2.0b1
Issue ID
711581
Regression
Yes
Setting UI Text component text to empty throws error
I'm not attaching project for this case, because its extremly simple to reproduce.
1. Create project.
2. Hierarchy->Create->UI->Text
3. change this text component text to "" (empty).
4. You should get error:
"Geometry jobs should not be launched for empty tasks"
Comments (2)
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Contato
Aug 05, 2017 16:09
Just had this error in Unity 5.6.1f1, problem is: which line? which renderer? At the moment I have 52 to check...
Steamroller
Jan 05, 2016 02:33
If anyone else has found this page because you are also getting this error message. Make sure you don't have a mesh renderer trying to render a mesh with no vertices. In our case, we had a dynamically populated mesh which in certain cases would result in no vertices. The worst part is that the message itself doesn't tell you which mesh renderer is causing the error.