Unity RAM Optimization: Memory Profiler & Flyweight Pattern

Описание к видео Unity RAM Optimization: Memory Profiler & Flyweight Pattern

Do your Unity games take up too much RAM? The flyweight pattern with memory profiler is a great combination of tools to help you reduce the amount of RAM your games use. The memory profiler will help you identify what is taking up the most memory in your game, so you can apply the flyweight pattern. This pattern helps you to avoid duplicates of data by storing the data that doesn't change in one place, so it can be simply referenced and not copied.

👍 Like and 🔔Subscribe for More Unity and C# Tutorials    / @freedomcoding  

🌟 Support My Work and Unlock Exclusive Content! 🌟
👉 Patreon:   / freedomcoding  

🎮 Join Our Developer Community!
💬 Discord:   / discord  

💖 Support Me Financially
☕ PayPal, Revolut: [email protected]

Website - https://www.freedom-coding.com

Timestamps:
00:00 How Flyweight Works
00:47 The Example
01:49 Applying Flyweight Pattern
04:27 How To Use Memory Profiler
05:50 RAM Usage With & Without Flyweight
06:46 What Takes Up The Most RAM?
10:13 Unity Also Uses Flyweight!

Комментарии

Информация по комментариям в разработке