Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iliakot/unity-optimizations
A list of resources on optimizations in Unity.
https://github.com/iliakot/unity-optimizations
Last synced: 3 months ago
JSON representation
A list of resources on optimizations in Unity.
- Host: GitHub
- URL: https://github.com/iliakot/unity-optimizations
- Owner: iliakot
- Created: 2020-09-17T09:20:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T14:25:23.000Z (about 4 years ago)
- Last Synced: 2024-04-20T17:00:23.072Z (7 months ago)
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unity-optimizations
A list of resources on optimizations in Unity.Unity Tools:
* Unity Profiler
* Unity Profile Analyzer
* Unity Memory Profiler
* Unity Frame DebuggerTools for Mobile Platforms:
* Apple Instruments (iOS)
* Xcode Frame Debugger (iOS)
* Android Studio Profiler (Android)
* Systrace (Android)
* Snapdragon Profiler (Android)Tool for PC:
* NVIDIA Nsight
* Intel GPA
* RenderDocUseful Plugins:
* https://github.com/Over17/UnitySystracePlugin
* https://github.com/mtrive/ProjectAuditorOther guides:
* Unity Official Documentation: https://docs.unity3d.com/Manual/BestPracticeGuides.html
* Understanding iOS Memory: https://docs.google.com/document/d/1J5wbf0Q2KWEoerfFzVcwXk09dV_l1AXJHREIKUjnh3c/edit
* Best Practices: https://docs.google.com/document/d/1dTTeWl83a9RIyg4a6OvTUCdS2mUXeIyn7po7CZkni-Q/editBlogposts on optimizations:
* https://blogs.unity3d.com/2015/12/23/1k-update-calls/
* https://blogs.unity3d.com/2016/09/20/understanding-memory-in-unity-webgl/
* https://blogs.unity3d.com/2016/12/05/unity-webgl-memory-the-unity-heap/