问题描述
一直在尝试创建要在 Xcode 8 测试版中的新场景编辑器中使用的图块集.但是,我从资产目录中将图像拖到那里,然后单击离开,就好像我从未在其中放置纹理一样.我不知道如何获取图块以保存图像数据.
Been trying to create a tile set to use in the new scene editor in the Xcode 8 beta. But, I drag a image in there from the asset catalog and I click away and it's as if I never placed a texture in there. I can't figure out how to get the tiles to save the image data.
之前:
在我单击离开任何其他文件后,然后单击返回:
After I click away to any other file then click back:
然后场景编辑器不会让我选择用于绘制的图块.有人有幸将图像数据保存在磁贴中并使用它吗?任何解决方法?任何人都可以上传带有图块集的 Xcode 项目,我可以尝试修改?
Then the Scene Editor won't let me select a tile to use to draw.Anyone had any luck saving image data in a tile and using it?Any workarounds?Anyone able to upload an Xcode project with a tile set that I can try to maybe modify?
推荐答案
在对磁贴集进行更改后,只需在单击离开之前按 cmd + S(或单击文件 -> 保存).然后更改将持续
After making the changes to the tile set simply press cmd + S (or click File -> save) before clicking away. Then the changes will persist
这篇关于在 Xcode 8 中创建 Tile Sets 时遇到问题.有人成功了吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!