Technical Details
For the latest developments from our engineering team, head over to the Engineering Blog at engineering.backtrace.io.
Using the Unity Memory Profiler to Troubleshoot Out-of-memory issues
06/16/22 | Oz Syed
When it comes to monitoring Unity game builds for possible memory issues, the Unity memory profiler module is an important tool. While the built-in Memory Profiler under the Profiler window gives you basic information about the memory, the additional downloadable Memory Profiler package can be used to analyze your game’s memory usage in detail. When combined with Backtrace’s ability to detect out-of-memory issues on mobile platforms, you can efficiently find and fix problems before they ruin game performance and impact game experience.
Read the post
Memory and Performance Issues in Unity WebGL Builds
06/3/22 | Oz Syed
There are many challenges involved in developing apps and games for WebGL builds in Unity. One of the major challenges that Unity WebGL developers face is to avoid performance issues that could lead to a negative gaming experience. This blog explores the best practices and strategies pertaining to the performance of Unity WebGL builds and identifying and dealing with issues that lead to a WebGL app running out of memory (OOM).
Read the post