Issue with 1.6.1 install
taterkerman opened this issue ยท 5 comments
Textures not really working.
Sorta gray, but they have black and white as well (look more stock like, and can't change them)
Indeed -- this appears to be an issue with the TU that I bundled not having OpenGL shaders. Strange though, as I was pretty sure the OpenGL stuff was different for each OS, and the omission should have been from the Windows side only. I guess I've learned something new about how Unity handles shader compilation targets :)
From the log you posted (thanks, btw!):
[LOG 22:26:04.579] TexturesUnlimited - Loading Shader Pack: TU-Shaders :: /Applications/KSP_osx/KSP.app/Contents/../../GameData/000_TexturesUnlimited/Shaders/tushaders-universal.ssf
[ERR 22:26:04.645] Desired shader compiler platform 15 is not available in shader blob
[ERR 22:26:04.647] Desired shader compiler platform 15 is not available in shader blob
[LOG 22:26:04.648] TexturesUnlimited - Loaded Shader: TU/Legacy :: assets/shaders/surface/tu-legacy.shader from pack: TU-Shaders
[ERR 22:26:04.652] Desired shader compiler platform 15 is not available in shader blob
[LOG 22:26:04.655] TexturesUnlimited - Loaded Shader: TU/Metallic :: assets/shaders/surface/tu-metallic.shader from pack: TU-Shaders
[ERR 22:26:04.658] Desired shader compiler platform 15 is not available in shader blob
[LOG 22:26:04.660] TexturesUnlimited - Loaded Shader: TU/Specular :: assets/shaders/surface/tu-specular.shader from pack: TU-Shaders
[LOG 22:26:04.660] TexturesUnlimited - Loading Shader Pack: TU-Shaders :: /Applications/KSP_osx/KSP.app/Contents/../../GameData/000_TexturesUnlimited/Shaders/tushaders-transparent.ssf
[ERR 22:26:04.723] Desired shader compiler platform 15 is not available in shader blob
[ERR 22:26:04.725] Desired shader compiler platform 15 is not available in shader blob
[LOG 22:26:04.726] TexturesUnlimited - Loaded Shader: TU/Transparent/Legacy :: assets/shaders/surface/tu-transparent-legacy.shader from pack: TU-Shaders
[ERR 22:26:04.729] Desired shader compiler platform 15 is not available in shader blob
[LOG 22:26:04.730] TexturesUnlimited - Loaded Shader: TU/Transparent/Metallic :: assets/shaders/surface/tu-transparent-metallic.shader from pack: TU-Shaders
[ERR 22:26:04.733] Desired shader compiler platform 15 is not available in shader blob
[LOG 22:26:04.735] TexturesUnlimited - Loaded Shader: TU/Transparent/Specular :: assets/shaders/surface/tu-transparent-specular.shader from pack: TU-Shaders
[LOG 22:26:04.735] TexturesUnlimited - Loading Shader Pack: TU-IconShaders :: /Applications/KSP_osx/KSP.app/Contents/../../GameData/000_TexturesUnlimited/Shaders/tushaders-icons.ssf
[ERR 22:26:04.800] Desired shader compiler platform 15 is not available in shader blob
[ERR 22:26:04.802] Desired shader compiler platform 15 is not available in shader blob
[LOG 22:26:04.802] TexturesUnlimited - Loaded Shader: TU/Icon/Legacy :: assets/shaders/surface/tu-icon-legacy.shader from pack: TU-IconShaders
[ERR 22:26:04.806] Desired shader compiler platform 15 is not available in shader blob
[LOG 22:26:04.809] TexturesUnlimited - Loaded Shader: TU/Icon/Metallic :: assets/shaders/surface/tu-icon-metallic.shader from pack: TU-IconShaders
[ERR 22:26:04.812] Desired shader compiler platform 15 is not available in shader blob
[LOG 22:26:04.813] TexturesUnlimited - Loaded Shader: TU/Icon/Specular :: assets/shaders/surface/tu-icon-specular.shader from pack: TU-IconShaders
[ERR 22:26:04.814] Desired shader compiler platform 15 is not available in shader blob
Please try and update your TU to the latest from the repo, and let me know if the issue persists. If it is solved... I'll have to repack and re-upload an SSTU with the updated TU files.
https://github.com/shadowmage45/TexturesUnlimited/releases/tag/1.3.5.19
Updated release is available. Please let me know if you run into any other issues with the newer releases. I think I cleaned up the large majority of the outstanding bugs, but there is always potential for others to be found or created...