When you download the game assets from Kenny’s site all the assets are individual png images, is it OK to use them individually or is there an advantage to having them all on one sprite sheet?

Forum Archive When you download the game assets from Kenny’s site all the assets are individual png images, is it OK to use them individually or is there an advantage to having them all on one sprite sheet?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8621
    mechatronica
    Participant
      #29047
      Jonathan Gonzalez
      Participant

        Using them as a sprite sheet is better for performance as the GPU only needs to reference one large image instead of a lot of smaller images. It improves rendering performance through reduced draw calls. Think about having to load one large image versus loading multiple images to play your game. 

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The topic ‘When you download the game assets from Kenny’s site all the assets are individual png images, is it OK to use them individually or is there an advantage to having them all on one sprite sheet?’ is closed to new replies.