跳到主内容

搜索

Importing High Resolution Characters

评论

4 条评论

  • Baz コミュニティモデレーター

    Hello, sorry to hear this. Can you post an example of the sprite sheet you trying to import?

    0
  • Raimonds Graudins

    Dear Sir,

    Thank you for your kind reply. The question is not about Unite per se, but rather about the process of converting high resolution images into sprite sheets.

    At the moment I am using an animation program to generate images and Aseprite for creating sprite sheets. I suppose some loss of quality is expected and editing is inevitable, but maybe someone with more experience can suggest the most efficient workflow or software solutions.

    I have attached an example of a sprite sheet followed by the original image in high resolution. Do you think it needs a lot of retouching and what would be the best way to go about this? I also wonder whether the animation can be a bit bouncy without creating collision problems.

    By the way, thank you for the great tutorials about different game engines that you post on Youtube.

    Regards,

    Ray

    0
  • Baz コミュニティモデレーター

    Thank you for the example and glad you enjoy the tutorials.

    To minimize quality loss when scaling down high-resolution images for sprite sheets:

    1. Scale down in steps rather than all at once.
    2. Use 'Nearest Neighbor' resampling to preserve pixel art details.
    3. Manually edit sprites post-scaling for clarity.
    4. Try Aseprite or similar software optimized for pixel art.
    5. Develop a consistent workflow for sprite creation.

    Hope this helps.

    0
  • Raimonds Graudins

    Thank you for the suggestions!

    0

请先登录再写评论。