Can I use basic data with a game for sprites?

I am very new to basic data. I would like to use it with a game with a set of sprites, but I don’t see the usual option to mark it as I did with the general xcode project. Can i use it? If so, what are the steps that I must follow to configure it?

+4
source share
1 answer

You can use the basic data with the game for sprites. By default, the Xcode sprite template template does not provide the ability to include basic data in the starter project, but you can always include the basic data in the game with a set of sprites by copying the boiler plate core data code in the AppDelegate file. There are no restrictions on the use of master data in a game with a set of sprites.

+5
source

All Articles