hyper casual game mechanics
0 74
Posted in DevBlog

Top Hyper Casual Games Mechanics

While playing hyper casual games, you may have noticed that many games use the same game mechanics,…

0 86
Posted in DevBlog

Key elements for a successful Hyper Casual Games

Hi devs, here is another important post about hyper casual games. In this article we will talk…

0 152
Posted in DevBlog

The Most Popular Hyper Casual Games Publishers

The hyper casual games market became more competitive every day, to publish a hit game and reach…

0 154
Posted in DevBlog

How to find the perfect color palette for your casual game

Choosing a good color palette for a game is an important factor for its success, specially for a hyper casual game

0 184
Posted in Tutorials Unity3D

Unity Tip: Lock camera preview window

When working in unity sometimes you would like to adjust objects position taking in consideration a specific camera angle.

draw debug tools
0 62
Posted in Works

Visualize gameplay using DRAW DEBUG TOOLS (Unity3D)

DrawDebugTools (DDT) offer several draw functions to help you debug visually and know what your code is doing.

0 254
Posted in Tutorials UnrealEngine

How to get UMG widget absolute position in UE4

In this tutorial you learn how to get absolute widgets locations regardless of the hierarchy they belongs to, or what layout panel are under it.

0 342
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.