TheDudeFromCI / Bones3

Bones³ is a Voxel Editor for Unity. Supports both in-game and in-editor building.
MIT License
58 stars 12 forks source link

Creating texture arrays can overwrite existing assets. #5

Open TheDudeFromCI opened 4 years ago

TheDudeFromCI commented 4 years ago

When you attempt to create multiple texture arrays within the same folder, the newly created texture array will overwrite the previous one because it does not check if there is already a file with the given name.