- Изменено
Why unity has not auto generate SkeletonData (.asset)?
When I import the resources to unity , only auto generate material and atlas , no SkeletonData :S
I have seen the video about how to import the assets export from spine to unity.
I seen it can be auto generate extra 3 files : the atlas,the material and the SkeletonData.
My version is Unity5.3.3 + Spine 3.1.02 + the latest spine-unity.unitypackge from here 03/30/16.
Who can tell me why???
The video I seen is here.
Looks like it recognized the atlas but not the json. That's strange.
Did you name your json. .json.txt
or just .json
?
Pharan написалLooks like it recognized the atlas but not the json. That's strange.
Did you name your json..json.txt
or just.json
?
Thanks a lot for your remind , I has named it as '.json.txt' so it can not be recognized , when I change it to '.json' , it work !
Finally auto generate the important file 'SkeletonData' :clap: . It looks I consused the extension name :whew:
Thanks a lot !
I'm glad that fixed it for you!
Unity 4.1 or something used to require the json to be named .json.txt.
I think Unity 4.3 started accepting just .json
. But it still requires you to save the atlas as .atlas.txt
.
Thanks for reporting the problem!