AI Game Asset Designer
An AI Game Asset Designer is a hybrid creative technologist who leverages generative AI and procedural tools to rapidly produce, i…
Skill Guide
The applied knowledge of simulating light physics using the PBR model and leveraging engine-specific pipelines (Unity URP/HDRP, Unreal Engine) to create photorealistic graphics in real-time (60+ FPS).
Scenario
Create a library of 10 distinct PBR materials (e.g., brushed metal, wet asphalt, fabric, plastic) that look accurate under any lighting condition.
Scenario
Develop a stylized rendering pipeline that mimics hand-drawn animation while maintaining real-time performance and compatibility with dynamic shadows.
Scenario
Optimize a large-scale open-world environment with mixed static and dynamic objects, ensuring consistent lighting and >60FPS on mid-tier hardware.
Engines are the primary execution environments; Unity URP is optimized for mobile/low-end, HDRP for high-end PC/console. RenderDoc and Nsight are essential for frame analysis and debugging GPU bottlenecks.
Substance is the industry standard for authoring PBR textures with smart materials. Houdini is used for procedural asset generation and complex VFX integration. Blender is used for modeling and UV unwrapping.
Essential for identifying draw call overhead, shader complexity, and texture memory usage. Use these to verify that rendering optimizations are functioning as intended.
Answer Strategy
Categorize by performance targets and feature set. Sample Answer: 'URP is a scalable, single-pass forward renderer optimized for mobile and mid-range hardware, offering faster iteration but fewer advanced lighting features. HDRP is a high-fidelity, deferred renderer for PC/console with real-time ray tracing and advanced volumetrics. I choose URP for broad device reach and HDRP when visual realism is the primary product pillar and the target hardware supports it.'
Answer Strategy
Demonstrate a systematic profiling methodology. Sample Answer: 'First, I isolate CPU vs. GPU bound using the engine profiler. If GPU bound, I use RenderDoc to inspect overdraw, shader complexity, and fill rate. If CPU bound, I look at draw call batching, physics, and script execution time. Common fixes include GPU instancing, LODs, texture atlasing, or converting dynamic objects to static where possible.'
1 career found
Try a different search term.