-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.08 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.08 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
{
"name": "com.youngchan.roslyn-repl",
"version": "0.8.1",
"displayName": "Unity Roslyn REPL",
"description": "Editor-only C# REPL for Unity, powered by Roslyn. Compile and execute arbitrary C# at runtime, inspect any MonoBehaviour / ScriptableObject / singleton in memory, watch expressions live, save named snippets, and review run history - all from a UI Toolkit window inside the Editor. Zero project dependencies.",
"unity": "2022.3",
"type": "tool",
"keywords": [
"unity",
"editor",
"tool",
"repl",
"roslyn",
"debug",
"inspector",
"runtime",
"watch",
"snippet"
],
"author": {
"name": "djdcks12",
"url": "https://github.com/djdcks12"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/djdcks12/UNITY-ROSLYN-REPL.git"
},
"documentationUrl": "https://github.com/djdcks12/UNITY-ROSLYN-REPL/blob/main/README.md",
"changelogUrl": "https://github.com/djdcks12/UNITY-ROSLYN-REPL/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/djdcks12/UNITY-ROSLYN-REPL/blob/main/LICENSE.md"
}