Skip to content

hiloteam/SeinJSUnityToolkit

Repository files navigation

SeinJSUnityToolkit

Export unity scene to gltf for "Sein.js", or import gltf to unity.

Preview:

Atlas and sprite:

Usage

http://seinjs.com/cn/guide/scene-editor/unity-extension

Features

  1. Export and import node, mesh, material, texture, lights, cameras...
  2. Support animations(transform, bones, morph...) without baking(small size), support interpolation mode LINEAR, STEP(Constant) and CUBICSPLINE(FREE).
  3. Support texture compression(RGBA4444).
  4. Support custom materials.
  5. Support binding scripts.
  6. Support physic system.
  7. Support lightmap.
  8. Support customize gltf extensions.
  9. Support import and export morph.
  10. Support import multiple primitives mesh and its hierarchy in unity(by using sub meshes).
  11. Support interleaved primitives.
  12. Add Sein/PBR material to replace Unity Standard material.
  13. Add Sein/Basic material.
  14. Support IBL: SH and Reflection.
  15. Support ambient light.
  16. Support linear color space.
  17. Support SeinJS atlas.
  18. Support SeinJS Sprite.
  19. Support SeinJS Material Scripts.
  20. Support preview and inspector.
  21. Support cubmap.
  22. Support skybox.
  23. Support HDR texture.