Skip to content

Instantly share code, notes, and snippets.

@madjin
Created June 14, 2024 17:32
Show Gist options
  • Save madjin/db58019d538f4401694b65fc4fa9a5f5 to your computer and use it in GitHub Desktop.
Save madjin/db58019d538f4401694b65fc4fa9a5f5 to your computer and use it in GitHub Desktop.
character studio sprite sheet manifest file
{
"assetsLocation": "./sprite-atlas-assets/",
"animationsDirectory": "/animations/",
"backgroundColor":[0,0,0,0],
"atlasWidth":128,
"atlasHeight":128,
"screenshotOffset":[-1,0.5],
"topFrameOffset":0.2,
"bottomFrameOffset":0.2,
"pixelStyleSize":2,
"spritesCollection":[
{
"animationName":"Waving",
"animationPath":"Waving.fbx",
"framesNumber":8,
"expression":"happy",
"cameraPosition":"front",
"cameraFrame":"mediumShot"
},
{
"animationName":"Walking_left",
"animationPath":"Walking.fbx",
"framesNumber":8,
"expression":"happy",
"cameraPosition":"left",
"cameraFrame":"fullshot"
},
{
"animationName":"Walking_right",
"animationPath":"Walking.fbx",
"framesNumber":8,
"expression":"happy",
"cameraPosition":"right",
"cameraFrame":"fullshot"
},
{
"animationName":"Walking_front",
"animationPath":"Walking.fbx",
"framesNumber":8,
"expression":"happy",
"cameraPosition":"front",
"cameraFrame":"fullshot"
},
{
"animationName":"Walking_back",
"animationPath":"Walking.fbx",
"framesNumber":8,
"expression":"happy",
"cameraPosition":"back",
"cameraFrame":"fullshot"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment