How to export a plist file with <key>animations</key> using CocoStudio

I have a question that it cann’t create a .plist file with animations using CocoStudio.
when I export the file from cocostudio, the format of .plist file as below:


but I want to create a .plist file like the format which has animations as following:

How should I do? thank you so much!

Hi,This is two different files。
The .plist type file is one kind of atlas。It contains many small pictures。

For the Animation,all information has been recorded in the .json/.ExportJson file.

1 Like

Oh,I see,thanks for your reply!
Could you please tell me how to use .json/.ExportJson file in code. As I know .plist type file ,it could be used in the following ways:

How should I use the .json/.ExportJson file in code?