diff --git a/Source/Editor/Windows/Profiler/MemoryGPU.cs b/Source/Editor/Windows/Profiler/MemoryGPU.cs index 915093508..ac91ecd99 100644 --- a/Source/Editor/Windows/Profiler/MemoryGPU.cs +++ b/Source/Editor/Windows/Profiler/MemoryGPU.cs @@ -145,6 +145,8 @@ namespace FlaxEditor.Windows.Profiler #endif Type = gpuResource.ResourceType, }; + if (resource.Name == null) + resource.Name = string.Empty; // Create tooltip sb.Clear();