-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
New Toon Shader for ShadowLamp without gradient. #2700
Comments
いえ、UTSで説明するのであれば1st Shade Mapや2nd Shade Mapで色表現する際のベースとなるテクスチャが指定できる箇所が左にありますが、それのことです。 No, if you are using UTS, there is a place on the left where you can specify the base texture for color expression in the 1st Shade Map and 2nd Shade Map. |
I'd really like to have some form of shademapping support like what is present in UTS. |
I'm hanging this Issue because I think it's better to hang this story when we talk about UTS. unity3d-jp/UnityChanToonShaderVer2_Project#80 P.S. In addition, I'd like to add that it was mentioned in a previous issue that UTS can't be added due to licensing issues. #1479 lilToon is under MIT license, so it's clear from the license issue. |
You're welcome to propose adding support for a shader based on my project, SCSS. I believe it would be an ideal fit for Neos given the circumstances. It features feature parity with UCTS while maintaining an original implementation, support for HDR environments, MIT license, and other useful features. A direct conversion of a UCTS material into SCSS will look very similar. |
Is your feature request related to a problem? Please describe.
It depends on the avatar, but especially for avatars that are optimized for UTS, one or two shadows are expressed with textures. It is not possible to reproduce these avatars perfectly in Neos due to the specifications of XiexeToon.
Relevant issues
Idk.
Describe the solution you'd like
I'd like to see a different approach to expressing Toon-like materials than XiexeToon. in the case of avatars based on UTS and other motifs, one or two shadows are expressed with textures. In the case of UTS avatars, one or two shadows are represented by textures, and if you want to recreate such avatars in Neos, you have to exclude one or two shadows.
XiexeToon's approach is certainly easy to understand, but I would like to see a shader with a different approach added (I think lilToon is a good candidate, but it's not limited to that).
Describe alternatives you've considered
Either give up on 1-shadow, 2-shadow, etc., or simply use color-based expressions.
Additional context
It would be great if you could dig it up after the URP support is done.
The text was updated successfully, but these errors were encountered: