Skip to content

Commit

Permalink
prepare releasing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
creativeIKEP committed Jan 9, 2022
1 parent 3a19df7 commit 10878bc
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
5 changes: 5 additions & 0 deletions Packages/PoseDetectionBarracuda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### [1.0.1] - 2022-01-09
- Supported ComputeBuffer input.

### [1.0.0] - 2021-05-17
This is the first release of `creativeIKEP/PoseDetectionBarracuda`(`jp.ikep.mediapipe.posedetection`).
7 changes: 7 additions & 0 deletions Packages/PoseDetectionBarracuda/CHANGELOG.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions Packages/PoseDetectionBarracuda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To the `scopedRegistries` section:
```
To the `dependencies` section:
```
"jp.ikep.mediapipe.posedetection": "1.0.0"
"jp.ikep.mediapipe.posedetection": "1.0.1"
```
Finally, the manifest file looks like below:
```
Expand All @@ -34,15 +34,16 @@ Finally, the manifest file looks like below:
}
],
"dependencies": {
"jp.ikep.mediapipe.posedetection": "1.0.0",
"jp.ikep.mediapipe.posedetection": "1.0.1",
...
}
}
```

### Install from GitHub URL
PoseDetectionBarracuda can be installed by adding below URL on the Unity Package Manager's window.
```
https://github.com/creativeIKEP/PoseDetectionBarracuda.git?path=Packages/PoseDetectionBarracuda#v1.0.0
https://github.com/creativeIKEP/PoseDetectionBarracuda.git?path=Packages/PoseDetectionBarracuda#v1.0.1
```

## Demo Image
Expand Down
2 changes: 1 addition & 1 deletion Packages/PoseDetectionBarracuda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "jp.ikep.mediapipe.posedetection",
"displayName": "PoseDetectionBarracuda",
"description": "Mediapipe pose detection for Unity Barracuda",
"version": "1.0.0",
"version": "1.0.1",
"unity": "2020.3",
"unityRelease": "6f1",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To the `scopedRegistries` section:
```
To the `dependencies` section:
```
"jp.ikep.mediapipe.posedetection": "1.0.0"
"jp.ikep.mediapipe.posedetection": "1.0.1"
```
Finally, the manifest file looks like below:
```
Expand All @@ -34,7 +34,7 @@ Finally, the manifest file looks like below:
}
],
"dependencies": {
"jp.ikep.mediapipe.posedetection": "1.0.0",
"jp.ikep.mediapipe.posedetection": "1.0.1",
...
}
}
Expand All @@ -43,7 +43,7 @@ Finally, the manifest file looks like below:
### Install from GitHub URL
PoseDetectionBarracuda can be installed by adding below URL on the Unity Package Manager's window.
```
https://github.com/creativeIKEP/PoseDetectionBarracuda.git?path=Packages/PoseDetectionBarracuda#v1.0.0
https://github.com/creativeIKEP/PoseDetectionBarracuda.git?path=Packages/PoseDetectionBarracuda#v1.0.1
```

## Demo Image
Expand Down

0 comments on commit 10878bc

Please sign in to comment.