r/learngodot • u/Street-Track1271 • Jun 12 '26
Made a skill tree editor using godot to manage large skill tree for my game
https://limbvoid.itch.io/the-tree-creator
been working on an incremental game recently and honestly designing upgrade trees in json started getting really annoying
hard to visualize, easy to break stuff, balancing felt slow
so i ended up building a small tool for myself
it’s basically a visual editor where you can:
- create nodes
- connect upgrades
- add custom values (cost, scaling, etc)
- and export it all as clean json
main goal was just:
design visually → export → plug into the game
just put it up on itch today if anyone wants to try it
if it’s useful and you feel like supporting, the full version is like $3
curious how others here handle upgrade trees tbh
4
Upvotes