Author
|
Message
|
antoine.ober
|
antoine.ober
Posted 4 Years Ago
|
Group: Forum Members
Last Active: 4 Years Ago
Posts: 16,
Visits: 42
|
Thanks for the feedbacks. The hair you made on these 3 pics are honestly fantastic ! Good enough for my project at least, by far. Also the skin looks much better than what I have right now, I'm jealous, haha ^^; The only downloadable link I've seen here was for the HDRP, right? Looking forward for the built-in version ^^
|
|
|
digitallywired
|
digitallywired
Posted 4 Years Ago
|
Group: Forum Members
Last Active: Last Month
Posts: 25,
Visits: 209
|
When will we see support for Unity and URP? It seems that Reallusion's focus is Unreal and not Unity?
|
|
|
Victor.Soupday
|
Victor.Soupday
Posted 4 Years Ago
|
Group: Forum Members
Last Active: 3 Weeks Ago
Posts: 569,
Visits: 9.0K
|
If you don't mind testing an unstable dev version, you can try the URP version now: https://github.com/soupday/cc3_unity_tools_URPI think it all works, it's stopped throwing errors at least, but it's not quite finished. e.g. Some of the options won't do anything and some material properties aren't implemented yet...
|
|
|
antoine.ober
|
antoine.ober
Posted 4 Years Ago
|
Group: Forum Members
Last Active: 4 Years Ago
Posts: 16,
Visits: 42
|
Thanks ! May be helpful for others, but unfortunately my project is on built-in, not even URP :/
|
|
|
deidrereaystudios
|
deidrereaystudios
Posted 4 Years Ago
|
Group: Forum Members
Last Active: 2 Years Ago
Posts: 43,
Visits: 346
|
Is there a Plan for the built in pipeline at all? Reading through have not seen anything.
|
|
|
tantrum
|
tantrum
Posted 4 Years Ago
|
Group: Forum Members
Last Active: Last Year
Posts: 28,
Visits: 502
|
Go back 7 posts in this thread, it was mentioned there
|
|
|
Victor.Soupday
|
Victor.Soupday
Posted 4 Years Ago
|
Group: Forum Members
Last Active: 3 Weeks Ago
Posts: 569,
Visits: 9.0K
|
The built-in pipeline has been a little different as it requires the shaders to be coded by hand, this potentially introduces more scope for errors but also means the shader code can be more optimized over the shader graph versions in URP and HDRP. As with the URP version, there is not yet support for subsurface scattering, hair anisotropic highlights and eye depth & refraction. Even without these features, so far it's not looking too bad: 76% of original size (was 666x19) - Click to enlarge 76% of original size (was 666x19) - Click to enlarge 76% of original size (was 666x19) - Click to enlarge These are Game camera renders, using HDRI backgrounds and the Unity Post Processing stack. The hair is a two pass shader rendering the bulk of the hair mesh as opaque with alpha cutout, and then rendering the remaining soft edges alpha blended. It's a technique often used in foliage shaders but it works quite nicely for the hair too. I hope to port this to the URP version eventually. Unity 3D doesn't install a post processing stack by default so I'm using the Post Processing package from the package manager / Unity registry.
|
|
|
Victor.Soupday
|
Victor.Soupday
Posted 4 Years Ago
|
Group: Forum Members
Last Active: 3 Weeks Ago
Posts: 569,
Visits: 9.0K
|
Built-in Render PipelineSo here is the initial pre-release of the Unity Auto-setup for the build-in pipeline: https://github.com/soupday/cc3_unity_tools_3DRelease page: https://github.com/soupday/cc3_unity_tools_3D/releasesAs CC3 based characters and shaders are built for Linear color space, for best results the project should be in Linear color space: 76% of original size (was 666x19) - Click to enlarge Also the preview scene used by the material importer uses the unity Post Processing stack package. This doesn't need to be installed, but looks a lot better if it is: 76% of original size (was 666x19) - Click to enlarge As this is a pre-release and all the shaders are written by hand, there is potentially a lot that could go wrong so any bugs should be reported. Unity shader CG code can be temperamental at the best of times. But, as you can see in the post above, you can get some good results from it.
|
|
|
jerome.dipietro
|
jerome.dipietro
Posted 4 Years Ago
|
Group: Forum Members
Last Active: Last Month
Posts: 91,
Visits: 1.1K
|
@ Victor.Soupday Love the two pass shader rendering for the hair! Please, please port to the URP version :)
Unity Virtual Reality Developer
|
|
|
antoine.ober
|
antoine.ober
Posted 4 Years Ago
|
Group: Forum Members
Last Active: 4 Years Ago
Posts: 16,
Visits: 42
|
Fantastic ! Thank you so much ! :D I'll download your tool and I'll try to work with it ^^ (I work on built-in) I'll let you know if I find any bug :) Thanks again for this pre-release !
|
|
|