axmolengine / axmol-migrate

MIT License
2 stars 3 forks source link

Question: what is json format for scene loading / ccb migration? #11

Open CAMOBAP opened 3 months ago

CAMOBAP commented 3 months ago

According to source code axmol support both csb and json format for scene loading.

csb is cocos studio file format (so it kind of known).

What is json format where it's description can be found? Do CocosCreator support it?

I'm looking for a way to migrate old ccb to axmol engine, I hope maybe ccb/ccbproj can be converted to json

halx99 commented 3 months ago

This repo not support scene format convertion

CAMOBAP commented 3 months ago

This repo not support scene format convertion

Thanks for reply.

I understand this, and I don't ask for this functionality (I assume it's too specific)

As far as I understand csb format was used by cocosstudio which is obsolete now, so I wanna know more about json that's supported by axmol (to find best path to migrate ccb format that even older than csb)

At this point, to me it looks like the best option is to backport ccbreader

Any thoughts are appreciated