11000+款5星资源
8.5万+用户参与评分
10万+社区成员鼎力支持
每款资源都经过 Unity 审核
Unity版本 | 内置渲染管线 | 通用渲染管线(URP) | 高清渲染管线(HDRP) |
---|---|---|---|
2022.3.0f1 | 兼容 | 不兼容 | 不兼容 |
🪳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:
- The application requires an external asset (not included): LeanTween (free version)
- The application uses built packages:
---
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ł.