Convert Unity scene to OpenSceneGraph format
Copy osgExport and osgExportHelpers to your Unity project folder\Assets You will find a new "nwTools" menu at the top and use menu items to export .osg files! Note that the texture paths are always relative to Unity project folder, so you may have to redirect them
- Support multiple texture maps (done)
- Support lightmaps and lightprobes (partly)
- Use specified viewer (with a default shader) to show scene (done)
- Support light and camera data outputs (partly)
- Make use of dynamic lights from Forward+ pass
- Support game object and camera animations
- Support character data and animation outputs
- Play kinds of animations in viewer
- Support mesh collider data outputs (partly)
- Load and use colliders in physics engine integrations
- Support particle animations
- Support Unity legacy shaders and reimplement them in OSG (partly)
- Support terrains and plants (partly)
- Support Unity 5.x standard PBR shader