Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Added generated oculus package info if missing (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson authored Aug 8, 2019
1 parent e0034d6 commit 78663c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public class MixedRealityPackageSettings : ScriptableObject
new MixedRealityPackageInfo("com.xrtk.wmr", "XRTK.WindowsMixedReality", "https://github.com/XRTK/WindowsMixedReality.git"),
new MixedRealityPackageInfo("com.xrtk.lumin", "XRTK.Lumin", "https://github.com/XRTK/Lumin.git"),
new MixedRealityPackageInfo("com.xrtk.sdk", "XRTK.SDK", "https://github.com/XRTK/SDK.git"),
new MixedRealityPackageInfo("com.xrtk.oculus", "XRTK.Oculus", "https://github.com/XRTK/Oculus.git"),
};

/// <summary>
Expand Down

0 comments on commit 78663c4

Please sign in to comment.