Skip to content

Commit 7745ed8

Browse files
authored
Merge pull request #188 from Unity-Technologies/add_HPE_samples
Add HPE sample files to the package samples
2 parents 8644f82 + e105273 commit 7745ed8

9 files changed

Lines changed: 10 additions & 1 deletion

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"displayName":"Human Pose Estimation",
3+
"createSeparatePackage": false
4+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

com.unity.perception/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,13 @@
1616
"samples":[
1717
{
1818
"displayName": "Tutorial Files",
19-
"description": "These files accompany the tutorial for the Perception Package, found at https://github.com/Unity-Technologies/com.unity.perception/blob/tutorial_sample_project/Tutorial/TUTORIAL.md",
19+
"description": "These files accompany the Perception Tutorial, found at https://github.com/Unity-Technologies/com.unity.perception",
2020
"path" : "Samples~/Tutorial Files"
21+
},
22+
{
23+
"displayName": "Human Pose Estimation",
24+
"description": "These files accompany the Human Pose Estimation Tutorial, found at https://github.com/Unity-Technologies/com.unity.perception",
25+
"path" : "Samples~/Human Pose Estimation"
2126
}
2227
]
2328
}

0 commit comments

Comments
 (0)