Author Topic: Multiple objects transparent problem  (Read 1486 times)

rybin

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 4
    • View Profile
Multiple objects transparent problem
« on: September 24, 2015, 07:17:29 AM »

In transition alpha from 0 to 1


alpha is 1

All objects useŠ² UITexture component

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Multiple objects transparent problem
« Reply #1 on: September 26, 2015, 04:36:58 PM »
If you overlay sprites on top of each other, you will be able to see their boundaries as you lower their alpha. This is just how it always works. It's a composite image after all.

Use a texture mask if you want to draw a UITexture with a part of it cut off.