Tag: UE4

0 112
Posted in UnrealEngine Works

Casual Game Lighting for Unreal Engine 4

Casual Game Lighting is a material function with a collection of lighting features, made for developers and artists who want to make casual (or hyper casual) mobile games.

cover of ue4 fake hole tutorial article
0 337
Posted in Tutorials UnrealEngine

UE4 | How to create a fake hole in the ground that you can move it in runtime

In this tutorial we will learn how to create a fake hole in the ground, a hole that actually doesn’t exit physically in the mesh but it function as a hole !

0 340
Posted in Tutorials UnrealEngine

How to create a PS1 rendering style shader in UE4

Back in the old days PSX games had a shaky and wobbly effect of vertices, this unwanted effect is caused by the lack of floating point precision. In this tutorial you will learn how to create similar effect.