We are creating 3d scenes with 2d images in after effects and want to import them into Unity3D without having to recreate them in Blender. Is there anyway to do that?
(I could not find this topic covered when searching the forum but it has a pointer would be much appreciated)
I don’t think there is any way to get the 3D motion graphics from After Effects to occupy 3D space in Unity. However, it is possible to play movies on an object’s surface using a MovieTexture.
You can’t import your files, but you can import your keyframe data. Select your keyframes, copy them, then paste into a text editor. This will give you data you can use to recreate the animation in Unity.