所以我正在研究侧滚轴。每个级别都有一个带有自定义玩家类的 Sprite。虽然确定精灵的纹理是由它的空闲动画设置的,但我在每个关卡中应用了一个纹理以供参考。
在每个级别它似乎工作正常
例如,这是我的第 2 级,我的主要玩家 Monkey Sprite 出现在大多数关卡中。
但是,在两个级别上,对此 Player Sprite 的任何更改都会导致游戏崩溃。我不得不把它作为一个没有纹理的精灵……任何改变都会导致游戏崩溃。例如,如果我添加一个新纹理,我会收到以下错误。
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Invalid size specified: {6, -2.6005233764648423}'
*** First throw call stack:
(
0 CoreFoundation 0x00000001041a534b __exceptionPreprocess + 171
1 libobjc.A.dylib 0x000000010389e21e objc_exception_throw + 48
2 CoreFoundation 0x000000010420e265 +[NSException raise:format:] + 197
3 SpriteKit 0x0000000104d5060c -[SKSpriteNode initWithTexture:color:size:] + 204
4 SideScrolleriOS 0x00000001030248e5 _TFC15SideScrolleriOS8PlatformcfT7textureGSqCSo9SKTexture_5colorCSo7UIColor4sizeVSC6CGSize_S0_ + 661
5 SideScrolleriOS 0x00000001030785e6 _TFC15SideScrolleriOS14MovingPlatformcfT7textureGSqCSo9SKTexture_5colorCSo7UIColor4sizeVSC6CGSize_S0_ + 246
6 SideScrolleriOS 0x00000001030786e6 _TToFC15SideScrolleriOS14MovingPlatformcfT7textureGSqCSo9SKTexture_5colorCSo7UIColor4sizeVSC6CGSize_S0_ + 86
7 SpriteKit 0x0000000104d5157a -[SKSpriteNode initWithColor:size:] + 25
8 SideScrolleriOS 0x0000000103026ac4 _TTOFCSo12SKSpriteNodecfT5colorCSo7UIColor4sizeVSC6CGSize_S_ + 36
9 SideScrolleriOS 0x000000010301f440 _TFCSo12SKSpriteNodeCfT5colorCSo7UIColor4sizeVSC6CGSize_S_ + 96
10 SideScrolleriOS 0x000000010301e9c6 _TFC15SideScrolleriOS8Platform13setUpPlatformfCS_6PlayerT_ + 2166
11 SideScrolleriOS 0x0000000103077609 _TFC15SideScrolleriOS14MovingPlatform13setUpPlatformfCS_6PlayerT_ + 73
12 SideScrolleriOS 0x00000001030a9b0e _TFC15SideScrolleriOS9GameScene7didMovefT2toCSo6SKView_T_ + 12430
13 SideScrolleriOS 0x00000001030b6aaa _TToFC15SideScrolleriOS9GameScene7didMovefT2toCSo6SKView_T_ + 58
14 SpriteKit 0x0000000104d12c57 -[SKScene _didMoveToView:] + 198
15 SpriteKit 0x0000000104d3152e -[SKView presentScene:transition:] + 364
16 SideScrolleriOS 0x000000010309018d _TFC15SideScrolleriOS4Home8loadGamefT_T_ + 13805
17 SideScrolleriOS 0x000000010308cb1f _TFC15SideScrolleriOS4Home13pressedSelectfT_T_ + 4159
18 SideScrolleriOS 0x0000000103054cff _TFFC15SideScrolleriOS4Home12touchesBeganFTGVs3SetCSo7UITouch_4withGSqCSo7UIEvent__T_U_FTCSo6SKNodeGSpV10ObjectiveC8ObjCBool__T_ + 1375
19 SideScrolleriOS 0x0000000103043774 _TTRXFo_oCSo6SKNodedGSpV10ObjectiveC8ObjCBool___XFdCb_dS_dGSpS1____ + 68
20 SpriteKit 0x0000000104d4a946 -[SKNode _processSearchTokens:visited:usingBlock:stopPointer:] + 2729
21 SpriteKit 0x0000000104d4a083 -[SKNode _processSearchTokens:visited:usingBlock:stopPointer:] + 486
22 SpriteKit 0x0000000104d49d3a -[SKNode _enumerateChildNodesWithName:usingBlock:stopPointer:] + 1127
23 SpriteKit 0x0000000104d49612 -[SKNode enumerateChildNodesWithName:usingBlock:] + 58
24 SideScrolleriOS 0x0000000103054591 _TFC15SideScrolleriOS4Home12touchesBeganfTGVs3SetCSo7UITouch_4withGSqCSo7UIEvent__T_ + 737
25 SideScrolleriOS 0x0000000103054e96 _TToFC15SideScrolleriOS4Home12touchesBeganfTGVs3SetCSo7UITouch_4withGSqCSo7UIEvent__T_ + 102
26 SpriteKit 0x0000000104d2f6d6 -[SKView touchesBegan:withEvent:] + 1145
27 UIKit 0x0000000104feba21 -[UIWindow _sendTouchesForEvent:] + 2043
28 UIKit 0x0000000104fed3cf -[UIWindow sendEvent:] + 4011
29 UIKit 0x0000000104f9a63f -[UIApplication sendEvent:] + 371
30 UIKit 0x000000010578c71d __dispatchPreprocessedEventFromEventQueue + 3248
31 UIKit 0x00000001057853c7 __handleEventQueue + 4879
32 CoreFoundation 0x000000010414a311 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
33 CoreFoundation 0x000000010412f59c __CFRunLoopDoSources0 + 556
34 CoreFoundation 0x000000010412ea86 __CFRunLoopRun + 918
35 CoreFoundation 0x000000010412e494 CFRunLoopRunSpecific + 420
36 GraphicsServices 0x0000000108cb4a6f GSEventRunModal + 161
37 UIKit 0x0000000104f7c964 UIApplicationMain + 159
38 SideScrolleriOS 0x0000000103109ecf main + 111
39 libdyld.dylib 0x000000010c7c568d start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)
我试图通过
- 复制我的 2 级并删除除了猴子精灵和相机(以及它的孩子)之外的所有内容,然后将有问题的级别中的所有内容粘贴到(除了无纹理的精灵和它的相机)。错误仍然发生。
当我在 Xcode 7 中开发这个东西时,这似乎没有发生,但是切换到 Swift 3 和 Xcode 8 导致了一些奇怪的错误。
我已经尝试过这两个问题级别。我想不通。如果我只是让它不带纹理,那么游戏构建就可以正常工作。我可以在场景编辑器中添加纹理。但是,然后构建崩溃。
但是,将精灵纹理化以供编辑参考会很有帮助。有人有想法么?