Pregunta

I have been using texture packer for most of my image resources. Recently I read about asset catalogs that eliminate the need to specify iOS device extensions needed for resources. can asset catalogs eliminate the need for iOS device resource extensions in sprite sheets? if yes, how? Also, can asset catalogs work with apps that run on older versions of iOS?

¿Fue útil?

Solución

Unless cocos2d-iphone gets an update to support asset catalogs: no.

FWIW not even Sprite Kit currently supports asset catalogs, though it's said to be on the roadmap.

Asset catalogs work on apps built for iOS 7, which means if you're still targeting iOS 6 or earlier you couldn't use them.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top