Akvfx是一个 Unity 插件,可以从Azure Kinect设备捕获颜色/深度数据,并将其转换为属性图(纹理),以便与Visual Effect一起使用。
- Unity 2019.3
- Azure Kinect DK
另请参阅Azure Kinect DK 的系统要求页面。请注意,Akvfx 目前不支持 Linux。
此软件包使用作用域注册表功能来解析软件包依赖项。请将以下部分添加到清单文件 (Packages/manifest.json)。
转至以下scopedRegistries
部分:
{
"name": "Unity NuGet",
"url": "https://unitynuget-registry.azurewebsites.net",
"scopes": [ "org.nuget" ]
},
{
"name": "Keijiro",
"url": "https://registry.npmjs.com",
"scopes": [ "jp.keijiro" ]
}
转至以下dependencies
部分:
"jp.keijiro.akvfx": "1.0.4"
更改后,清单文件应如下所示:
{
"scopedRegistries": [
{
"name": "Unity NuGet",
"url": "https://unitynuget-registry.azurewebsites.net",
"scopes": [ "org.nuget" ]
},
{
"name": "Keijiro",
"url": "https://registry.npmjs.com",
"scopes": [ "jp.keijiro" ]
}
],
"dependencies": {
"jp.keijiro.akvfx": "1.0.4",
...
© 版权声明
免责声明:本站所有资源由用户自发上传,仅供学习交流,如有侵犯您的权益,请联系站长删除;
All resources on this site are free and are only for learning and exchange. If any of them infringe upon your rights and interests, please contact the webmaster for deletion
THE END
暂无评论内容