@IOchair
I built the latest version on his repo and itās unusable, because the editor frame rate is less than 1 fps.
Did you make any additional changes to make it usable?
Update: After building, and creating a project it has to compile all the shaders. Thatās normal. However, after shaders have finished compiling, if I close the editor and relaunch the project, it rebuilds the shaders all over again. Thatās not normal. Do you know what might be wrong?
**Update2: **Thanks to a hint from Doomfest (creator of the toonshader build IOchair linked) I found the reason for the laggy/unusable build. Totally my fault.
I linked my UE4 installs to a different directory. Apparently doing that makes it so a derived data cache folder canāt be created or found (looks like in the BaseEngine.ini Path=ā¦/ā¦/ā¦/Engine/DerivedDataCache ) . That would explain why everything is 1 fps. I went into the that ini, located here <ToonshaderModelsEngine_name>\Engine\Config\BaseEngine.ini, and specified a custom DDC folder under [DerivedDataBackendGraph] section like : Local=(Type=FileSystem, ReadOnly=false, Clean=false, Flush=false, PurgeTransient=true, DeleteUnused=true, UnusedFileAge=34, FoldersToClean=-1, Path=I:\Unreal\DerivedDataCache, EnvPathOverride=UE-LocalDataCachePath, EditorOverrideSetting=LocalDerivedDataCache) and that fixed it.
Finally posting in here. Thank you to everyone whoās been porting over to the newer engine builds for a while, Iām an artist so just doing an engine build makes me feel like hackerman.
Just wanted to say Iāve successfully built/done some testing with the Doomfest/SaimonMa version and it is pretty rad but with a few serious caveats. Itās new, so Iām going to be posting some stuff in that thread to see what the likelihood of getting those fixed will be.
Shadows from the CSM (sun) when cast on to toon-shaded surfaces is blocky and diminished. Itās a similar look to a 1-bit alpha transparency with the threshold cranked down
Inverse-square point lights cause a graphical bug, so need to be set to linear. Iām a lighting artist by trade so itās a big deal to me, but YMMV!
Going to rebuild the latest version from the MaryNate version (from thread) and try and get some good A/B comparisons for folks here.
Hey everyone, Iām one of the creators of Ira. Weāve used the toon shader model for a long time but wanted to move over to a system that use the base engine. Over the last few years Iāve been developing a way to do everything the Toon shader model does but natively.
After a lot of work Iāve recreated the toon shader model via post process in a way that I have not seen anyone do before. It does everything the Toon shader model does with some minor limitations, and Iāve overcome the major road blocks. Such as lack of fog, bloom, multiple shading models on screen at once, and multiple colored light contributions. Iāve even tied it all into a visual style actor that makes things very easy to implement and use. Basically all the main things that stopped us from using the post process route in the past have been overcome. Iād like to offer my system on the UE4 asset store and I was wondering if any would be interested in such an asset? I just know there are a lot of people like us out there that need the toon shaders functionality, but donāt want to compile a custom engine build, worry about future support down the road, or have to deal with hacky material systems that are hard to use / are full of limitations. Iām open to hear peopleās thoughts or questions on .
Looking sweet. If it works natively and supports most standard rendering features, offers ink outlines (or work with any decent existing ink outline assets from the Marketplace), works in VR (mobile and desktop), works with forward shading - it will be on my immediate āto-buyā list !!!
Hey everyone. Itās about the time again to ask for a new engine version, but doubley important because Iām making a mobile game and the Google Play console requires you to build using API 26 which requires Unreal 4.21 or higher
I made a previous comment about android, and while I wait for a 4.21 + build, I am still working on my game. I upversioned to the 4.18 build, and I am now getting error on the toon material
As you can see, I donāt even have anything plugged into the shader and Iām still getting the issue, but I get the same issue when things are plugged in as well. The error implies something is wrong on the engine side? Iām not an engine programmer so Iām not sure and would appreciate any form of help as it doesnāt seem like too big an issue and I just lack the knowledge to fix it.
I would like to add is only a problem when it comes to android builds, which is what my game is on. Every previous version of the toon shader worked fine on android until now.