Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

[Particle System] What is "size"? How does it correspond to pixels?

  • #1, by 49vzcztc3se 7 years ago Zitieren
    Basically what title says. Particle size seems to be arbitrary/abstract unit, how does it correspond to real pixels?

    My game is at 384 x 216 pixel resolution. What "size" of particle corresponds to 1:1 pixel scale in game?

    I'm trying to use sprite particles, but I get totally different sizes in editor and game.
  • #2, by SimonS 7 years ago Zitieren
    It's pixels, and always the height of the image if it's not squared.
  • #3, by 49vzcztc3se 7 years ago Zitieren
    So, size of 32 should give me 1:1 scale for 32x32 particle sprite?

    Edit: Looks like it does. Thanks!