Skip to content

Commit 402222b

Browse files
committed
Updated Readme and manifest
1 parent 853fdcd commit 402222b

File tree

7 files changed

+35
-11
lines changed

7 files changed

+35
-11
lines changed

Documentation~/EditorWindow.png renamed to Packages/com.quickeye.http-debugger/Documentation~/EditorWindow.png

File renamed without changes.

Packages/com.quickeye.http-debugger/Editor/QuickEye.WebTools.Editor.asmdef

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@
1414
"overrideReferences": false,
1515
"precompiledReferences": [],
1616
"autoReferenced": true,
17-
"defineConstraints": [],
18-
"versionDefines": [],
17+
"defineConstraints": [
18+
"UI_TOOLKIT_PLUS"
19+
],
20+
"versionDefines": [
21+
{
22+
"name": "com.quickeye.ui-toolkit-plus",
23+
"expression": "",
24+
"define": "UI_TOOLKIT_PLUS"
25+
}
26+
],
1927
"noEngineReferences": false
2028
}

LICENSE renamed to Packages/com.quickeye.http-debugger/LICENSE

File renamed without changes.

Packages/com.quickeye.http-debugger/LICENSE.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md renamed to Packages/com.quickeye.http-debugger/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Unity HTTP Debugger
2-
![](Documentation~/EditorWindow.png)
3-
HTTP request logging tool for Unity.
2+
![license](https://img.shields.io/github/license/ErnSur/Unity-Http-Debugger)
3+
![UnityVersion](https://img.shields.io/static/v1?label=unity&message=2022.1%2B&color=blue&style=flat&logo=Unity)
4+
[![openupm](https://img.shields.io/npm/v/com.quickeye.http-debugger?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.quickeye.http-debugger/)
5+
[![HowToInstall](https://img.shields.io/badge/-How%20To%20Install-gray)](https://docs.unity3d.com/Manual/upm-ui-giturl.html)
46

5-
> Supported in Unity 2022+ (may be backported at the later stages of the project)
7+
![Main Image](Documentation~/EditorWindow.png)
8+
HTTP request logging tool for Unity.
69
## Features
7-
810
### Runtime Extensions
911
- Extension methods to Log web requests
1012
- Logged requests are visible in the *Request Console Window*
@@ -30,10 +32,8 @@ HTTP request logging tool for Unity.
3032
- fast request/response edit/inspect
3133
- Stash view is less important right now as Postman does it 100 times better. Development should focus on features unique to this tool.
3234

33-
## Open Problems
34-
- I can't extract request headers from the `UnityWebRequest` object
35-
- Decorator/wrapper class for `UnityWebRequest`?
36-
- https://stackoverflow.com/questions/44855721/unitywebrequest-how-to-print-all-request-headers
35+
## Dependencies
36+
- [UI Toolkit Plus:1.7.0+](https://github.com/ErnSur/UI-Toolkit-Plus)
3737

3838
## References
3939
- [Insomnia](https://github.com/Kong/insomnia)

Packages/com.quickeye.http-debugger/README.md.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packages/com.quickeye.http-debugger/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "com.quickeye.http-debugger",
33
"displayName": "HTTP Debugger",
4-
"version": "0.1.0",
54
"author": "Quick Eye",
5+
"version": "1.0.0",
6+
"unity": "2022.1",
7+
"description": "HTTP request logging tool for Unity.\nNon UPM dependencies:\n- com.quickeye.ui-toolkit-plus (https://github.com/ErnSur/UI-Toolkit-Plus.git)",
68
"type": "library",
79
"dependencies": {
810
"com.unity.editorcoroutines": "1.0.0"

0 commit comments

Comments
 (0)