Search Issue Tracker
In Progress
In Progress in 6000.0.X
Fix In Review for 6000.1.X
Votes
1
Found in
6000.0.25f1
6000.1.0a7
Issue ID
UUM-85841
Regression
Yes
Profiler related errors are thrown when WebCamTexture is played in the Player
How to reproduce:
1. Open the “ProfilerWebCamIssue.zip“ project
2. Open Profiler (Window > Analysis > Profiler)
3. Enter the editor's Play Mode
4. Observe the Console
Expected result: No errors are thrown in the Console
Actual result: Two errors are thrown in the Console
Reproducible in: 2023.3.0a2, 6000.0.25f1
Not reproducible in: 2021.3.45f1 2022.3.51f1, 2023.2.0a23
Reproduced on: Windows 11 Pro (23H2), macOS 14.7 (M1, by the reporter), macOS 15.0.1
Not reproduced on: No other environment tested
Notes:
- The two types of errors are:
# “Missing Profiler.EndSample (Every BeginSample call must have a subsequent EndSample call within the same frame)“
# “Non-matching Profiler.EndSample (Every EndSample call must have a preceding BeginSample call within the same frame)“
- Profiler appears to work still and displays data, it’s likely just a false exception
- In the version before regression and some other earlier versions other errors are present, seemingly unrelated to this one
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Add comment