FairyGUI-unity icon indicating copy to clipboard operation
FairyGUI-unity copied to clipboard

DXT5格式的NPOT图,异步加载后,九宫格显示有问题

Open Ailtop opened this issue 11 months ago • 0 comments

在同步加载图片时没有问题,但是在异步加载图片时,由于调用了NTexture.Reload方法,NTexture的_region从568x385变成了512x512,导致计算九宫格出现了错误

原图 Image

九宫格 Image

同步加载 Image

异步加载 Image

Ailtop avatar May 20 '25 03:05 Ailtop