TilmitderBrill
TilmitderBrill
Well, I got it to work in URP with minimal changes, without touching any of the logic. So you are futurproof for that at least!
@anhnguyenvn Changes in RuntimeGizmos ``` private void RenderPipelineManager_endCameraRendering(ScriptableRenderContext context, Camera camera) { OnPostRender(); } void OnEnable() { RenderPipelineManager.endCameraRendering += RenderPipelineManager_endCameraRendering; forceUpdatePivotCoroutine = StartCoroutine(ForceUpdatePivotPointAtEndOfFrame()); } void OnDisable() { ClearTargets(); RenderPipelineManager.endCameraRendering -=...
> > Has anyone found a solution? I have just installed this plugin and am having the same problem. I'm using Krita 5.2.1 but I also tried it with Krita...
I got the same issue!