This is an early version of a hotspot editor GUI
This plugin displays a GUI that allows you to add hotspots placeholders. It has the following feture list for now :
- Add a hotspot on the camera position.
- Delete a hotspot.
- Undo and redo.
- Save your hotspot JSON.
- Load a hotspot JSON.
json configuration
{
"story": { ... },
"plugins":
{
"engines":
[
{
"uid": "org.forgejs.editor",
"url": "Editor/"
}
],
"instances":
[
{
"uid": "editor",
"engine": "org.forgejs.editor"
}
]
}
}
options
This plugin has no options at the moment.