Skip to content

AybarsBarut/Unity-Performance-Profiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unity Performance Profiler

type tech status

Unity Performance Profiler is a lightweight runtime profiler overlay for Unity that displays FPS, memory, garbage collection, draw calls, and rendered object information during development builds.

Designed for Unity developers, QA testers, VR/mobile teams, and anyone who needs quick runtime performance visibility without opening the full Unity Profiler.

Features

  • Real-time FPS display in the game view.
  • Memory usage including allocated, reserved, and Mono heap data.
  • Garbage Collector information for spotting allocation problems.
  • Draw call and rendered object counters.
  • Simple overlay UI for fast debugging.
  • Designed to stay active only in development/debug workflows.

Installation

Copy SimpleProfiler.cs or AdvancedVRProfiler.cs into your Unity project and attach the script to an empty GameObject.

Usage

Enter Play Mode or run a development build. The profiler overlay appears in the configured screen position and reports runtime stats.

SEO Keywords

Unity runtime profiler, Unity FPS monitor, Unity memory profiler overlay, Unity performance debugging, Unity development build profiler, Unity VR profiler

GitHub Topics

unity, profiler, performance, fps-monitor, memory-management, csharp, gamedev

Repository

View on GitHub

About

Lightweight Unity runtime profiler overlay for FPS, memory, GC, draw calls, and development build performance debugging.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages