Sos for the late answer, glad you made it. Custom Nodes are for you to plug your custom HLSL code into, but I see no reason for you to do it for texture offsetting. What I meant with a "float2" is a vector of 2. You can create one by holding down the "2" button and leftclicking into the editor.
@pming Thanks! She is doing some very cool work and I have seen it before. I actually have the first volume. It is good but it is more code then what I expected. Can definitely recommend it. But for this project I will try to do as much as I can with nodes. And it is quite interesting :smile:
@Eric Chadwick Thank you for your feedback, Eric! I did it as one of my final projects for my game art class, so didn't really had time to come back and fix it! I will definitely write down your feedback for my future projects! Thanks again :)
Hi, Again thank you so much for your help. Here is the rough output which I have been trying to figure out from the last 4-5 hours. I modified other Artist script. So, Any mistakes forgive me. Your command is working fine but I have 2 more doubts. (*) If I run the command twice it is replacing the old snapshot which I…
We are recruiting Programmers for our game Space Station
3D! Space Station 3D (SS3D) is an open-source community project
dedicated to bringing the legendary Space Station 13 into a fully realized 3D
environment. Built in Unity (C#), this project offers a chance to work on a
fan-favorite remake while learning valuable…
Using Blizzard-style art as inspiration is good, but using them as primary references without understanding the core concepts behind arms and armour is bad; you'll be copying and incorporating their lack of understanding into your own work without realizing it. In the early 2000's basically nobody knew how armour worked…
Hello modelers and fellow modders! We are developing a mod called Athena and need Generalists and Environment Artists to help building props, set-pieces and content in general. Athena's code for Multiplayer is complete, so we are merely creating assets and we need some help! It would be preferable if you have experience…
Have you looked at the animation help files in Unity yet? They cover the basics pretty well, it kind of sounds like maybe you haven't read any of these yet. That's the first place I'd recommend checking out. If they deform, it helps to bind them to the same skeleton as the skin, so you can fix/avoid interpenetrations. But…
Use your buffer visualization mode to check specular/roughness differences, check it under different lighting conditions (ie: when the sun is behind the grass, does it get darker than the landscape?). This is sort of to be expected, though; grass cards are generally perpendicular to the landscape so they will receive light…
Yeah, you're right. The timer actually redundant as I commented the first line and nothing happen, the code still works like what I expected. I don't quite understand your point with the "intersect" though, the original code was for making a list of object under the mouse cursor, hence return the array of objects like what…