cocos / cocos-engine

Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games and instant web entertainment.
https://www.cocos.com/en/creator
Other
8.47k stars 1.97k forks source link

New ParticleSystem RoadMap #14749

Open SantyWang opened 1 year ago

SantyWang commented 1 year ago

1.0

Key Features

Emitter

Experession

Float Expression

Vec3 Expression

Color Expression

Emitter Update

Particle Spawn

Particle Update

Common(Support using in both Particle Spawn and Particle Update)

Renderer

1.1

Key Features

Expression

Float Expression

Vec3 Expression

Bool Expression

Int Expression

Color Expression

Particle Spawn

Particle Update

Common (Can used in both Particle Spawn and Particle Update)

Renderer

1.2

Particle Spawn

SantyWang commented 1 year ago

Current remaining issues:

It seems to need more time to refine the new particle system, so do we need to make some performance optimizations to the existing particles in the near future to gain more time?

mikecoker commented 1 year ago

Hi, Panda said I could drop some feedback here. I'm glad you guys are making improvements to your particle system and I was talking with our VFX guy to see if he had feedback. There were a couple of pieces of functionality we were hoping we could get while you're doing this. These are features he uses often in Unity

1) Add orbital velocity to the velocity animator. 2) Add the ability to orient a particle to the velocity 3) Ability to override the Random Number seed with a fixed value.

Thanks, Mike

SantyWang commented 1 year ago

Thanks for feed back. All these features already be planned in the roadmap.

whaqzhzd commented 1 week ago

will this feature continue to be developed? It seems to me that it has been stalled for a long time