Skip to content

Commit efb6188

Browse files
brandfdavidkline-ms
authored andcommitted
Missing foundation and TMP dep in standard assets
Standardassets contains asset FontsSDFTextures\seguisb SDF.asset, that depends on Packages/com.unity.textmeshpro/Scripts/Runtime/TMP_FontAsset.cs, but package dependency is missing. Standardassets contains asset Materials\MRTK_Standard_GlowingCyan.mat, that depends on Foundation/SDK/StandardAssets/Textures/IridescentSpectrum.png, but package dependency is missing.
1 parent 21fe7bb commit efb6188

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Assets/MRTK/StandardAssets/packagetemplate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@
2525
},
2626
"bugs": {
2727
"url": "https://github.com/microsoft/MixedRealityToolkit-Unity/issues"
28+
},
29+
"dependencies": {
30+
"com.thirdparty.mrtk.foundation": "2.5.0",
31+
"com.unity.textmeshpro": "2.1.1"
2832
}
2933
}

0 commit comments

Comments
 (0)