- Home /
how to change the size of a particle
I'm new to using 3.5 and the Shuriken particle system. There are some simple features that seem to allude me. It appears to be missing x,y,z access to many key variables.
How can I change the size of individual particles? Currently they always draw as a square. I want to be able to draw them as a rectangle by stretching out the x axis.
Is no one answering because this is just not possible with the new particle system? Do I have to write a custom script to do something as simple as this?
Im not too sure about Shuriken because I havent used it, but with Unity particles, the texture you assign will represent the shape of the particle.
Your answer
Follow this Question
Related Questions
Scale Shuriken Particle System with Parent Transform 5 Answers
Setting the position of particles in a (shuriken) ParticleSystem 3 Answers
Particles emmiting all over the shape, is it possible make them spawn gradually from a set point? 0 Answers
PS Custom Vertex Streams to Particle Trail 0 Answers
How can I create a particle 'vortex' or implosion using Shuriken? 2 Answers