[ QUOTE ] Ugh...it is quite apparent that I am hated by God by now. Ok so I realized part of the water wheel (that doesn't make any sense) was clipping into the castle, so I switched out of unwrap mode to go back to normal edit poly mode. Unfortunatly after doing that and going back to unwrap mode, none of the dimensions…
Hello. I'm still relatively new to the game art world, and I seem to have a hit a brick wall in my learning. I'm posting this thread in hopes of getting a little insight. So here's my dilemma. I am self taught and my ultimate goal is to become an environment / level artist. Now I fully understand the amount of work it…
Hey :) Just some things i've noticed which make the usage of the forum not as enjoyable as it could be: 1. Why is the Edit-Button hidden as ONLY entry in a sub-menu? That's not intuitive nor helpful. Why not just put "Edit" instead of the Gear-Icon? 2. GIF-Links are NOT previewed when looking at a post BUT - and this is…
Also some parameters can be exposed within SD but can't be dynamic once published as sbsar. Some examples: - the shape in the shape graph and fxmaps - blending mode in blend node
Unity doesn't support features from SD6 yet, make sure to enable the SD5 compatibility mode in the preferences of SD to highlight any potential incompatible node in your graph.
Unless I misunderstood, couldn't you just use the Custom Node and put in "refraction" instead of making out the entire code manually? Same cost last I checked around.
in Blender you could do as many output nodes as you want and connect any other node directly to output and then switching in between outputs by selecting one. Bake this output if necessary. 2.8 has a cool feature of normalizing/clamping output to 0-1 . It makes editing node network using HDR values much more easy and with…
First issue: Shooting only once. You're using a "Pressed" type of event rather than a "Down" type of event. Inputs typically have 3 events. Pressed, Down, and Released. Pressed and Released fire only once, when the button is pressed or released respectively. Down continues to return true so long as the button is held.…
I just wanted to follow up real quickly! The OneMinus trick does not work. I pointed out earlier that the issue behind is more systemic of how the system is interpreting the roughness map. Right now, a value of zero will give you a sharp, clear highlight and will also use the highest quality cubemap (the non-mipped…
Try to use slope blur node to fake edge erosion and height/ slope variations in a copy of bricks generator to make color variations . Or flood fill node.