Using Unity models in SceneKit

Hi guys,


i was wondering if it's possible to use 3D models downloaded from the Unity asset store in SceneKit?


Best regards.

Replies

Yes it is. SceneKit does not support FBX which seems to be used quite alot with Unity, but using AssimpKit you can easily import FBX assets (or basically any format) to SceneKit. Check it out at https://github.com/dmsurti/AssimpKit.


Br,


Teemu

You need to import Collada models (.dae format) into SceneKit. It's easy if use a collada exporter you can buy directly in the Unity Asset Store. There is one for Unity 5.x users nd one for Unity 2017.

@tsharju,


Do you have an example of using AssimpKit to import the FBX?