Search Unity

Intermittently transparency

Discussion in 'Shaders' started by proparjak, Sep 7, 2007.

  1. proparjak

    proparjak

    Joined:
    Sep 29, 2006
    Posts:
    108
    I tried to find the answer in the forum but I didn't success.

    My problem is with alpha shader and the superposition of several textures (especially with particles). Textures at front disappears and appears creating "flashs".
    This problem exists with the others alpha shaders too.
    The transparency is discontinous.

    Did you have the problem ?

    Here is a swf in a zip file for example for the charitable soul who would help me :)
    Thank you.

    ** edit **
    I tried to change the tag Queue from transparent to Overlay but the "flash effect" is still there.
     

    Attached Files:

  2. Aras

    Aras

    Unity Technologies

    Joined:
    Nov 7, 2005
    Posts:
    4,770
  3. proparjak

    proparjak

    Joined:
    Sep 29, 2006
    Posts:
    108
    Yes I tried.

    Isn't it a performance problem ? On the Mac Pro, no problem (in this case, because I am this problem with another case).
    On Windows and a G4, the problem appears.
     
  4. proparjak

    proparjak

    Joined:
    Sep 29, 2006
    Posts:
    108
    A mistake : in the game viewport in Unity, no problem.
    After publishing, in the mac or windows executable, there are flashs.

    (But like I said before, for another case, this problem appears in Unity too)