article thumbnail

Mesh Baking Your Assets (With Ian Deane)

The GameDev Guru

This famous Unity asset lets you drastically reduce your draw calls so your game runs at substantially higher frame-rate. Today, I had the pleasure to interview Ian Deane, the developer behind Mesh Baker. Let's see what he has to say.

Mesh 100
article thumbnail

How to Create a Game-Ready AAA asset

Logic Simplified

Even though an AK-47 was not used as an asset, I got the opportunity to test my skill and indulge in my passion. Collecting reference images I believe that before any good asset is created, its image is already imprinted in the mind. I used a Blinn Shader on the asset to spot any issues with the mesh.

Asset 78
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

From Concept to Completion: Navigating the Game Art Production Pipeline 

iXie gaming

Behind every immersive world lies a meticulously crafted game art pipeline, a process where raw ideas evolve into interactive, polished assets. In the early days of game development, creating assets was a fragmented, time-consuming process. But how exactly does a simple sketch transform into a fully animated, game-ready asset?

article thumbnail

What is Level of Detail (LOD) in 3D Modeling? | Techniques & software

CG Spectrum

3D modelers apply many processes to improve the look and usability of their assets when creating the characters, props, and sets that feature in your favorite video games and films. Not only does LOD support faster rendering, it does so in a way that doesn't negatively impact the visual quality of an asset.

article thumbnail

How Cookie Run Bakes its Monster Revenue

Deconstructor of Fun

Due to the limitation of the 2D models, showing a different angle of a character requires new art assets instead of a simple angle change in a 3D game. The animation and art assets in Cookie Run: Kingdom not only win in quantity but also in quality.

Baking 52
article thumbnail

Strategies for Optimizing Multiplayer Games in Unity

Logic Simplified

Memory leaks occur because of reference retention issues and inadequate resource disposal and temporary asset allocation that both lead to a decrease in system performance. The Resources.UnloadUnusedAssets system releases unused assets to avoid memory spikes that occur when scenes change.

Games 52
article thumbnail

[Tutorial]Static-Occlusion-Culling, A great solution for improving culling performance during rendering - Guide to Cocos Cyberpunk Source Code

Cocos

The essence of offline culling is: pre-baking scene visibility and quickly culling unseen models during rendering. Baking)Divide the area into a certain number of culling blocks, and use the ray searching algorithm to pre-record the visible models of different blocks in the editor. Bake : Click to bake.

Culling 52