Search Issue Tracker
Duplicate
Votes
1
Found in
2017.2.0f3
Issue ID
960900
Regression
Yes
Console prints out multiple 'graphic rebuild while we are already inside a graphic rebuild loop' errors when setting UI.text
To reproduce:
1. Open attached Unity project "Source.zip"
2. Open "World" scene
3. Go into Play Mode
4. Click Server & Play
5. Create a character
6. Select the character
7. Observe console
Result: Multiple 'graphic rebuild while we are already inside a graphic rebuild loop' errors appear in the console
Note: In the UIPlayerTrading.cs script comment out Line 34 (myGoldInput.text = "0";). There will no longer be errors when entering a game with a selected character
Regression first introduced in: 2017.2.0a2
Reproduced on: 2017.2.0a2, 2017.2.0f3, 2017.3.0b5
Not reproduced on: 5.6.3p4, 2017.1.2p1, 2017.2.0a1
Note:
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
Add comment