- 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.
- HTML5+CSS3王者歸來
- Spring 5.0 Microservices(Second Edition)
- 數據庫系統教程(第2版)
- Oracle Database In-Memory(架構與實踐)
- Mastering Python Scripting for System Administrators
- Hands-On Natural Language Processing with Python
- Haskell Data Analysis Cookbook
- Learning AWS
- Xamarin Blueprints
- 從“1”開始3D編程
- Mastering Object:Oriented Python(Second Edition)
- Puppet 5 Beginner's Guide(Third Edition)
- React and React Native
- 美麗洞察力:從化妝品行業看顧客需求洞察
- 基于Docker的Redis入門與實戰