Skip to content

Utilities

DoDoCat edited this page Oct 29, 2024 · 1 revision

There are two useful utilities in the engine: SpriteSheetGenerator and AIMeshGenerator

SpriteSheetGenerator

This tool can generate the sprite sheet with the sprite sheet xml which is complicated with the engine

GUI:
2024-10-29 08-44-34-28

Result:
This tool will generate two files: one is the sprite sheet image (.png), another is the sprite sheet xml (.xml)

AIMeshGenerator

This tool can generate a xml file which include all the AIMesh point which is used for AStar Path Finder or any other path finders

2024-10-29 08-47-59-48

Clone this wiki locally