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
- Host: GitHub
- URL: https://github.com/alchemz/unity_performaceanalysis_and_optimization
- Owner: alchemz
- License: mit
- Created: 2017-11-17T17:05:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T05:02:43.000Z (over 7 years ago)
- Last Synced: 2025-01-07T07:16:28.672Z (5 months ago)
- Size: 119 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-optimizationhttps://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.1508531258https://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.1508531258https://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