Unity Editor weird texture(mip map?) glitch

UNITY VERSION 2021.3.8f1 Personal, Vulkan API

So I was working on my game, everything was find and I hadn’t changed any texture import params. I closed editor, and the next day I saw this weird texture glitch in editor:

It appears on every map in my game and I don’t know why, I googled this problem but answers that I found were related to old(version 5) unity and they were realted to transparency issues or shader bugs…
And it glithes like this with EVERY shader in my game, so this is not shader error. Pls help

OHHHH I FOUND THE SOLUTION,

So for everyone who will come face this glitch. It’s only happening in editor window, when editor camera 's
near clipping plane is too low. Enable dynamic clipping for editor camera or near clip value higher - it will fix itself.
I thought I was doomed but yeah, kinda stupid glitch. Strange that it hadn’t happend before this day