Integration of Pixar's Universal Scene Description into Unity
Перейти к файлу
Michael Blain a2d0d0d3fe
Update README.md to redirect to next generation packages
2023-12-20 11:28:00 +01:00
.github Create PR template based on the one used on Ono 2020-10-26 10:29:27 -04:00
.yamato Removed --dry-run (#392) 2023-06-20 18:46:06 +01:00
TestProject [USDU-312] Test Code refactor (#386) 2023-07-13 15:44:36 -04:00
bin Move usdnet to package (#161) (#249) 2021-06-08 14:39:24 -04:00
cmake Move usdnet to package (#161) (#249) 2021-06-08 14:39:24 -04:00
package/com.unity.formats.usd Update package.json version to 3.0.0-exp.5 2023-10-12 10:41:15 +02:00
src Ignore abstract prims (#USDU-3 part 1) (#259) 2021-08-30 15:22:22 -04:00
third_party/include/pxr USD 20.08: Update Swig and third_party headers 2020-07-22 19:23:46 -07:00
.buginfo Update .buginfo (#414) 2023-10-05 10:01:12 +01:00
.editorconfig JIRA: USDU-170 Add Formatting and API file generation. (#250) 2021-06-08 17:41:00 -04:00
.gitattributes JIRA: USDU-170 Add Formatting and API file generation. (#250) 2021-06-08 17:41:00 -04:00
.gitignore Fix Export Transform Overrides (#USDU-216) (#279) 2023-04-13 10:05:36 +01:00
.repoconfig Added Yamato code formatting (#325) 2022-12-09 12:48:24 +00:00
BUILDING.md Updates Readme.md and Building.md (#356) 2023-04-13 10:57:33 -04:00
CMakeLists.txt CMake use mono (USDU-160) (#241) 2021-04-26 11:56:32 -04:00
CONTRIBUTING.md Remove Google CLA, repository is now owned by Unity 2018-10-02 15:12:41 -07:00
LICENSE.md Add license in the package 2019-03-14 19:25:17 -04:00
README.md Update README.md to redirect to next generation packages 2023-12-20 11:28:00 +01:00
appcollector.yaml [USDU-409] Updated appcollector info to reflect latest data. (#388) 2023-06-13 12:08:19 +02:00

README.md

[!IMPORTANT]

Update - December 12 2023

We have just released a bundle of packages that provide Unity's next generation USD support. These supersede this package and are available for Unity 2023.1+. Further details can be found in our forum announcement.

The new packages can be installed by name via Unity's Package Manager.

Package name What it does Further Details
com.unity.importer.usd USD Import manual
com.unity.exporter.usd USD Export manual
com.unity.usd.core1 USD C# SDK manual

1. Please note com.unity.usd.core is installed automatically when either the importer or exporter are installed. You only need to install this by name if you are not using either import or export.

USD Unity SDK: USD Experimental Package for Unity

This repository contains the source code for the com.unity.formats.usd package. It includes a set of libraries designed to support the use of USD in C#, as well as code to import and export USD files into the editor. The goal of this package is to make it maximally easy to integrate and explore Universal Scene Description.

Animal Logic's ALab USD Sample in the Unity Editor

Animal Logic's ALab USD Sample in the Unity Editor.

Documentation

For full documentation of this package, including usage, see the package docs.

Features

The following is a brief listing of currently supported features:

  • Importing and exporting USD:
    • Import as GameObject, Prefab, or Timeline Clip
      • File formats: .usd, .usda, .usdc, .usdz
    • Export Game Objects to USD
      • File formats: .usd, .usda, .usdc, .usdz
      • Export of Transform Overrides
    • Export via Recorder package
  • Composition:
    • Variant Selection
    • Payloads
      • Load All and Individual
    • Layer stacks
  • Geometry:
    • UV Set
    • Vertex Colour
  • Instancing:
    • Point Instancing
    • Scenegraph Instancing
  • Primitive Types:
    • Meshes:
      • Arbitrary Primvars
      • Vertex Colors
    • Materials:
      • Standard Shader and Limited HDRP and URP Support
  • Cameras
  • Lightmaps:
    • Automatic Lightmap UV Unwrapping
  • Animation:
    • Timeline Playback:
      • Skeletal Animation via USDSkel
      • Animated Meshes
    • Timeline Recording Track via Unity Recorder Package
  • General:
    • High and Low Level Access to USD API via C#

Known Limitations

We do not currently support the following:

  • Apple Silicon (MacOS users must use Intel Editor)
  • Geometry:
    • Multiple UV Sets
    • Importing mesh UVs for a prim without a material attached
  • Composition:
    • Purposes
  • Primitive Types:
    • Camera
      • We do not currently import and export all physical camera settings
    • Materials:
      • Transparency Settings eg Alpha Clipping, Double Sided are not imported for HDRP and Built in (these can be set manually)
      • Imported maps override imported single values, eg presence of ColorMap will stop single Color being imported, same for Smoothness/ Roughness.
    • Lights
  • Animation:
    • Blend Shapes
  • General:
    • Custom prims

Due to conflicting USD plugins, this package may have unexpected errors when installed side-by-side with NVidia's Omniverse Connector package.

License

The USD Unity SDK is licensed under the terms of the Apache license. See LICENSE for more information.

Contribute

See CONTRIBUTING.md

Build

See BUILDING.md