yujiyuji Posted November 25, 2020 Share Posted November 25, 2020 I created the Matelial Builder, as shown in the image attached here. How do I add Aron elements here using principledshader?l Shader? Quote Link to comment Share on other sites More sharing options...
nuki Posted November 25, 2020 Share Posted November 25, 2020 (edited) inside a material builder the default principled shader might error because of conflicting attribute bindings. in this case you can use the principled shader core, which is a more barebones version without export bindings. you can look at how the principled shader asset works by right clicking the node and enabling "allow editing of contents". Then you can dive inside and see how its put together. Its basically a material builder with a principled shader core node and lots of stuff built around that (eg. all the texturing parameters). the layer output of the principled shader core can be used to mix materials. Edited November 25, 2020 by nuki 1 Quote Link to comment Share on other sites More sharing options...
yujiyuji Posted November 28, 2020 Author Share Posted November 28, 2020 Thank you so much!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.