Hello!
As you know, PhotoshoptoSpine.jsx creates a template.png when you tick the "write template" checkbox.
However, this image is not written to the .json file, and therefore not brought into spine and placed correctly.
I am not sure why a person would save a template image using this script if they weren't trying to use it in their spine file.
So, I went ahead and fixed the script. See attached script which imports and places the template.png into spine via json. It'd be nice to have this feature be officially supported in a future update of the script. My major changes occur around line 226 and 256 of my script.
-Nathan