-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "com.psydack.uimgui",
"displayName": "UImGui",
"version": "7.1.0",
"description": "Dear ImGui integration for Unity using ImGui.NET, with support for Built-in, URP, HDRP, Unity Input Manager, Unity Input System, FreeType, textures, docking, ImPlot, ImNodes, and ImGuizmo.",
"unity": "2022.3",
"documentationUrl": "https://github.com/psydack/uimgui#readme",
"changelogUrl": "https://github.com/psydack/uimgui/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/psydack/uimgui/blob/main/LICENSE",
"dependencies": {},
"keywords": [
"dear-imgui",
"dear",
"imgui",
"immediate-mode-gui",
"imgui.net",
"unity",
"ui",
"urp",
"hdrp",
"editor-tools"
],
"author": {
"name": "Psydack",
"url": "https://github.com/psydack"
},
"samples": [
{
"displayName": "Demo Window",
"description": "A sample scene prefab and script that render the Dear ImGui demo window in Unity.",
"path": "Sample"
},
{
"displayName": "Font Atlas NewClear-mincho (WIP)",
"description": "A sample script that demonstrates the WIP font atlas flow using NewClear-mincho.ttf.",
"path": "Sample"
}
],
"repository": {
"type": "git",
"url": "https://github.com/psydack/uimgui.git",
"revision": "main"
},
"bugs": {
"url": "https://github.com/psydack/uimgui/issues"
},
"relatedPackages": {
"ImGui.NET.4Unity": "git@github.com:psydack/ImGui.NET.4Unity.git"
}
}