Skip to content

Commit 25b11ae

Browse files
committed
Independent dependency metadata
1 parent f0161a8 commit 25b11ae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

plugin_KinectOne/KinectOne.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ namespace plugin_KinectOne;
2222
[ExportMetadata("Publisher", "K2VR Team")]
2323
[ExportMetadata("Version", "1.0.0.0")]
2424
[ExportMetadata("Website", "https://github.com/KinectToVR/plugin_KinectOne")]
25+
[ExportMetadata("DependencyLink", "https://docs.k2vr.tech/{0}/one/setup/")]
26+
[ExportMetadata("DependencySource", "https://download.microsoft.com/download/A/7/4/A74239EB-22C2-45A1-996C-2F8E564B28ED/KinectRuntime-v2.0_1409-Setup.exe")]
27+
[ExportMetadata("DependencySourceSilent", null)]
2528
public class KinectOne : ITrackingDevice
2629
{
2730
private static readonly SortedDictionary<TrackedJointType, JointType> KinectJointTypeDictionary = new()

0 commit comments

Comments
 (0)