article thumbnail

Amy Hennig's new Marvel game leads off Epic's State of Unreal | GDC 2024

GamesIndustry.biz

Epic today held its annual State of Unreal event at the Game Developers Conference in San Francisco, with new announcements for gamers and developers alike. On the player side of things, the big attraction of the event was no doubt the first look at the new Marvel game from Skydance New Media and Amy Hennig, 1943: Rise of Hydra.

Tile 115
article thumbnail

Potential of shader graph and VFX graph in Unity 

iXie gaming

Unity is synonymous with game developers around the world. Ever since its release in 2005, the game engine has seen several iterations and has evolved significantly over the years. The game engine has amassed popularity thanks to its versatility and ease of use compared to other engines in the market. Let’s find out.

Shaders 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Weird Texture issue

Cocos

I have a 2d tiled game. On my latest game, I have a weird issue with texture and I have no idea why I have this ( I could only reproduce it once but players do find it from time to time). Suddenly, when the player plays, the screen goes all wrong as if all the textures were now corrupted. Here are some information.

Texture 40
article thumbnail

Practical Use of Render Textures

The Knights of Unity

Unity Engine introduces an awesome tools to empower your game development process. And even before an era of SRPs (Scriptable Render Pipelines), there was a good amount of solid features like today’s topic: Render textures. In this post I’m going to explain to you how to use render textures in your game.

Texture 52
article thumbnail

D2 log 068 – Water shader

Catnip Games

Spent some time tinkering with shaders. It was fun but also hard to come up with something actually usable in the game. I also tried distortion for the bottom layer but UV wrapping is a problem because the tiles are in a texture atlas. Putting tiles in an array texture instead of an atlas would give me more options.

Shaders 52
article thumbnail

Identifying Shader Limiters with the Shader Profiler in NVIDIA Nsight Graphics

Nvidia

and later feature the new Real-Time Shader Profiler, the first temporal sampling profiler for GPU shaders. and later feature the new Real-Time Shader Profiler, the first temporal sampling profiler for GPU shaders. This profiler enables you to examine the most expensive shaders at each moment in your frame.

Shaders 52
article thumbnail

Shader Help required (UV distortion with cc_time[0])

Cocos

Hello, so my issue is such, I have made a shader that causes a UV distortion in the fragment shader, to simulate “flame-like” effects at the edges. There are two variants of these shaders, one where the distortion is dependent on cc_time[0] i.e the time elapsed in seconds when a game is running.

Shaders 40