"Template Rendering is not supported in texture atlases" SpriteKit 和 Xcode
"Template Rendering is not supported in texture atlases" SpriteKit and Xcode
我正在用 SpriteKit 制作游戏,我正在为我的所有纹理使用纹理图集。我正在使用设置
- 比例因子:单个向量
Xcode 给我一个关于这个 TextureAtlas 的警告:
Template rendering is not supported in texture atlases.
我不确定这是什么意思
在您的资产文件夹中,其中一个纹理被标记为渲染 As:Template 图像。贴图图集不支持这种渲染模式,需要改回Default
我正在用 SpriteKit 制作游戏,我正在为我的所有纹理使用纹理图集。我正在使用设置
- 比例因子:单个向量
Xcode 给我一个关于这个 TextureAtlas 的警告:
Template rendering is not supported in texture atlases.
我不确定这是什么意思
在您的资产文件夹中,其中一个纹理被标记为渲染 As:Template 图像。贴图图集不支持这种渲染模式,需要改回Default