Unity中多个SpriteAtlas引用同一个Sprite
2023/07
22
18:07
在出包时,Unity会输出警告:
18:45:01 Sprite Icon_Com_Garrison_V4 matches more than one built-in atlases. Default to use the first available atlas.
18:45:01 Sprite Icon_Social_CancelUpperLayer_V4 matches more than one built-in atlases. Default to use the first available atlas.
所以使用搜索工具,在所有的SpriteAtlas中查找指定的Sprite,然后清理掉
CopyRights: The Post by BY-NC-SA For Authorization,Original If Not Noted,Reprint Please Indicate From 老刘@开发笔记
Post Link: Unity中多个SpriteAtlas引用同一个Sprite
Post Link: Unity中多个SpriteAtlas引用同一个Sprite