
Publisher
amagno
SW Editor
Edit player data from SilentWolf directly inside the Godot editor.
This plugin has been mirrored from the Godot Asset Library.
The plugin author is in no way affiliated with Gadget.
If you are the author of this plugin and would like this mirror removed, please contact support@gadgetgodot.com.
SW Editor
An addon to be used inside the Godot Engine editor together with the SilentWolf addon.
Installation
from Github
- Download this repo
- Copy the addons folder to your project.
- SilentWolf is included due to some small changes made so it can be run inside the editor.
- Enable the SWEditor plugin.
- Once enabled, it will ask for your SilentWolf Game ID and API Key. This information is stored locally within your project.
from AssetLib tab
- Navigate to the Asset Library tab inside the editor.
- Search for SWEditor
- Download and install.
- Enable the SWEditor plugin.
- Once enabled, it will ask for your SilentWolf Game ID and API Key. This information is stored locally within your project.
How to use
Swap to the SWEdit tab above, right next to the AssetLib, search for a player's name and edit their data as much as you want. Your .env file won't be visible inside the engine, but if you look at your project's files on the file explorer, it will be under addons/sw-editor
Also, it is recommended, if you're using Git for version control, to add .env to your gitignore list, if you didn't already.