UniversalSceneDescription 4.0.1

dotnet add package UniversalSceneDescription --version 4.0.1                
NuGet\Install-Package UniversalSceneDescription -Version 4.0.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="UniversalSceneDescription" Version="4.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UniversalSceneDescription --version 4.0.1                
#r "nuget: UniversalSceneDescription, 4.0.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install UniversalSceneDescription as a Cake Addin
#addin nuget:?package=UniversalSceneDescription&version=4.0.1

// Install UniversalSceneDescription as a Cake Tool
#tool nuget:?package=UniversalSceneDescription&version=4.0.1                

piper-banner

NuGet Package - UniversalSceneDescription

dotnet add package UniversalSceneDescription

⠀ ⠀

OpenUSD - USD.NET

Universal Scene Description (USD) by Pixar and translated by Unity.

  • USD is a high-performance extensible software platform for collaboratively constructing animated 3D scenes, designed to meet the needs of large-scale film and visual effects production.
  • USD enables robust interchange between digital content creation tools with its expanding set of schemas, covering domains like geometry, shading, lighting, and physics.
  • USD’s unique composition ability provides rich and varied ways to combine assets into larger assemblies, enables collaborative workflows so that many creators can work together with ease, and more.

Introduction to USD - Tutorial - FAQ - Toolset

NVIDIA - Provides extensive resources and samples for USD.

Example Projects and Files

USD Core Package by Unity

This project now includes the OpenUSD (Universal Scene Description) from Unity. For more information, please refer to the Unity USD documentation.

Extracting Necessary DLLs

Extract the required native DLLs and the USD.NET managed DLL by following these steps:

  1. Add the com.unity.usd.core package to a new Unity Project.
  2. Include the sample and built the project.
Paths for DLLs
  • Native DLLs: Obtained from the build path:
    Your_Build_Path/USD_Data/Plugins/x86_64/...
    
  • Managed DLL (USD.NET): Obtained from the build path:
    Your_Build_Path/USD_Data/Managed/USD.NET.dll
    

Additional Required Files

You will also need USDA files for schemas and JSON files for plugInfo. These can be found in the following Unity Project path:

Your_Unity_Project_Path\Library\PackageCache\com.unity.usd.core\Runtime\Plugins\x86_64\Windows\lib\usd\...

Creating the NuGet Package

Remove the .meta files and include the necessary files into a Class Project. You can find the .csproj configuration for this project here.


For further details and updates, please visit the project repository.

Thank yu for your interest in the Universal Scene Description (USD.NET) project. Feel free to contribute and enhance the package further!

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on UniversalSceneDescription:

Package Downloads
3DEngine

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.1 88 7/6/2024
4.0.0 106 7/6/2024
3.0.0 93 7/5/2024
2.8.0 91 7/4/2024
2.7.0 76 7/4/2024
2.6.0 73 7/4/2024
2.5.0 102 7/4/2024
2.4.0 98 7/4/2024
2.3.0 76 7/4/2024
2.1.0 81 7/4/2024
2.0.0 95 7/4/2024
1.5.0 110 7/4/2024
1.4.0 91 7/4/2024
1.3.0 96 7/3/2024
1.2.0 486 10/20/2023
1.1.1 185 10/20/2023
1.1.0 114 10/20/2023

OpenUSD DLLs for .Net from the Unity USD C# SDK com.unity.usd.core