Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1014 Bytes

KnownIssues.md

File metadata and controls

19 lines (13 loc) · 1014 Bytes

Known Issues

  • ¹Vertex accessors (positions, normals, etc.) that are used across meshes are duplicated and result in higher memory usage and slower loading (see this comment)
  • ¹When using more than one sampler on one image, that image is duplicated and results in higher memory usage
  • Texture sampler minification/magnification filter limitations (see issue):
    • ¹There's no differentiation between minFilter and magFilter. minFilter settings are prioritized.
    • ¹minFilter mode NEAREST_MIPMAP_LINEAR is not supported and will result in NEAREST.

¹: A Unity API limitation.

Trademarks

Unity® is a registered trademark of Unity Technologies.

Khronos® is a registered trademark and glTF™ is a trademark of The Khronos Group Inc.