Skip to content

Commit e67acd5

Browse files
lee-aandrewvickycl
andauthored
[USDU-331] Samples json update (#381)
* Ignores two unstable test cases until a fix has been found * Updates .Sample.json files and Copyright text for .cs files in Sample directory * Updates .Sample.json for USDTimelinePlayable * Applying code review --------- Co-authored-by: Vicky Clark <[email protected]>
1 parent a97d889 commit e67acd5

File tree

9 files changed

+12
-6
lines changed

9 files changed

+12
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"displayName" : "ExportMesh",
3-
"description" : "A sample showing how to record a scene to a USD file."
3+
"description" : "A sample showing how GameObject can be exported as a USD file (with animation) using Unity's USD APIs directly."
44
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"displayName" : "HelloUsd",
3-
"description" : "A sample showing how to write custom data to USDs."
3+
"description" : "A sample showing how to write and read custom data to and from USDs."
44
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"displayName" : "ImportMaterials",
3-
"description" : "A sample showing how to import materials from a USD into Unity."
3+
"description" : "A sample showing how to import materials from a USD into Unity using Unity's USD APIs directly."
44
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"displayName" : "ImportMesh",
3-
"description" : "A sample showing how to import a scene from USD into Unity."
3+
"description" : "A sample showing how to import a scene from USD into Unity using Unity's USD APIs directly."
44
}

package/com.unity.formats.usd/Samples/ImportMesh/Editor/UsdImportMeshExampleEditor.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018 Jeremy Cowles. All rights reserved.
1+
// Copyright 2023 Unity Technologies. All rights reserved.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

package/com.unity.formats.usd/Samples/ImportProcessor/CombineMeshes.cs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright 2023 Unity Technologies. All rights reserved.
2+
//
13
// Licensed under the Apache License, Version 2.0 (the "License");
24
// you may not use this file except in compliance with the License.
35
// You may obtain a copy of the License at

package/com.unity.formats.usd/Samples/ImportProcessor/RegexImportProcessor.cs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright 2023 Unity Technologies. All rights reserved.
2+
//
13
// Licensed under the Apache License, Version 2.0 (the "License");
24
// you may not use this file except in compliance with the License.
35
// You may obtain a copy of the License at

package/com.unity.formats.usd/Samples/ImportProcessor/SetHideFlags.cs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright 2023 Unity Technologies. All rights reserved.
2+
//
13
// Licensed under the Apache License, Version 2.0 (the "License");
24
// you may not use this file except in compliance with the License.
35
// You may obtain a copy of the License at
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"displayName" : "UsdTimelinePlayable",
3-
"description" : "A sample showing how to use the USD integration in Timeline."
3+
"description" : "A sample showing how to use the USD integration with Unity's Timeline."
44
}

0 commit comments

Comments
 (0)