Top Hyper Casual Games Mechanics
While playing hyper casual games, you may have noticed that many games use the same game mechanics,…
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…
The Most Popular Hyper Casual Games Publishers
The hyper casual games market became more competitive every day, to publish a hit game and reach…
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
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.
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.
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.
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.