-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
12 lines (12 loc) · 895 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
{
"name": "com.idaocracy.naninovelsceneassistant",
"version": "2.7.0",
"displayName": "Naninovel Scene Assistant",
"description": "Various utility tools for Naninovel:\n\nScene assistant: Transform Naninovel objects in real time and easily copy over their values over to scenario scripts. \nCustom variable debug menu: Track custom variable values and change them on the go. Includes the option to search and filter by variable name.\nUnlockable debug menu: Track custom variable values and change them on the go. Includes the option to search and filter by unlockable name.\nScripts debug menu: Preload and play scripts with the click of a button. Includes the option to search and filter by name.",
"unity": "2019.4",
"author": {
"name": "Idaocracy",
"url": "https://github.com/idaocracy"
},
"documentationUrl": "https://github.com/idaocracy/NaninovelSceneAssistant"
}