Skip to content
New issue

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

feat: merge toonlit texture format #251

Merged
merged 11 commits into from
Jul 7, 2023

Conversation

anatawa12
Copy link
Owner

@anatawa12 anatawa12 commented Jul 6, 2023

Closes: #248

@@ -140,7 +144,7 @@ protected override void OnInspectorGUIInner()

if (GUILayout.Button(CL4EE.Tr("MergeToonLitMaterial:button:Generate Preview")))
{
_generatedPreviews = MergeToonLitMaterialProcessor.GenerateTextures(component, _upstreamMaterials);
_generatedPreviews = MergeToonLitMaterialProcessor.GenerateTextures(component, _upstreamMaterials, true);
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

デバッグ用にtrueだけどfalseにしてリリースすべき

@anatawa12
Copy link
Owner Author

windowsで動く確認できた。

@anatawa12 anatawa12 marked this pull request as ready for review July 7, 2023 15:23
@anatawa12 anatawa12 enabled auto-merge July 7, 2023 15:26
@anatawa12 anatawa12 merged commit 02f9dd5 into master Jul 7, 2023
@anatawa12 anatawa12 deleted the feat-merge-toonlit-texture-format branch July 7, 2023 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MergeToonLitのテクスチャ形式が重い
1 participant