.CCBI Bestandsextensie
CocosBuilder Binary Scene
| Ontwikkelaar | Cocos2d |
| Populariteit |
1.0 | 3 Stemmen |
Wat is een CCBI-bestand?
A CCBI file is the binary version of a scene created in CocosBuilder. It contains the same data as a .CCB file, saved in a binary format. Developers import CCBI files into their Cocos2d video game development projects.
Meer informatie
Developers use the Cocos2d framework to create 2D and 3D video games. CocosBuilder is a discontinued visual editor available for macOS; it allows Cocos2d developers to create game scenes. For example, a developer might use CocosBuilder to visually create and edit their game's levels.
Before a developer can include a scene created using CocosBuilder in a game, they must export that scene as a CCBI file. This file is a binary file, which the developer will reference while coding their game in Apple Xcode.
Een CCBI-bestand openen
CCBI files are not meant to be opened. They are meant to be imported into a Cocos2d video game project developed using Apple Xcode.