Search Issue Tracker
Active
Under Consideration for 6000.0.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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
Add comment