diff --git a/Source/InstallationChecker.cs b/Source/InstallationChecker.cs index b761882c..195e141e 100644 --- a/Source/InstallationChecker.cs +++ b/Source/InstallationChecker.cs @@ -49,6 +49,14 @@ public void Start () string.Empty ); } + else + { + var fi = new FileInfo(Path.Combine(szTextureFolderPath, "EarthColor.dds")); + if (fi.Exists) + { + Debug.Log($"[RealSolarSystem] EarthColor.dds size: {(fi.Length / 1024d / 1024d):F1}MB"); + } + } } catch (Exception exceptionStack) {