I know this was posted almost 3 years ago but I wanted to try this and I can’t get it to work properly. When I follow the tutorial the particles are much bigger than how I drew them originally. All settings are exactly as in the tutorial, also the pixels per unit for the sprite are the same as for my other pixel art. Do you have any idea what could cause this?
As you see in the image, the resolution of the particles is different from the rest of my game. The particles are 3x3 pixels and I set the same pixels per unit for them(16) as the rest of my artwork.
@vambier_1 pixel per unit is not respected because the particle system has it’s own particle size settings, and it will not care about your own. You will have to play with them to get it fit.
Also don’t necro threads, make a new one for this
the easiest solution for most Pixel Art Games is to always work with the same base sizes:
If you need “bigger” objects use a multiple of your “base size”, if you need smaller objects, still draw them within the base size.
E.g. if your “base size” is 16x16 Pixels, paint the 3x3 objects within it and set the PPU (Pixels per units) to 16.
This way the 3x3 objects will still have the intended size as everything scales from the same “base size”