Unity doesn't recognize arbitrary extensions. It's stupid.
For text assets, you need to save it as .txt
, which is why the atlas files are .atlas.txt
.json
"support" was a recent addition.
But for binary files, they need to be .bytes
files.
So the recommended file extension is .skel.bytes
.