Skip to content

Game3DEE/UnityToThreeExporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity to three.js exporter

Due to changing API's this plugin is currently broken on Unity 5.5. The last working version is Unity 5.4. Pull requests welcome!

Export your Unity scenes to the popular JSON format used in Three.js.

Demo - Changelog - Source code - FAQ

Supported:

  • Vertices
  • UV's
  • Normals
  • Faces
  • Textures
  • Materials
  • Colliders
  • Cameras
  • Lights
  • Lightmaps
  • Script Properties

Requires three.js r71 or higher.

The Three.js Exporter can be found under the Window menu bar.

To load the exported JSON file, use the THREE.ObjectLoader class. See the demo's source code for an example.

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%