SKTexture: Error loading image resource

后端 未结 2 1263
一整个雨季
一整个雨季 2021-01-22 05:02

This seems to work perfectly fine:

\"enter

and when I created a new project with e

2条回答
  •  余生分开走
    2021-01-22 05:17

    A similar error occurred to me while following a tutorial to develop a game using spritekit.

    Error was "SKTexture: Error loading image resource:"imagename""

    In my case the path was not set properly.

    We can recheck to be sure that the path is always set correctly.

提交回复
热议问题