Energy Field Concept - Done with Materials and Sequencer.

Was experimenting with materials and ended up creating an Energy Field material capable of dissolving / generating, changing colors and shifting speed and direction of the hexagon pattern inside the zone.

Was able to achieve this through Sequencer, Material Parameter Collection Tracks for full customization and a ton of Material Nodes.

This took me about 5 hours

Here is what it looks like:

I imagine this being used similar to how a storm shield functions in STW. Could be a great way to capture zones when connected via verse and devices.

Here is my process. Below is everything I used to create the effect.

When creating the material I wanted to have as much customisation as possible. I could have added even more customisation however, for what I was trying to achieve, it made sense to limit it to these parameters.

  • PrimaryColor is the color that is most prominent throughout the material. This is what creates shades the material blue in most parts.

  • SecondaryColor is what controls some of the accents to the color. This is to add a bit of variation the hex pattern if you want to achieve multiple colors.

  • ShieldStrength is what makes the material emissive in some instances. For example, when the Energy field “confirms” it’s state. I use this parameter to add a glow effect to the material.

  • DissolveAmount is what I use to adjust the dissolve effect that can be seen when the energy field is generating. This can be altered through the sequencer.

  • HoloSpinSpeed (X/Y) this is what I connect to a panner node to adjust which direction the hex material is spinning. 1 = Clockwise, -1 = Counterclockwise. You get the idea. I can adjust this in both X and Y directions.

This is the hexagon section along with a few Fresnel nodes to create an outline around the material. This effect also has depth detection for when the sphere collides with the ground. Just creates a fade and a subtle outline along the ground.

This is the Dissolve effect. Fairly simple. By using a noise texture, we can create a mask, apply contrast and alter how much the mask is affected to create the dissolve effect. Then we apply color and send it on it’s way.

This is the Parameters I’m calling through the Material Parameter Collection. I then reference this from with the level sequencer to adjust the effects on the fly.

Another way the Material Parameter Collection can be used is a toggle system for materials. As a simple example, I use this material to turn a sphere from it’s “Off” state to it’s On State. This is done through a If statement to determine it’s state as a Boolean in a way.

Less than 1 = Off.
1 or More = On.



Lastly, I added all the Material Parameter functions to sequencer. Built the animation and then ran it through a main sequencer with different animation states.

Hope this helped somebody lol. Feel free to message me if you had any questions!

7 Likes

Thank you so much for sharing your process! This is awesome!

1 Like

Maybe went a bit overboard lol, but someone might find something from this useful. Been super fun to mess around with these things!

1 Like

Omg I LOVE this, ImBlanky! So impressive and customizable. Thanks so much for sharing your process! I didn’t know you could create custom material nodes, like your Hexagon Node and Dissolve Node! How did you do that? I also didn’t realize you could color code comments! I used it on my master material rn, so clean. :heart_eyes:

1 Like

Thank you!! Yeah you can collapse nodes which groups them all up into it’s own little node. Color Coding nodes is also super good!

You can do this by highlighting what you want to group and then right click it and choose “Collapse Nodes”.

You can then add Input and Output pins to control what goes into the node and what goes out of it.

Neat little way to keep a panel of nodes all in one place.

Also helps if your trying to adjust parameters and don’t want a million nodes in view lol. It’s local to that material but definitely tidies up the workspace!

Hope that helpssss!!!

1 Like

Thank you so much, that’s awesome! :pray:

2 Likes