Files
Christopher Whitley 50c9f04910 Auto Genereate Region Names in Textture2DAtlas.Create (#1014)
* Generate unique names for regions

Region names previously were generated using the name + bounds.  This was removed in #997 which caused a regression bug.

This is now fixed, and region names are generated using the common format of "name_index"

* Add tests for issue #1013
2025-08-16 16:20:27 -04:00
..