I made 2 PNGs one mouth closed one open, put them in a folder in streamassets/live2dmodels, and have a .json pointing at the 2 PNGs, but I cant get it to show up, what am I doing wrong. Very thankful for any help.
the .json has the following inside of it:
{
"type": "SimplePNG",
"name": "My PNGTuber",
"idleImage": "idle.png",
"talkImage": "talking.png"
}
one png is called idle.png
and the other talking.png
the json is a json file not .txt
Thanks for reading this.