I am currently using occlusion culling in Unity 3D. However, I didn't like the current map size, so when I increased the scale by 1.5 times, the following phenomenon did not work normally. enter image description here (this is the working version) enter image description here (this is the not working version)
I fixed it by reverting the scale back to the previous version, but the question still remains. Why did this happen?