Participating Frequently
November 4, 2020
Answered
Issue: Capital letters in spritsheets name
- November 4, 2020
- 2 replies
- 759 views
Hi,
When I export Image assets as Spritesheet, the outcoming file contains always Capital letters, ex: risk_intro_aar_pr_atlas_NP_1.jpg The same filename you can find several places in the following js file.
The problem is that my customer does not want files containing Capital letters on his server.
If I rename the file name to ***_atlas_np_1.jpg my animation will not play since the js file calls the ***_atlas_NP.
Is this a way to get rid of those capital letters once for all? I work with e-learning and the courses I work with contain many js and atlas - files. I can not go through all my files, both jpg, and js, and change all the capital letters every time I publish my files ...

