Tag: Unreal
-
How to fix Motion Blur for RTS Games in Unreal
If you’re using Unreal to create an RTS, a city builder, a party-based RPG, or any other game with a top-down view, it’s a good idea to disable camera motion blur. Luckily, all you need to do is to change a single line of code.
-
UI Textures – Worth Optimizing?
How to make UI textures use less memory.
-
Developing Games for Devices with Batteries
How to reduce your game’s energy consumption the pragmatic way.
-
Non-Invasive Engine Changes in Unreal
How to change Unreal’s internal classes without touching the original source code
-
File Size Doesn’t Matter (Unless it Does)
Some thoughts on reducing your game’s size
-
Using 27-sliced Meshes in Unreal
Do you like 9-slicing? Then you’ll love this…
-
How to Create a Diablo-like Resource Globe in Unreal
Creating the iconic life blood container
-
Adjusting Texture Sizes by Sharpness in Unreal
A tool to get rid of useless pixels.
-
Fixing Normals on Stretched Meshes in Unreal
Ensuring correct normals when kitbashing
-
Cheap Hex Tiling for every Occasion
Avoiding texture repetition while still sampling the texture only once
-
Creating Starry Nights without Textures
For when you want to avoid cube maps
-
Tints and Why You Shouldn’t Use Them
To tint or not to tint