-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStateTreeTextExporter.uplugin
More file actions
33 lines (33 loc) · 943 Bytes
/
Copy pathStateTreeTextExporter.uplugin
File metadata and controls
33 lines (33 loc) · 943 Bytes
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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0.0",
"FriendlyName": "StateTree Text Exporter",
"Description": "Automatically exports StateTree assets to deterministic, AI/human-readable Markdown under Docs/StateTreeExport/ whenever they are saved in the editor. Also adds the 'StateTree.ExportAll' console command for manual/headless export.",
"Category": "Editor",
"CreatedBy": "tomsato42",
"CreatedByURL": "https://github.com/tomsato42",
"DocsURL": "https://github.com/tomsato42/StateTreeTextExporter",
"SupportURL": "https://github.com/tomsato42/StateTreeTextExporter/issues",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false,
"Modules": [
{
"Name": "StateTreeTextExporter",
"Type": "Editor",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "StateTree",
"Enabled": true
},
{
"Name": "PropertyBindingUtils",
"Enabled": true
}
]
}