Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update "Products Using USD" docs page with new Unity packages #2884

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions docs/usd_products.rst
Original file line number Diff line number Diff line change
Expand Up @@ -435,9 +435,16 @@ Unity
=====

`Unity <https://unity.com>`_ is a real time 3D engine and editor.
It includes an `open source USD Package <https://github.com/Unity-Technologies/usd-unity-sdk>`_.

`Unity USD Documentation <https://docs.unity3d.com/Packages/com.unity.formats.usd@3.0/manual/index.html>`_
It provides 3 USD packages for import, export and USD C# bindings.

Documentation:

* `USD Importer <https://docs.unity3d.com/Packages/com.unity.importer.usd@latest>`_
* `USD Exporter <https://docs.unity3d.com/Packages/com.unity.exporter.usd@latest>`_
* `USD C# bindings <https://docs.unity3d.com/Packages/com.unity.usd.core@latest>`_

Formerly an `open source USD Package <https://github.com/Unity-Technologies/usd-unity-sdk>`_ was available.

--------

Expand Down
Loading