Page 1 of 1

Export Octane Materials from C4D to Unity

Posted: Sun Aug 20, 2017 11:58 pm
by rtilton
I have a scene in C4D using the Octane Plugin. When I export the fbx (with materials) to Unity it doesn't receive any of the Octane materials. How can I bring these existing octane materials over?

Re: Export Octane Materials from C4D to Unity

Posted: Mon Aug 21, 2017 8:52 am
by Xhed
FBX doesn't support Octane materials. You can export your C4D scene as an ORBX file, and load it into Unity.
Currently, only proxies are provided in the Unity scene viewport for ORBX files, but it can be viewed in the Octane viewport properly.

Re: Export Octane Materials from C4D to Unity

Posted: Tue Aug 22, 2017 6:17 pm
by Goldorak
Xhed wrote:FBX doesn't support Octane materials. You can export your C4D scene as an ORBX file, and load it into Unity.
Currently, only proxies are provided in the Unity scene viewport for ORBX files, but it can be viewed in the Octane viewport properly.
With the final 3.07 release we will have the ability to export ORBX geometry node to FBX Proxy mesh (if scene size is within reason) as an alternative to just showing a bounding box in the Unity viewport. The FBX based ORBX Proxy could in theory then be unwrapped by Unity Editor and live baked by Octane - we'll be testing that end to end after 3.07 core work is done and fully integrated back into Unity.

Re: Export Octane Materials from C4D to Unity

Posted: Tue Jul 03, 2018 12:44 pm
by Timmey158
So Im currently working on a similar Project:
We create our Objects and textures inside Cinema 4D and want to use them in Unity. Because there are limitations in exporting material properties from Cinema to Unity (for example things like specular, refraction and other channels cant be exported) we are now designing the materials via the Octane nodegraph editor inside Cinema 4D and this works great. The export to Unity is also no problem via the ORBX File format that stores geometry, animations and the octane materials with all their properties. The only thing thant we cant figure out is how to actually see the models inside the native Unity editor. there is just a bounding box or sometimes just a position indicator but absolutely no geometry or texture. In the PBR Viewer of Octane inside Unity everything works fine but we would like to build the scenes first inside the native Unity Viewport and then do all the tuning on lighting etc in the PBR viewport later.

So the last post said that there should be a way to send the geometry to Unity via some kind of fbx node proxy stuff? We use the latest 3.08 Version of octane so this should be possible now as the post above mentioned right? So how would the exact procedure be to actually see the objects inside unity while arranging them before switiching to octane PBR View for lighting and post?

Thanks in advance!