Fix loading VectorDrawable icons

Fix loading VectorDrawable icons
This commit is contained in:
tverona1
2019-12-15 13:36:45 -08:00
parent 2fd091667b
commit f0838f528a
2 changed files with 28 additions and 6 deletions
+6
View File
@@ -106,6 +106,12 @@ namespace QuestAppLauncher
Texture2D texture = null;
if (null == image)
{
Debug.LogFormat("Error loading icon: Path: {0}, Index: {1}", this.externalIconPath, this.installedApkIndex);
return;
}
// Set the icon image
if (imageWidth == 0 || imageHeight == 0)
{