- Unity Game Optimization
- Dr. Davide Aversa Chris Dickinson
- 157字
- 2021-06-24 12:12:54
Connecting to a WebGL instance
The Profiler can also be connected to an instance of the Unity WebGL Player. This can be achieved by ensuring that the Development Build and Autoconnect Profiler flags are enabled when the WebGL application is built and run from the Editor. The application will then be launched through the operating system's default browser. This enables us to profile our web-based application in a more real-world scenario through the target browser and test multiple browser types for inconsistencies in behavior (although this requires us to keep changing the default browser).
Unfortunately, the Profiler connection can only be established when the application is first launched from the Editor. It currently cannot be connected to a standalone WebGL instance already running in a browser. This limits the accuracy of benchmarking WebGL applications since there will be some Editor-based overhead, but it's the only option we have available for the moment.
- 測試驅動開發:入門、實戰與進階
- Learning Real-time Processing with Spark Streaming
- Visual Basic編程:從基礎到實踐(第2版)
- 算法基礎:打開程序設計之門
- FreeSWITCH 1.6 Cookbook
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- MySQL數據庫基礎實例教程(微課版)
- 算法訓練營:提高篇(全彩版)
- Flutter跨平臺開發入門與實戰
- 好好學Java:從零基礎到項目實戰
- Go語言開發實戰(慕課版)
- Sitecore Cookbook for Developers
- ASP.NET jQuery Cookbook(Second Edition)
- Learning Perforce SCM
- Python程序設計