Hello Guest

Author Topic: Use sprite sheets?  (Read 3518 times)

Desttro

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 18
    • View Profile
Use sprite sheets?
« on: April 08, 2015, 08:35:40 pm »
Hello guys,
I have question. I´m new in 2D Unity development and I have simple question - is better to use sprite sheets or no? I´m going to use (via 2D toolkit) PIXEL PERFECT. So support of multiple device resolutions and screen sizes.

Thank you for advice.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Use sprite sheets?
« Reply #1 on: April 08, 2015, 10:05:53 pm »
If you're using tk2d sprite collections, its not necessary to use sprite sheets - they get compiled automatically when you commit a collection.

Desttro

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: Use sprite sheets?
« Reply #2 on: April 08, 2015, 11:20:24 pm »
Thank you for your quick reply. I will follow your advice.