I'm trying to use the automatic slicer but the Slice button is greyed out for me as seen here :
我正在尝试使用自动切片机,但切片按钮对我来说是灰色的,如下所示:
I am also getting the error :
我也收到了错误:
(!IsPowerOfTwo(width) || !IsPowerOfTwo(height))
&& !IsNPOTTextureAllowed(mipCount > 1)
How can I work around this?
我怎么才能解决这个问题呢?
更多回答
You need to make sure your SpriteMode is set to Multiple not Single
您需要确保将SpriteMode设置为多个,而不是单个
@Savlon where do I do that?
@Savlon我在哪里可以做到这一点?
优秀答案推荐
- Select your sprites in project
- Select the SpriteMode to be Multiple
Keep as Single
, but turn off Generate Mip Maps
保持单一,但禁用生成MIP贴图
For me, my Inspector was in Debug mode. Changing to Normal mode activated the Slice option.
对我来说,我的检查员处于调试模式。更改为正常模式会激活切片选项。
更多回答
我是一名优秀的程序员,十分优秀!