Search Unity

Horizontal intermittent lines in Standalone mode

Discussion in 'General Graphics' started by cchacon, Apr 3, 2016.

  1. cchacon

    cchacon

    Joined:
    Sep 20, 2015
    Posts:
    18
    I'm seeing some intermittent yet well defined flickering lines when I try the Standalone mode. You can see them in the image that I'm attaching.

    Anybody has seen anything similar or knows what could be causing it?

    Thanks,
    Carlos
     

    Attached Files:

  2. ehsan_wwe1

    ehsan_wwe1

    Joined:
    Apr 16, 2011
    Posts:
    22
    change the shader of your plane ( the queue of the shader should be near to background about 2000 )
     
  3. cchacon

    cchacon

    Joined:
    Sep 20, 2015
    Posts:
    18
    Hi @ehsan_wwe1,
    thanks for your reply
    how do I change the shader of the plane? also by plane are you referring to a specific gameObject?
     
  4. cchacon

    cchacon

    Joined:
    Sep 20, 2015
    Posts:
    18
    Oh right, I found what was causing this. It was originated by changed the camera clipping plane near value to the minimum 0.01. I did that to avoid the player looking thru the walls. After increasing from 0.01 to 0.05 I dont see the lines anymore and still get the player not looking thru the walls.

    Thanks,
    Carlos