- Home /
What is the best way to fix texture z-fighting?
My hardware specs are Mac G5 PowerPC Tower running OS 10.5.X and Unity 2.6. The graphics card is an ATI Radeon 9650 (256MB). Not a super setup, but what I have available at my school.
I am getting z-fighting -- I think -- in the Scene View with terrain and other meshes. This event also occurs with the Axis Gizmo in Scene View.
Any suggestions on how to prevent this from happening? Is the solution in Unity or OS?
Thanks
Here are some example screenshots of the issue:
Answer by Eric5h5 · Jan 20, 2010 at 07:19 PM
That's definitely not anything to do with z-fighting. That's the axis gizmo getting horribly messed up for some reason; I've never seen that happen before so I don't know the cause. It may be a driver problem.
Answer by TowerOfBricks · Jan 20, 2010 at 10:26 PM
Ouch! That's the exact same problem which I get on my computer, I haven't seen it on the scene view handle though, but it can happen for all meshes in my scene, so it's probably just a question of time before I get the problem with the scene view handle. I don't know about any solution though, it seams to be a hardware related problem since it doesn't happen on my other computer.
Hope someone else knows though.
Answer by bowditch · Feb 03, 2010 at 08:40 PM
I started disabling the visibility toggle on GameObjects with a larger mesh such as water and it seemed to help quite a bit. We have some Intel Macs and we have no problem, so I think it is safe to say that it is a hardware specific issue.
Thank you for correcting me, it is not a Z-fighting issue.
Answer by Duke · Jan 21, 2010 at 05:25 PM
Looks like some video driver issues I've seen in the past on my old Radeon x800 (not specific to Unity). Updating the drivers fixed the issue.
Answer by gabhead · Jul 28, 2011 at 07:22 PM
your probleme is not z-fighting... but if it were, setting up the carmera clipping would help.
Cheer
Your answer
Follow this Question
Related Questions
Constantly Update Scene View 1 Answer
Select object by selecting gizmo or handle? 1 Answer
Moving Mesh Instance UVs in Editor? (code provided) 3 Answers
Is it possible to set smoothness and metallic of a mesh per-vertex instead of the whole material? 0 Answers
Mesh not returning Raycast hit info in editor or runtime 0 Answers