Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drumath2237/akdk-unity-nuget
UnityNuGetからAzureKinect Sensor SDKをインポートして実行するテスト
https://github.com/drumath2237/akdk-unity-nuget
azurekinect csharp nuget unity
Last synced: 21 days ago
JSON representation
UnityNuGetからAzureKinect Sensor SDKをインポートして実行するテスト
- Host: GitHub
- URL: https://github.com/drumath2237/akdk-unity-nuget
- Owner: drumath2237
- License: apache-2.0
- Created: 2022-02-13T15:39:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T05:25:14.000Z (almost 3 years ago)
- Last Synced: 2024-11-15T01:24:00.726Z (3 months ago)
- Topics: azurekinect, csharp, nuget, unity
- Language: C#
- Homepage:
- Size: 566 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AKDK-Unity-NuGet
## About
[UnityNuGet](https://github.com/xoofx/UnityNuGet)
というパッケージレジストリを見つけたので、
そこから`Microsoft.Azure.Kinect.Sensor`をインポートして
実行してみるテスト。## Env
- Windows 10 Home
- Unity 2020.3.20
- Azure Kinect## Install & Usage
Azure Kinectを接続し、
`Assets/AKDKUnityNuGet/Scenes/Main.unity`を実行します。![img](/docs/unityimg.jpg)
## Appendix
現状UnityNuGetではnetstandard2.0のパッケージのみに対応しているみたいで、
AzureKinect Sensor SDKのようにネイティブプラグインが
必要なパッケージは別途インストールする必要があるらしい。今回も`k4a.dll`と`depthengine_2_0.dll`
は別途Pluginsにインポートしている。## Contact
何かございましたら[にー兄さんのTwitter](https://twitter.com/ninisan_drumath)
までご連絡ください。