Author Topic: Photoshop shadow issue with NGUI  (Read 2741 times)

tapgames

  • Guest
Photoshop shadow issue with NGUI
« on: December 20, 2012, 02:15:11 PM »
Hi All,

I have some issues getting my shadows right. I have attached an image that shows my issue  :)
Top "New Game" is from photoshop and bottom one is how its displayed in unity ugly gray shadows.

Can I use softshadows? Or is there a trick to this?

Thanks in advance!

Roy


tapgames

  • Guest
Re: Photoshop shadow issue with NGUI
« Reply #1 on: December 20, 2012, 02:46:24 PM »
I think I have solved the issue ;)

I had a psd file with no background and no alpha channel.
I made the background black and made an alpha channel for "New Game" with the shadows included.
Now it shows perfect, but is this the correct way?

Cheers,

Roy

Nicki

  • Global Moderator
  • Hero Member
  • *****
  • Thank You
  • -Given: 33
  • -Receive: 141
  • Posts: 1,768
    • View Profile
Re: Photoshop shadow issue with NGUI
« Reply #2 on: December 20, 2012, 06:00:07 PM »
It is a correct way. ;)

Some people recommend the Flaming Pear Solidify script for photoshop which essentially does the same thing, but fills the transparent color with the adjacent color.

Photoshop defaults transparent colors to white for some reason.

tapgames

  • Guest
Re: Photoshop shadow issue with NGUI
« Reply #3 on: December 21, 2012, 07:49:19 AM »
It is a correct way. ;)

Some people recommend the Flaming Pear Solidify script for photoshop which essentially does the same thing, but fills the transparent color with the adjacent color.

Photoshop defaults transparent colors to white for some reason.

Thanks for your answer! :)