- If you try to load an unidentified image by pressing Export to spine-cpp, the binary may be extracted incorrectly, resulting in a pointer location error and causing unintended operations
2.When there are attachment names with suffixes like (_1, _2, _3…), if extracted in Json Format,when Json Format is selected, the key value in the *.atlas file is 'leg6', and an index is appended to it. when Binary Format is selected, the key values in the *.atlas file are correctly output as 'leg6_1', 'leg6_2'. When actually loading, the index is not utilized at all, resulting in a failure to find the key and load the file when extracted in Json Format. This is causing continuous issues during internal testing.
I have attached detailed information and a sample project via email.