Unity-Http-Debugger
Unity-Http-Debugger copied to clipboard
Http request logging tool for Unity.
Repro: - Select instance of Console Request so that inspector is drawing Exchange Editor - reload assembly a couple of times Clues: - It seems to be connected to Inspector...
- when the game tries to log a request with a breakpoint - pause game - await until user closes the mock exchange window - show special mock exchange window/inspector...
- Write logs to file in a readable format - Do not serialize HDRequests unless for editor persistent state
format body in JSON, XML or other formats
- Allow users to edit authentication in a separate tab like in postman. - A tab for that is already created in the request view it just needs content.
#### About the error One parameter cannot choose which namespace to use. Because Tab class exists in both namespaces. Unity Version : 6 File : UiUtils.cs(27,105) Error : error CS0104:...