# Optimization Bible Hi! My name is Grzegorz WÄ…troba ![Alt text](https://cdn.mobygames.com/02e849a6-ab71-11ed-837d-02420a00019b.webp) and I'm making games since 2010: https://www.mobygames.com/person/919153/grzegorz-watroba/ https://www.linkedin.com/in/watrobagrzegorz/ This repository hosts my notes regarding games optimization with focus on Unity and Unreal in particular. I'm mostly interested in game optimization and porting, not very hot for mobile or VR so you won't find here many elements specific for those types of projects. Some of the notes are simple copies of guides, some are my own findings. Most of them have references or sources. These are not universal, not all of these might work in your project, but it's worth to try :P If you think it's useful to you - find me on social media, follow, like my content on LinkedIn or YouTube, do some shoutout - whatever you're comfortable with: https://www.youtube.com/@okiemdeva https://x.com/gamedevgrzesiek https://x.com/okiemdeva https://bsky.app/profile/gwatroba.com https://bsky.app/profile/okiemdeva.pl If you'll like it even more: donate something on patronite or buycoffee (but you don't have to): https://buycoffee.to/okiemdeva https://patronite.pl/OkiemDeva OR Wishlist my new game (and buy it, maybe when it's released... ?) https://store.steampowered.com/app/4184130/Foxy_Dumplings/ If you'll find any mistake, if you think I'm wrong or something is not correct in any sense - write to me. If you want to share some tips of your own - let me know, and I will, of course, credit your contribution! Contact me here: I'll **TRY** to update this regularily... --- ## 1. Basic / Common Information ### a) [Basic definitions (both Unity & Unreal)](https://github.com/GameDevGrzesiek/OptimizationBible/blob/main/Definitions.md) Glossary rather for beginners but it's still useful for further reading ### b) [PC Specs (as of April 2026)](https://github.com/GameDevGrzesiek/OptimizationBible/blob/main/PCConfigurationsSpecs.md) Basic sets of configurations based on Steam data to consider as optimization points for your game ### c) [Console Equivalents](https://github.com/GameDevGrzesiek/OptimizationBible/blob/main/ConsoleEquivalents.md) If you're wondering how your game would work on a specific platform and you don't have it yet, this might be helpful. --- ## 2. Unreal Engine ### a) [Unreal Engine Optimization Tools (for UE4 & UE5)](https://github.com/GameDevGrzesiek/OptimizationBible/blob/main/UnrealEngineTools.md) A brief description of tools for UE optimization ### b) [Unreal Engine Optimization Guide](https://github.com/GameDevGrzesiek/OptimizationBible/blob/main/UnrealEngine.md) Optimization guide for Unreal --- ## 3. Unity ### a) [Unity Optimization Tools](https://github.com/GameDevGrzesiek/OptimizationBible/blob/main/UnityTools.md) A brief description of tools for Unity optimization ### b) [Unity Optimization Guide](https://github.com/GameDevGrzesiek/OptimizationBible/blob/main/Unity.md) Optimization guide for Unity