Unity Asset Store
Cancel
Cart
Applications
Sell Assets

Over 11,000 five-star assets

Rated by 85,000+ customers

Supported by 100,000+ forum members

Every asset moderated by Unity

Home
Tools
Utilities
This content is hosted by a third party provider that does not allow video views without acceptance of Targeting Cookies. Please set your cookie preferences for Targeting Cookies to yes if you wish to view videos from these providers.
1/8
Web D3bug enhances Unity debugging via Websockets, transmitting client logs to the server for efficient error detection, particularly beneficial for VR apps.
Render pipeline compatibility
The Built-in Render Pipeline is Unity’s default render pipeline. It is a general-purpose render pipeline that has limited options for customization. The Universal Render Pipeline (URP) is a Scriptable Render Pipeline that is quick and easy to customize, and lets you create optimized graphics across a wide range of platforms. The High Definition Render Pipeline (HDRP) is a Scriptable Render Pipeline that lets you create cutting-edge, high-fidelity graphics on high-end platforms.
Unity Version
Built-in
URP
HDRP
2022.3.0f1
Compatible
Not compatible
Not compatible
Package dependencies
1
This package needs other Asset Store packages in order to work.
Description

🪳Web D3bug asset is a tool aimed at improving the process of debugging applications, especially those already built. It often happens that when testing the system in the editor's environment, everything works fine, but after recompiling to the final version, problems arise. In these situations, developers usually use a Development Build or create a simple system for logging information or detecting bugs. In some cases, certain bugs even cause the app to crash completely.

In the context of virtual reality (VR) applications, creating such a debugging system and reading logs (in VR) can be particularly inconvenient and troublesome. This is where the asset comes in, which uses Websocket technology to establish a connection between the client (the final build of your application) and the server. This connection allows seamless transfer of logs from the client to the server, which in turn allows for convenient reading of all information directly from the computer. The client application (final pplication build) and the server must be on the same network in order to connect via Websocket.


---


📜 Documentation:


The documentation contains a short note that allows you to build a ready-made server application. Unfortunately, at the moment Unity's policy does not allow me to deliver a ready-made application. However, you should have no problem building your own. Within the "Demo -> Server Logic" folder, you'll find all the files used to create the server application. You can customize this application to your needs or rebuild it from scratch if you're unsure about the pre-built solution.


---


🔗 Dependencies:


---


I would like to thank you, Creator, in advance for your trust. Your support is incredibly valuable. If you're satisfied with the asset or have ideas for its expansion, or even feedback, I encourage you to share them with me in the reviews section. They are extremely important to me and help me create better solutions. 👍


With gratitude,

Paweł.

Technical details

Features


1) Creating a Server on Any Address: The server asset allows you to easily create a server on a selected address, with the option of defaulting to a local IP. The ability to host the server on a public server allows clients to connect to the server from outside the local network.


2) Saving Customer Logs to a File: This functionality allows customers to save logs to a file, enabling later analysis and error diagnosis.


3) Clearing Logs and Removing Disconnected Clients: Asset has a log cleaning option, which allows you to maintain data transparency. Disconnected clients are automatically removed from the list, keeping information up-to-date.


4) Multiple Number of Clients on the Server: Asset allows multiple clients to connect to a single server application at the same time, which is especially useful in multi-user environments.


5) Logging (Collapse): The ability to collapse identical logs contributes to increased readability, improving the efficiency of the analysis.


6) Detailed Log Viewing: Asset offers a detailed log review function for more detailed analysis of events.


7) Copying Logs to the Clipboard: Users can copy the selected log to the clipboard for easy sharing or deeper analysis.


8) Displaying the Log Call List (for the Collapse option): When the Collapse option is enabled, the asset displays the number of calls to a given log, making it easier to understand the context.


9) Filtering Logs by Type: The ability to filter logs by type (Log, Warning, Error, Exception) helps in identifying and solving problems.


---


Supported OS


Server Asset: The server software has been thoroughly tested on Windows 10/11 systems only. During the tests, two different script backends were used: IL2CPP and Mono.


Client Application: The client application was tested on Windows 10/11 platforms and on Android devices.


Test Limitations: Unfortunately, the lack of access to Linux, Mac and iOS environments prevented testing on these platforms. If you can, test it and let me know if it works. I will try to update the description or improve the asset. It should be noted that currently the asset does not support the WebGL environment due to differences in Websocket architecture. Although a solution to this problem is possible, current priorities are focused on ensuring that the package works under Windows and Android.




WebSocket Debugger

(not enough ratings)
3 users have favourite this asset
(3)
FREE
License type
Extension Asset
File size
3.2 MB
Latest version
1.0
Latest release date
Oct 11, 2023
Original Unity version
2022.3.0 or higher
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members