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.
我试图在 Vmware HighSierra Mac 中打开 Gamescene.sks 文件,但 XCode 意外关闭。我有 XCode 8 的解决方案。 Xcode 9.2 怎么办?
正如AlessandroOrnano指出的那样,问题可能出在视频驱动程序上。由于SpriteKit使用 GPU,而 VMWare 不能为 macOS 使用 GPU 加速,因此无论系统使用在 GPU 上运行的图形(例如VisualEffect视图、渲染场景中的 2D 或 3D 对象等)都会出现故障和卡顿。VMWare对所有图形使用3D 软件渲染SpriteKitmacOS 中的相关活动,以及需要硬件加速的事实可能使其根本无法工作或崩溃。
SpriteKit
VisualEffect