Search Issue Tracker
By Design
Votes
1
Found in
2021.3.46f1
2022.3.53f1
6000.0.27f1
6000.1.0a5
6000.2.0a1
6000.3.0a1
Issue ID
UUM-87665
Regression
No
Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
Reproduction steps:
1. Open the attached “DrawMeshNow_Player_Bug.zip” project
2. Open the “SampleScene”
3. Enter the Play mode
4. Observe the Game view
5. Exit the Play more
6. Build and Run the project (File > Build and Run)
7. Observe the Player
Expected result: Game view matches the Player, Render Texture pattern is visible on both Quads
Actual result: In the Player the Render Texture pattern is visible only for a few seconds and only on one of the Quads
Reproducible with: 2021.3.46f1, 2022.3.53f1, 6000.0.27f1, 6000.1.0a5
Reproducible on: Windows 10 (User reported), Windows 11
Not reproducible on: No other environment tested
Notes:
- Reporter noted that it works as expected in 2022.3 version and reproduces in 6000.0 on Linux, but while testing was not able to get the expected result on 2022.3 version
- GL.Clear appears to be working since the texture changes color from black to white, but the two colored rectangles rendered with DrawMeshNow do not appear
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
- The Editor does not recognize code errors in generic classes when using C# Source Generator to generate serialization code
- Long Sprite names are not truncated in the Inspector window name label and the preview labels when a Sprite with a long name is selected
- NullReferenceException is logged when undoing Deletion of a Visual Query Block of a Search Expression
- “Unsupported type MinMaxCurve” error and “Could not register property modification for animation binding…” warnings are thrown after moving playhead when Particle System Property is added to Animation window
- Nested LocalizedStrings can not query local variables
Resolution Note:
Upon investigation, the issue stemmed from the transform not being initialized in the pass used by the project. This problem can be resolved by initializing the transform when the pass starts.