Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Splankton on August 29, 2015, 01:25:03 PM

Title: How to get the Texture Sheet Animation from the Particle System?[SOLVED]kinda
Post by: Splankton on August 29, 2015, 01:25:03 PM
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.
Title: Re: How to get the Texture Sheet Animation from the Particle System?[SOLVED]kinda
Post by: Splankton on August 30, 2015, 02:21:18 PM
Ive fixed it using the texture offset of the material.  Still cant access the properties I need in ParticleSystem though.