swift - SceneKit error loading skinned character -


whenever try load scene skinned character error:

scenekit: error, library deserialization: cannot finalize deserialization of <c3dskin ...> 

the code generating error:

let heroscene = scnscene(named: "art.scnassets/hero.scn")! 

this includes .dae character file download internet, hero character apple's wwdc slideshow.

this seems bug xcode 8. filed bug report apple marked duplicate of "open" report. hope apple's going fix next xcode update.

edit: bug has been fixed in xcode 8.2 beta.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -