Advertisement

Latest profiling Activity

Where Are You Wasting Your Game’s Memory? (Memory Profiler: Part 2)

Today, I will show you around the neat memory map visualization mode that this experimental package brings to your table:

  • How is your memory layout structured?
  • What memory regions does Unity have?
  • How fragmented is your memory?

This is the second post on the Unity Memory Profiler series. In the first p…

6,421 views
Advertisement
Where Are You Wasting Your Game’s Memory? (Part 1)

In this post, you will show you how to use the experimental Unity Memory Profiler package to find exactly where you are wasting memory on your game.

Here's what we will cover in part 1:

  • What is this mysterious Unity Memory Profiler?
  • How you can start profiting from the Unity Memory Profiler right away…
6,942 views
Where Are You Spending Your GPU Performance Budget?

So you know your game is heavy on the GPU and you're ready to optimize it.

But wait, where exactly do YOU start optimizing? Do you know which parts of your scene are causing your GPU performance bottlenecks?

Well, I have a tool to help you with Unity GPU Performance profiling: RenderDoc.



Quick Navigat…

8,311 views
Advertisement
Advertisement