Search Issue Tracker
Fixed
Fixed in 2023.2.0a15
Votes
0
Found in
2023.1.0a25
Issue ID
UUM-22629
Regression
No
Graphics.RenderMesh stops rendering when game is paused
Steps to reproduce
# Create a project using the builtin renderer
# Create a script with the code from https://docs.unity3d.com/ScriptReference/Graphics.RenderMesh.html to draw meshes
# Play the game. The meshes will be drawn correctly.
# Pause the game
# Notice that the objects are not drawn anymore. If the game is unpaused it will be drawn again correctly.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "DateTime.Now" in the UK timezone does not adjust when the British Summer Time is active
- "Unsupported source texture format (7) in ComputeNextMipLevel" error is shown and the texture atlas is corrupted when the texture format "RGB Compressed ETC2 4bits" is selected
- The label that uses data binding is no longer updated at runtime when `INotifyBindablePropertyChanged` reloads updates of the VisualTreeAsset in UIDocument
- HDRP Graphics "High Quality Line Rendering" is missing a documentation link
- HDRP Graphics "Screen Space Global Illumination" has a link to a wrong documentation
Add comment