使用Unity3D 內建的Texture2D.PackTextures 功能來產生Texture Atlas 圖片,下面是簡單的範例: Texture2D texAtlas =new Texture2D(2048, 2048);
確定! 回上一頁