diff --git a/Scripts/Editor/MassTextureImporter.cs b/Scripts/Editor/MassTextureImporter.cs index e91c0b4..aed2278 100644 --- a/Scripts/Editor/MassTextureImporter.cs +++ b/Scripts/Editor/MassTextureImporter.cs @@ -9,10 +9,10 @@ namespace VRWorldToolkit { public class TextureDetails { - private int? uncrunchedCount = null; - private int? normalMaps = null; - private int? cubemaps = null; - private long? storageSize = null; + private int? uncrunchedCount; + private int? normalMaps; + private int? cubemaps; + private long? storageSize; private readonly Dictionary textureList = new Dictionary();