-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update Unity editor and project to 2019.2.2f1; match KSP version * fix icon-shader clipping; incorrect default coords specified in the shader itself * add basic albedo color multiplication to the icon shaders, and update the default _Multiplier parameter to 2.25 * recompile icon shader bundle, include .manifest file for info on what it contains
- Loading branch information
1 parent
60217aa
commit 4abeefb
Showing
24 changed files
with
133 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
25 changes: 25 additions & 0 deletions
25
GameData/000_TexturesUnlimited/Shaders/tushaders-icons.ssf.manifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
ManifestFileVersion: 0 | ||
CRC: 1099231473 | ||
Hashes: | ||
AssetFileHash: | ||
serializedVersion: 2 | ||
Hash: 03e0188f67ae05c1ce25fd8cd9ba972e | ||
TypeTreeHash: | ||
serializedVersion: 2 | ||
Hash: 6872b87c561f08cfccb851e91fe48bfa | ||
HashAppended: 0 | ||
ClassTypes: | ||
- Class: 48 | ||
Script: {instanceID: 0} | ||
- Class: 109 | ||
Script: {instanceID: 0} | ||
Assets: | ||
- Assets/Shaders/Surface/TU-Icon-Metallic.shader | ||
- Assets/Shaders/Surface/TU-Include-Surfaces.cginc | ||
- Assets/Shaders/Surface/TU-Include-Functions.cginc | ||
- Assets/Shaders/Surface/TU-Include-Lighting.cginc | ||
- Assets/Shaders/Surface/TU-Include-Structs.cginc | ||
- Assets/Shaders/Surface/TU-Icon-StockSpecular.shader | ||
- Assets/Shaders/Surface/TU-Icon-Legacy.shader | ||
- Assets/Shaders/Surface/TU-Icon-Specular.shader | ||
Dependencies: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
{ | ||
"NAME":"TexturesUnlimited", | ||
"URL":"http://ksp-avc.cybutek.net/version.php?id=532", | ||
"DOWNLOAD":"https://github.com/shadowmage45/TexturesUnlimited/releases/tag/1.5.8.23", | ||
"CHANGE_LOG_URL":"https://github.com/shadowmage45/TexturesUnlimited/releases/tag/1.5.8.23", | ||
"DOWNLOAD":"https://github.com/shadowmage45/TexturesUnlimited/releases/tag/1.5.9.24", | ||
"CHANGE_LOG_URL":"https://github.com/shadowmage45/TexturesUnlimited/releases/tag/1.5.9.24", | ||
"VERSION": | ||
{ | ||
"MAJOR":1, | ||
"MINOR":5, | ||
"PATCH":8, | ||
"BUILD":23 | ||
"PATCH":9, | ||
"BUILD":24 | ||
}, | ||
"KSP_VERSION": | ||
{ | ||
"MAJOR":1, | ||
"MINOR":7, | ||
"PATCH":2 | ||
"MINOR":8, | ||
"PATCH":1 | ||
}, | ||
"KSP_VERSION_MIN": | ||
{ | ||
"MAJOR":1, | ||
"MINOR":7, | ||
"MINOR":8, | ||
"PATCH":0 | ||
}, | ||
"KSP_VERSION_MAX": | ||
{ | ||
"MAJOR":1, | ||
"MINOR":7, | ||
"MINOR":8, | ||
"PATCH":9 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.