playMaker

Author Topic: How to get the Texture Sheet Animation from the Particle System?[SOLVED]kinda  (Read 2471 times)

Splankton

  • Sr. Member
  • ****
  • Posts: 268
Hi,
I want to be able to set the X and Y values of a sprite sheet using the ParticleSystem.  I have an object variable (UnityEngine.ParticleSystem) but I cant get those X,Y values.  The only object that has those values, (UnityEngine.ParticleRenderer) is the old Legacy particles.

So, is it possible to get the Texture Sheet property from UnityEngine.ParticleSystem?
Thanks for any help.
« Last Edit: August 30, 2015, 02:19:48 PM by Splankton »

Splankton

  • Sr. Member
  • ****
  • Posts: 268
Ive fixed it using the texture offset of the material.  Still cant access the properties I need in ParticleSystem though.