Open Rebelgamer opened 10 years ago
Version 0.13 KSP 0.25 Not sure what is causing this, but my output.log is filled with this:
rd _Emissive: WarpPlugin/Parts/Electrical/RadialHeatRadiator/d_glow (UnityEngine.Texture2D)
(Filename: C:/BuildAgent/work/d63dfc6385190b60/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 49)
My ksp.log file is filled with:
[LOG 16:04:20.025] rd _Emissive: WarpPlugin/Parts/Electrical/RadialHeatRadiator/d_glow (UnityEngine.Texture2D) [LOG 16:04:20.040] rd _Emissive: WarpPlugin/Parts/Electrical/RadialHeatRadiator/d_glow (UnityEngine.Texture2D) [LOG 16:04:20.059] rd _Emissive: WarpPlugin/Parts/Electrical/RadialHeatRadiator/d_glow (UnityEngine.Texture2D)
I only noticed this when I went into them to look into an issue with kerbal attachment system.
I had the same issue. Found the spammed debug line here: https://github.com/FractalUK/KSPInterstellar/blob/master/FNPlugin/FNRadiator.cs#L440
It also messes with many ksp gui components while it's happening.
Version 0.13 KSP 0.25 Not sure what is causing this, but my output.log is filled with this:
rd _Emissive: WarpPlugin/Parts/Electrical/RadialHeatRadiator/d_glow (UnityEngine.Texture2D)
(Filename: C:/BuildAgent/work/d63dfc6385190b60/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 49)
My ksp.log file is filled with:
[LOG 16:04:20.025] rd _Emissive: WarpPlugin/Parts/Electrical/RadialHeatRadiator/d_glow (UnityEngine.Texture2D) [LOG 16:04:20.040] rd _Emissive: WarpPlugin/Parts/Electrical/RadialHeatRadiator/d_glow (UnityEngine.Texture2D) [LOG 16:04:20.059] rd _Emissive: WarpPlugin/Parts/Electrical/RadialHeatRadiator/d_glow (UnityEngine.Texture2D)
I only noticed this when I went into them to look into an issue with kerbal attachment system.