Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2020.1.X
Votes
0
Found in
2020.1.0a17
2020.1.0b9
2020.2
Issue ID
1244122
Regression
Yes
[Profiler] MissingProfiler.EndSample errors are thrown on saving a scene in Profiler Edit mode when cache server is connected
When profiling a scene in Edit mode if the changes made in the scene are saved or while renaming any prefab MissingProfiler.EndSample errors are thrown in console when cache server is connected. Refer the attached video
Steps to reproduce:
1) Create a new project
2) Create a prefab of Main Camera by dragging to Project browser
3) Window > Analysis > Profiler
4) Profiler > Select Editor Mode
5) Save the scene
Actual result: Missing Profiler.EndSample errors are thrown
Expected result: No errors should be thrown
Note: Cache server needs to be connected
Occurring in: 2020.2.0a10,2020.2.0a1, 2020.1.0b9 (88b5a833b2fc), 2020.1.0a17
Working fine in: 2020.1.0a16
Environment: Both Windows and Mac
Note: A bug with similar stack trace was fixed recently
https://fogbugz.unity3d.com/f/cases/1181306/
Stack trace:
Missing Profiler.EndSample (BeginSample and EndSample count must match): AssetDatabase.V2.RemoteAssetCacheUploadArtifactFile
Previous 5 samples:
AssetDatabase.V2.UpdateCategorizedAssets
Loading.IDRemapping
FindObjectsOfType
AssetDatabase.V2.ReloadImportedAssets
File.Close
In the scope:
AssetDatabase.V2.RemoteAssetCacheUploadArtifactFile
AssetDatabase.V2.ImportManagerImport
AssetDatabase.V2.ImportAndPostprocessOutOfDateAssets
AssetDatabase.V2.RefreshInternal
AssetDatabase.ImportAtPath
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
- Animator window Eye button on click visual does not cover the whole area of the button when clicked
Add comment