defold / editor2-issues

DEPRECATED
44 stars 4 forks source link

Editor still won't let me re-order particle emitter in the particle system editor #1603

Open erikangelin-king opened 6 years ago

matgis-king commented 6 years ago

Perhaps not needed, since rendering order is controlled by the Z order. If used inside a Gui scene, particle effects can already be reordered just like other Gui elements.

Jerakin commented 6 years ago

https://github.com/defold/editor2-issues/issues/1226

Jerakin commented 6 years ago

@matgis-king This is still an issue, there is no way to change render order between particles emitters in the editor. Apparently people are removing and adding emitters if they want them in a different order. This is an editor bug only, renderers correctly in the game.

"since rendering order is controlled by the Z order" - ~This doesn't seem to be the case~ That was the case