An open API service indexing awesome lists of open source software.

https://github.com/alchemz/unity_performaceanalysis_and_optimization

From the GPU perspective to analysis and optimize the game performance with Unity
https://github.com/alchemz/unity_performaceanalysis_and_optimization

Last synced: 3 months ago
JSON representation

From the GPU perspective to analysis and optimize the game performance with Unity

Awesome Lists containing this project

README

        

# Unity_PerformaceAnalysis_And_Optimization
This is a project that analysis and optimize the game performance with Unity, from both the GPU perspective and CPU perspective.

## Reference
https://unity3d.com/learn/tutorials/topics/performance-optimization

https://unity3d.com/learn/tutorials/temas/performance-optimization/optimizing-graphics-rendering-unity-games

### Profile Window:
https://docs.unity3d.com/Manual/ProfilerWindow.html?_ga=2.18044027.335110257.1510938190-1537152006.1508531258

https://unity3d.com/learn/tutorials/temas/performance-optimization/profiler-window?playlist=44069

### Frame Debugger
https://docs.unity3d.com/Manual/FrameDebugger.html?_ga=2.18110331.335110257.1510938190-1537152006.1508531258

https://unity3d.com/learn/tutorials/topics/graphics/frame-debugger

### Diagnose with frame debugger
https://unity3d.com/learn/tutorials/temas/performance-optimization/diagnosing-performance-problems-using-profiler-window?playlist=44069

### Find out CPU bound or GPU bound with profile window
https://unity3d.com/learn/tutorials/temas/performance-optimization/diagnosing-performance-problems-using-profiler-window?playlist=44069

## Game Peformance Report
https://unity3d.com/learn/tutorials/topics/analytics/getting-started-game-performance-reporting?playlist=17499

## Tutorial
https://software.intel.com/en-us/articles/vr-developer-tutorial-testing-and-profiling-the-premium-vr-game

## NVIDIA FCAT VR Performance Analysis Tool
https://www.geforce.com/whats-new/guides/fcat-vr-download-and-how-to-guide

## OpenSource