Hi guys,
I met a problem with single texture atlas for multiple JSON files.
As you can see, my character has 4 sides like the following image shows (each side has multiple animations and each side is referencing to the same image folder where all images are stored):
  Loading Image
I want to export all 4 sides into one texture atlas. Below are the steps I went through:
Export JSON files:
  Loading Image
 
4 JSON files in one folder:
  Loading Image
 
Open the Texture Packer and chose the root folder of the project as Input, chose the export folder as Output:
  Loading Image
 
Here is the export settings:
  Loading Image
 
When finished exporting, I have all the images in one texture atlas and one atlas.txt file + 4 JSON files:
  Loading Image
 
Then I went to Unity and set up the Spine-unity package (I tested with the example files and the set up in Unity is working fine):
  Loading Image
 
When I tried to drag the export folder where all the atlas and JSON files reside, I got this error:
And if I clicked "Choose AtlaseAssets...", I could not select that single atlas
  Loading Image
 
And then I skipped the import, and got the following errors:
  Loading Image
I am using Spine version 3.3.07. And the forum said 3.3 runtime for Unity still in development. I downloaded the latest runtime though. Is this because the runtime too old?
Please help
Thanks
 
Richard
  
 28 Jun 2016, 07:41
 
  By the way, my Unity version is 5.3.5f1