Export scenes from 3d unity3d file. Is it possible?
There is a program with which the user can add and arrange some objects on the stage. Is it possible to programmatically implement the export of this scene(entirely) in 3d-format that is readable by browsers? The required functionality of the output 3d file: zoom, rotations in all axes. As far as I know the only such format is dwf, but I could be wrong, since I'm new.
1 answer
No such special format readable by browsers, no. Each engine understands those formats for which parsers written (three.js for example, know at least collada, obj and vrml).
Find more questions by tags Unity Game Engine3DWebGL