.CCBI Extension de fichier
CocosBuilder Binary Scene
| Développeur | Cocos2d |
| Popularité |
1.0 | 3 Votes |
Qu'est-ce qu'un fichier CCBI ?
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.
Plus d'informations
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.
Comment ouvrir un fichier CCBI
CCBI files are not meant to be opened. They are meant to be imported into a Cocos2d video game project developed using Apple Xcode.