Hello Guest

Author Topic: Projectors?  (Read 7418 times)

dakeese

  • 2D Toolkit
  • Jr. Member
  • *
  • Posts: 50
    • View Profile
Projectors?
« on: February 25, 2012, 05:33:50 pm »
Is it possible to get a projector to work with sprites? By default, it doesn't seem to. I have a projector set up and it only projects onto an FBX mesh I have in the scene, not the sprites.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Projectors?
« Reply #1 on: February 25, 2012, 07:48:26 pm »
Projectors in Unity don't work with transparent materials - the default sprite shader is transparent, and as such projectors won't work out of the box. However, if you don't need transparency, you can use a solid shader on the sprites, and projectors will work then.