Lovely traps Dungeon is a small project originally made as an Unreal Engine assets pack showcase but might go a little bit further… This is a 3D platformer with simple controls where observation and reaction are
Hello fellow coffee addi— devs ! As you all know, game logic is usually driven by (visual?)code logic inside actor classes. But what if we could trigger an even when a particle “collides” with the environment ? Let’s see !
Unreal Engine’s damage interface is so nice ! Let’s see how you can use it to adapt your damages to the impact location. Or modify the effect depending on the damage nature.
Hello geek friends ! Here is a neat trick for your mesh shaders ! It allows you to exchange mask data between Blender and Unreal and avoid using textures when not needed. This way, you can define parts with specific
Hello friends ! Here is how I made a simple “volumetric” fog that can exclude things using Custom pass stencil for my project Stranded in Outer Space. Not rocket science, but if you want something more flexible and
World aligned textures are very useful to make environment elements “snaps” without seams but functions have some limits. Here is a little trick to rotate World Aligned textures the way you
Hello world ! World aligned textures are very useful to make environment elements “snap” without seams but Epic functions have some limits. Here is a little trick to rotate World Aligned textures the way you want and also
No tuto video this week but I’m working on a new assets pack and a free demo mini-game showing how to tortu– have fun with it ! (nobody was harmed, just my golem assistant, who does it for the love of science)
Here is a little trick to use a low resolution texture on a “realistic” high definition brick wall mesh and still have a nice seamless, detailed result ! (and it’s easy) 😉