ameguid12
ameguid12

Reputation: 13

How to edit Cocos2d 3.x sprite builder ccb file?

I need to know how to open a ccb file in Sprite Builder for Cocos2d 3.x

This is attached a screenshot for my file.

https://i.sstatic.net/2gW8z.png

Upvotes: 0

Views: 793

Answers (1)

Ben-G
Ben-G

Reputation: 5026

You have to open the complete project in SpriteBuilder, you cannot open single .ccb files. The root folder of your project needs to be called PROJECTNAME.spritebuilder and you need to open that in SpriteBuilder to edit a .ccb file that is contained in a project:

SpriteBuilder file structure

Upvotes: 2

Related Questions