
SheetCreator
A downloadable tool
SheetCreator is an addon which allow to create spreadsheets (like google sheet) directly inside Godot.
It's inspired by GodotSheet by pend00.
You just need to create a sheet, fill it, and you can access every infos inside it directly into your project without additional part.
Installation
Add the folder directly in the "addon" folder of your project.
Then in Godot, activate the addon in the "Plugins" section of the Project Settings.
Functionnalities
- Create/Rename/Suppress Sheet
- Organize Sheets list
- Add/Suppress lines and columns des lines
- Change line or column position
- Resize a line height or a column width
- Modify global alignement of the cells
- Define different types of variable storage for the columns :
- Int
- Float
- Bool
- Simple String (one line)
- Complex String (multiline)
- Array (which contain only String)
- Dictionary (with only "String keys" and "Int values")
- Double click on a cell to modify it
- Create Sheet Presets
- Access to the datas directly inside Godot
Warning
This addon is not completly finished. There is still a lot of things to do to make it work properly. Structure of the addon might change, so use it carrefully.
I didn't test it on small config. The Addon might be laggy. Let me know and I will search for potential solutions.
Updates and Bugs
Don't hesitate to give me feedback, improvements and bugs. I will try to made them as soon as I can.
Here a few improvements that I would like to do :
- Add a global config file to store some usefull infos like :
- the order of the sheets. Currently, the order is reset when you restart Godot
- Icons for the sheet, for better clarity
- Custom sheets folder
- Add more variables options for Arrays and Dictionaries
- Add more variables options for columns
- Add the possibility to change the colour of a column for better clarity
- Currently, the Addon save the data at every changes. I would like to add a manuel saving option to gain work speed on small configs
Published | 13 days ago |
Status | In development |
Category | Tool |
Author | HadrienClement |
Tags | data, Godot, Graphical User Interface (GUI), Indie, Open Source, sheetcreator, spreadsheet, User Interface (UI) |
Leave a comment
Log in with itch.io to leave a comment.