Advertisement · 728 × 90

Posts by Jackson Hunter

Video

If you or anyone else would like to learn more or enlist my Technical Art services, feel free to DM me!

#TechArt #Unity3D #URP #ShaderGraph #GameDev #IndieDev #RealtimeVFX #TechnicalArtist #GraphicsProgramming #VFX #UnityTips #Shader #MadeWithUnity #GameGraphics #RenderPipeline

1 week ago 6 3 0 0
Post image

If you would like to find out more about shaders, or enlist my freelance services, feel free to DM me!

#TechArt #Unity3D #URP #ShaderGraph #GameDev #IndieDev #RealtimeVFX #TechnicalArtist #GraphicsProgramming #VFX #UnityTips #Shader #MadeWithUnity #GameGraphics #RenderPipeline

1 week ago 10 3 0 0
Post image

If you would like to find out more about shaders, feel free to DM me!

#TechArt #Unity3D #URP #ShaderGraph #GameDev #IndieDev #RealtimeVFX #TechnicalArtist #GraphicsProgramming #VFX #UnityTips #Shader #MadeWithUnity #GameGraphics #RenderPipeline

2 weeks ago 9 3 1 0

I think it’s really good, describes a lot of how it feels to play. Perhaps the only thing missing description is the type of humor the game uses! The game is very rude, very abrasive, it’s worth mentioning that in the hook because it’s a huge part of Embers identity from what i’ve seen!

1 year ago 0 0 1 0

Perhaps it’s something that’s difficult to answer without a proper tutorial. Could you be more specific on what it is you wish to achieve? Would you perhaps like to move to a private messenger to talk more extensively on your issue?

1 year ago 0 0 1 0

I’m not at my computer at the mo, but how this works is you split the TexCoord node’s rgb channel and then multiply this value by a variable that can control your gradient. then you simply lerp the result! I predominantly work within Unity however this gradient creation method is very similar in UE!

1 year ago 0 0 2 0

Hi Dave, if you wish to control your gradient dynamically as you describe. I usually create a vector gradient from UV coordinates and multiply the initial alpha value before the Lerp stage, this allows you to control the position of the gradient with a single float! Hope this helps!

1 year ago 0 0 1 0
Preview
Unity | Invincibility Power-Up, Jackson Hunter Over the past days, I have re-created the Mario Kart 8 Invincibility Power-up within Unity's URP Pipeline! I present it as a shader & particle effect on top of a free Unity Asset Store model calle...

Heya everyone!

Check out my tutorial on how to create the Mario Kart Superstar effect within Unity URP!

www.artstation.com/artwork/0lZ6O8

#mario #mariokart #nintendo #superstar #switch2 #unity #urp #gamedev #shaders

1 year ago 3 0 0 1
Preview
Jackson Hunter on LinkedIn: Four smart practices for implementing your work as a Technical Artist Heya everyone, ever been stumped on how to refine your implementation process as a Technical Artist? I invite you to take a look at my article where we explore…

Hey everyone! Check out my article on tips and tricks to use as a Technical Artist within a team!

www.linkedin.com/posts/jackso...

#technicalart #gamedev #article #business #art

1 year ago 4 0 0 0
Advertisement

Indeed, for beginners they tend to avoid the sine node because it sounds like a complex math node. But it's really simple to understand in reality, and a vital tool for shaders!

1 year ago 0 0 0 0
Post image

Lets take a look at the sine node within Unity!

Utilize Time > Multiply by speed > Sine > Remap to create a flexible sine value that waves between a range of two values!

This can be used for many different movement effects within shadergraph!

#Unity #Shadergraph #Shaders #GameDev #Gaming

1 year ago 7 0 0 0
Preview
Unity | Dithered Hologram Shader, Jackson Hunter Over the past few days, I have been remaking some of my older shaders and I created this tighter, more optimized hologram shader utilizing the dither node to create a fake transparency effect for quic...

Hey y'all! Check out my beginners tutorial on how to create an efficient hologram shader for mobile on my Art Station!

www.artstation.com/artwork/6LZbww

#Unity #Shadergraph #Gamedev #Realtime #Shaders #Gaming

1 year ago 6 0 0 0
Post image Post image

Let's take a look at the Dither Node for Unity!

This node is incredible when combined with alpha clipping for creating fake, dithered transparency, which is incredibly performance cost effective & works on opaque material types.

#Unity #Shaders #Learning #GameDev #Dev #Shadergraph

1 year ago 5 0 0 0
Preview
Unity | Mario Kart Item Box, Jackson Hunter Over the past week, I've been working towards recreating the Mario Kart Item Box within Unity URP! I'm very happy with the end result and how it incorporates into a fast paced environment! My biggest ...

Evening everyone! Check out my written tutorial on how to create the Iconic Mario Kart Item Box within Unity's URP Pipeline!

www.artstation.com/artwork/6LeykO

#Nintendo #Unity #Shaders #TechnicalArt

1 year ago 2 0 0 1
Here's the setup, I project the world view vector onto a sampled texture, then I offset it by the camera distance from object to stop it from scaling by distance incorrectly. Then I simply fixate the object offset to the camera direction to make it always project a certain part of the rainbow sample towards the driving vehicles so that the item boxes look relatively the same when driving! This is all then projected onto the mesh itself to make the rainbow look cube-like much like how the games portray it. It's a very specific effect I've been hunting to create. For now I am sampling a seamless texture I found online for demonstration purposes, however later I will create my own!

Here's the setup, I project the world view vector onto a sampled texture, then I offset it by the camera distance from object to stop it from scaling by distance incorrectly. Then I simply fixate the object offset to the camera direction to make it always project a certain part of the rainbow sample towards the driving vehicles so that the item boxes look relatively the same when driving! This is all then projected onto the mesh itself to make the rainbow look cube-like much like how the games portray it. It's a very specific effect I've been hunting to create. For now I am sampling a seamless texture I found online for demonstration purposes, however later I will create my own!

I'm very happy with the intended effect and how the rainbow is projected onto the inner mesh. All it needs now is some touchups to the case of the item box to look closer to the games and a big blue question mark billboarded in the middle! I'll create these later when I acquire my adobe licenses again...

I'm very happy with the intended effect and how the rainbow is projected onto the inner mesh. All it needs now is some touchups to the case of the item box to look closer to the games and a big blue question mark billboarded in the middle! I'll create these later when I acquire my adobe licenses again...

Currently I've been working on creating the famous Mariokart Item Box! I've cracked the code to getting the rainbow of the item box to display based on projecting the color to each face in a cube-like fashion. I will keep you all updated as I've been stopped in my tracks by my adobe license ending!

1 year ago 2 0 0 0

I'm going to use this page as a dev log for my future endeavors, through this page I will keep you updated on...

-My WIP portfolio work
-My Finished Portfolio Work
-Events I'll be attending
-Various other happenings that are important to share about me!

Thank you for taking the time to read!

1 year ago 0 0 0 0
Advertisement