We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: