Here I am at it again and I brought a friend along for the ride. Yung is helping a lot by building the mechs for my second and his first indie game using Unity! So what is B.U.R.N? Burn is an action/mech battle game that puts you in the seat of a B.U.R.N unit. Members of B.U.R.N take on other mechs be that they are…
Hey all, So I've recently purchased Shader Forge for Unity and have been testing it out. Our current project involves a vertical gradient shader similar to the style you see in Monument Valley (totally different art style, just looking for a similar gradient effect!). So far I've been able to get it working that it uses…
hey thanks for the replies :q didnt realise you could use code from UT3 in UDK, that will help a lot. The Raptor from UT3 would be a good point to start from. I should be able to use the Raptor Code to make my own custom Vehicle class where I can adjust the movement and weapons controls accordingly? if I need to set up an…
it's pretty easy to code this with tangent-space normal maps. basic concept: save every pixel in to a 2D Array with it's current R and G (and B) Value (B will not change). R and G convert to a vector of 3 dimensions (while only 2 have a value, which is x for red and y for green and z is defined as following) with angle in…
I would greatly reduce the fog, and show the wave coming soon. Do you want drama, or relaxation? You could have the astronaut either facing the camera, or running towards the craft.
Big updates today for UDK: * Steam * Colour grading * Updated heightfog * much more Click through to see the entire list of updates for the May UDK. One of the more noteable releases is a showcase on some titles being created with the UDK. Here's the list released today from Epic. * Angels Fall First: Planetstorm, a…
Do you also provide any example shader code for use in engines besides Unreal and Unity? I don't need a shader graph , but rather the actual shader code in something like hlsl or glsl.
I can share mine though it was a while ago. I'd say it really depends on the studio and how well they have organised their onboarding process and what a junior is expected to take on as responsibilities. Usually there is the studio wide onboarding where they will cover everything from studio overview, projects, codes of…
Xoliul - Keep in mind that Alt+S+Click will work outside of static mesh mode as well, but you won't get the rotation and scale settings that come with it unless you are actually in the mode. DDuckworth - Haha, yes, that is a problem. I've had the "towering" effect with some trees before, and it's not exactly the look I was…
Yes, look in the Channel box with the PolyAutoProj node selected in the object's history (or click the Options box next to Automatic Mapping before applying it, and set the settings in there). Set "Layout Mode" to Overlap and "Scale Mode" to None, then you can adjust the size of the mapping projection by changing the Scale…