Unity-Resource-Checker icon indicating copy to clipboard operation
Unity-Resource-Checker copied to clipboard

copy-paste error:the second lightmapColor should be lightmapDir

Open MilkyW opened this issue 5 years ago • 0 comments

in void CheckResources()

				if (lightmapData.lightmapDir != null)
				{
					var textureDetail = GetTextureDetail(lightmapData.lightmapColor);   // should be lightmapDir

					if (!ActiveTextures.Contains(textureDetail))
						ActiveTextures.Add(textureDetail);
				}

MilkyW avatar May 04 '20 04:05 MilkyW