We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e17dd3 commit a005fd4Copy full SHA for a005fd4
1 file changed
Source/InstallationChecker.cs
@@ -49,6 +49,14 @@ public void Start ()
49
string.Empty
50
);
51
}
52
+ else
53
+ {
54
+ var fi = new FileInfo(Path.Combine(szTextureFolderPath, "EarthColor.dds"));
55
+ if (fi.Exists)
56
57
+ Debug.Log($"[RealSolarSystem] EarthColor.dds size: {(fi.Length / 1024d / 1024d):F1}MB");
58
+ }
59
60
61
catch (Exception exceptionStack)
62
{
0 commit comments