lukakldiashvili / Unified-Universal-Blur

UI blur (translucent) effect for Unity.
MIT License
424 stars 33 forks source link

2021.3.23f1 Editor Error with Profiler Window #1

Closed SanghunK closed 1 year ago

SanghunK commented 1 year ago

Hi, First of all, thank you for sharing good source. I'm really making good use of this. But, I found a bug with unity version 2021.3.23f1. If you open the Profiler window and press the Play button in editor, you can see a lot of error message in Console window.

this error: Missing Profiler.EndSample (Every BeginSample call must have a subsequent EndSample call within the same frame): FullScreenPassRendererFeature image

I think it's bug on Unity side. Because it works well with 2022 version. But I wanted to let you know, and if you can fix it, please fix it.

Thank you.

lukakldiashvili commented 1 year ago

Thank you for reaching out.

I have released a new version, please take a look and feel free to share any feedback!

SanghunK commented 1 year ago

Wow! The new version is works well. I really appreciate it!