UniversalSceneDescription 5.0.7
See the version list below for details.
dotnet add package UniversalSceneDescription --version 5.0.7
NuGet\Install-Package UniversalSceneDescription -Version 5.0.7
<PackageReference Include="UniversalSceneDescription" Version="5.0.7" />
paket add UniversalSceneDescription --version 5.0.7
#r "nuget: UniversalSceneDescription, 5.0.7"
// Install UniversalSceneDescription as a Cake Addin #addin nuget:?package=UniversalSceneDescription&version=5.0.7 // Install UniversalSceneDescription as a Cake Tool #tool nuget:?package=UniversalSceneDescription&version=5.0.7
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
- Pixar Demo Assets - The originators of USD.
- NVIDIA USD Samples.
⠀
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:
- Add the
com.unity.usd.core
package to a new Unity Project. - Include the sample and built the project.
Paths for DLLs
- Native DLLs: Obtained from the build path:
YourBuildPath/ProjectName_Data/Plugins/x86_64/...
- Managed DLL (USD.NET): Obtained from the build path:
YourBuildPath/ProjectName_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:
YourUnityProjectPath\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 | Versions 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. |
-
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 |
---|---|---|
6.0.0 | 390 | 9/9/2024 |
5.1.2 | 135 | 9/9/2024 |
5.1.1 | 158 | 9/9/2024 |
5.1.0 | 196 | 9/9/2024 |
5.0.9 | 187 | 9/9/2024 |
5.0.8 | 171 | 9/9/2024 |
5.0.7 | 177 | 9/9/2024 |
5.0.6 | 158 | 9/9/2024 |
5.0.5 | 137 | 9/9/2024 |
5.0.4 | 123 | 9/9/2024 |
5.0.2 | 154 | 9/9/2024 |
5.0.1 | 201 | 9/9/2024 |
5.0.0 | 364 | 9/9/2024 |
4.0.1 | 199 | 7/6/2024 |
4.0.0 | 143 | 7/6/2024 |
3.0.0 | 127 | 7/5/2024 |
2.8.0 | 117 | 7/4/2024 |
2.7.0 | 103 | 7/4/2024 |
2.6.0 | 112 | 7/4/2024 |
2.5.0 | 140 | 7/4/2024 |
2.4.0 | 138 | 7/4/2024 |
2.3.0 | 105 | 7/4/2024 |
2.1.0 | 122 | 7/4/2024 |
2.0.0 | 118 | 7/4/2024 |
1.5.0 | 133 | 7/4/2024 |
1.4.0 | 122 | 7/4/2024 |
1.3.0 | 138 | 7/3/2024 |
1.2.0 | 540 | 10/20/2023 |
1.1.1 | 221 | 10/20/2023 |
1.1.0 | 137 | 10/20/2023 |
OpenUSD DLL's for DotNet from the Unity USD C# SDK 'com.unity.usd.core'