Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人能告诉我们哪个是更好的选择并列出一些优点/缺点吗?
对于游戏-> .tmx?
出于其他原因-> SKTileMapNode?
如果您在 GitHub 上看到JSTileMap自述文件页面,则建议使用 SKTilemapNode。这清楚地表明了要遵循的方向。
JSTileMap 是用 Objective-C 编写的,似乎没有移植到 Swift 的意图,这足以成为选择 SKTilemapNode 的理由。