I need to import camera animation created in blender to play canvas. Is that possible? How should I export it from blender?
Hi @sivatgz and welcome,
The easiest way is to animate a camera in blender using a single bone along a path and then export that animation to .FBX.
You can then import that file in Playcanvas, assign this animation to an animation component and in code add your camera as child to the pc.GraphNode of the animation. Your camera will automatically get animated along that path.
2 Likes