-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPackageCatalog.json
More file actions
85 lines (85 loc) · 3.58 KB
/
PackageCatalog.json
File metadata and controls
85 lines (85 loc) · 3.58 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"packages": [
{
"displayName": "Sprite Reference Replacement",
"packageName": "com.abyssmoth.sprite-reference-replacement",
"installIdentifier": "https://github.com/RimuruDev/SpriteReferenceReplacement.git",
"repositoryUrl": "https://github.com/RimuruDev/SpriteReferenceReplacement",
"group": "AbyssMoth",
"sourceKind": "Git",
"description": "Scan and replace serialized Sprite references across assets."
},
{
"displayName": "TMP Font Replacer",
"packageName": "com.abyssmoth.tmp-font-replacer",
"installIdentifier": "https://github.com/RimuruDev/TMPFontReplacer.git",
"repositoryUrl": "https://github.com/RimuruDev/TMPFontReplacer",
"group": "AbyssMoth",
"sourceKind": "Git",
"description": "Analyze and replace TMP fonts in prefabs."
},
{
"displayName": "Hierarchy Path Copy Utility",
"packageName": "com.abyssmoth.hierarchy-path-copy-utility",
"installIdentifier": "https://github.com/RimuruDev/HierarchyPathCopyUtility.git",
"repositoryUrl": "https://github.com/RimuruDev/HierarchyPathCopyUtility",
"group": "AbyssMoth",
"sourceKind": "Git",
"description": "Copy hierarchy paths and object locator strings from the current selection."
},
{
"displayName": "Code Dumper",
"packageName": "com.abyssmoth.code-dumper",
"installIdentifier": "https://github.com/RimuruDev/CodeDumper.git",
"repositoryUrl": "https://github.com/RimuruDev/CodeDumper",
"group": "AbyssMoth",
"sourceKind": "Git",
"description": "Collect source files into a markdown dump with a symbol index."
},
{
"displayName": "Scene Switcher Toolbar",
"packageName": "com.abyssmoth.scene-switcher-toolbar",
"installIdentifier": "https://github.com/RimuruDev/SceneSwitcherToolbar.git",
"repositoryUrl": "https://github.com/RimuruDev/SceneSwitcherToolbar",
"group": "AbyssMoth",
"sourceKind": "Git",
"description": "Toolbar shortcuts for opening scenes and running a boot scene."
},
{
"displayName": "AbyssMoth Node Framework",
"packageName": "com.rimurudev.abyssmoth-node-framework",
"installIdentifier": "https://github.com/RimuruDev/AbyssMothNodeFramework.git",
"repositoryUrl": "https://github.com/RimuruDev/AbyssMothNodeFramework",
"group": "AbyssMoth",
"sourceKind": "Git",
"description": "Scene-driven node framework with editor tooling."
},
{
"displayName": "Missing Scripts Finder",
"packageName": "unity-missing-scripts-finder",
"installIdentifier": "https://github.com/RimuruDev/Unity-MissingScriptsFinder.git",
"repositoryUrl": "https://github.com/RimuruDev/Unity-MissingScriptsFinder",
"group": "RimuruDev Tools",
"sourceKind": "Git",
"description": "Find and remove missing scripts from scenes and prefabs."
},
{
"displayName": "Editor FPS Display",
"packageName": "com.rimurudev.editorfpsdisplay",
"installIdentifier": "https://github.com/RimuruDev/Unity-EditorFPSDisplay.git",
"repositoryUrl": "https://github.com/RimuruDev/Unity-EditorFPSDisplay",
"group": "RimuruDev Tools",
"sourceKind": "Git",
"description": "Display editor FPS in the Scene view."
},
{
"displayName": "Newtonsoft Json",
"packageName": "com.unity.nuget.newtonsoft-json",
"installIdentifier": "com.unity.nuget.newtonsoft-json@3.2.2",
"repositoryUrl": "",
"group": "Unity",
"sourceKind": "Registry",
"description": "JSON.NET package for Unity projects."
}
]
}