UnityGLTF icon indicating copy to clipboard operation
UnityGLTF copied to clipboard

Add Support for GLTF Cameras on import

Open robertlong opened this issue 8 years ago • 0 comments

Cameras are currently deserialized into the GLTFRoot object, but not translated into a Unity Camera. There should likely be settings to turn off creating Unity Camera objects, set a camera as the main camera, etc.

GLTF 2.0 Animation Spec https://github.com/KhronosGroup/glTF/tree/2.0/specification/2.0#cameras

Unity Camera Component https://docs.unity3d.com/ScriptReference/Camera.html

robertlong avatar Mar 09 '17 21:03 robertlong