Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unity 6.27 Execute is not implemented problem #25

Open
spookycat opened this issue Nov 21, 2024 · 4 comments
Open

Unity 6.27 Execute is not implemented problem #25

spookycat opened this issue Nov 21, 2024 · 4 comments

Comments

@spookycat
Copy link

Just update from v4 to the current version or your great system, but I am getting endless messages in the console of:
Execute is not implemented, the pass Unified.UniversalBlur.Runtime.UniversalBlurPass won't be executed in the current render loop.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Is there a way to fix this, the blur seems to still work but its spewing out this warning endlessly even when the not in play mode.

@lukakldiashvili
Copy link
Owner

@spookycat Thank you for opening the issue.

I just experimented with settings and I got a similar warning when I activated compatibility mode in graphics settings (although, in my case blur does not work). Do you have it enabled?

@spookycat
Copy link
Author

I did have Compatibility mode enabled, if I turn that off then it stops the warning above but is now replaced by the error below:

Skipping render pass. UniversalBlurPass requires an intermediate ColorTexture, we can't use the BackBuffer as a texture input.
UnityEngine.Debug:LogError (object)
Unified.UniversalBlur.Runtime.UniversalBlurPass:RecordRenderGraph (UnityEngine.Rendering.RenderGraphModule.RenderGraph,UnityEngine.Rendering.ContextContainer) (at ./Library/PackageCache/com.unify.unified-universal-blur/Runtime/UniversalBlurPass.cs:69)
UnityEngine.Camera:Render ()
Enviro.EnviroReflectionProbe/d__36:MoveNext () (at Assets/Enviro 3 - Sky and Weather/Scripts/Runtime/Modules/Reflections/EnviroReflectionProbe.cs:400)
UnityEngine.SetupCoroutine:InvokeMoveNext (System.Collections.IEnumerator,intptr)

So not sure if that is an Enviro issue now or a Blur one now.

@lukakldiashvili
Copy link
Owner

It might be the case of how EnviroReflectionProbe actually works. Unfortunately, it is kind of hard for me to replicate that problem.

Meanwhile, it might help to check the "Render Graph Viewer" window and see how the graph looks like (and there might be a few of them in your case, under the camera filter). And if you are able to, please share the screenshots.

@spookycat
Copy link
Author

Here is a grab from the Render Graph Viewer, probably managed to not grab what you want to look at so just let me know.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants