Latest Materials Activity
BigK1991 said:
such as a material that has movement, like water for instance.
Are you familiar with shaders? If not, shaders are smallish programs that run on the GPU, alongside the main application.
You can get started with learning shaders by going to shadertoy.com and finding shadertoy tuts on yout…
Typically there will be a conceptual “mesh”, that is actually comprised of multiple “SubMeshes”. When you export a cube with a different material on each face, Unity will import that as a Mesh with one SubMesh for each face, and each SubMesh will only have a single material.
Hey everyone,
I appreciate you taking the time to read this and or help me out ?
Looking for a little help with blueprints in the material editor. I am trying to make a custom diamond like material and took some of the blueprint setups from other materials which are not custom. As the question …
Hello. In my project in Unity I have a ScrollView. Scroll panel in Unity has the next structure.
Viewport has Mask that makes visible elements of Content only inside this mask.
When in Content I have an Image that uses a material with my custom shader (just a color gradient), this image becomes visi…