top of page

TELEPORTATION

Teleport_Gameplay.gif

Teleportation fullscreen effect created for Clipped/Side project. They are designed to be used for the world teleport mechanic. I designed the effect like a character opening a portal hole and using it to travel to another world.

​​

The effect is created using a shader graph to do a material and render with a Custom pass volume. Then, access material parameters through with script and control it with animator.

Teleport_parameter.gif

Noise is the most use texture in a custom shader. Making the texture move gives the material more freshness and not solid. Then control a color and alpha.

Teleport_shadergraph.png

Fullscreen material

Teleport_animator.png
Teleport_custompass.png
bottom of page