Hello Guest

Author Topic: All of my animated sprites disappeared  (Read 4168 times)

Pulluxx

  • Newbie
  • *
  • Posts: 9
    • View Profile
All of my animated sprites disappeared
« on: May 04, 2013, 11:52:27 am »
Hey guys.

I tried to give an animated sprite one of Unity's particle shaders, and selected a texture for it. When I then wanted to revert everything to normal, and give the animated sprite a unlit/transparent shader the animation disappeared and all animated sprites are rectangles instead. I would appreciate some help on how to get everything back to normal. Does shader selection for animated sprites affect all of them, and if so, how can I go back to just unlit/transparent with no texture?

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: All of my animated sprites disappeared
« Reply #1 on: May 04, 2013, 01:05:19 pm »
Set the shader back to what it should be (tk2d/BlendVertexColor) and then re-attach the texture. If you look at the material in the project window, the texture should be next to it, i.e. in the same directory.

Pulluxx

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: All of my animated sprites disappeared
« Reply #2 on: May 04, 2013, 02:18:16 pm »
Thank you very much. You're a lifesaver.