#godotaddon — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #godotaddon, aggregated by home.social.
-
I did continue to work on my Godot Console Add-On. Fixing some smaller issues I encountered while using it for newer projects ...
Fixed issues where the plugin did throw errors after download. Also code improvements by making it strongly typed.
Should work with Godot 4.4 and above.
https://github.com/XanatosX/godot-game-console
-
I'm adding rainbow delimiters to Log\.gd's brackets today, and decided to cycle colors on nested dictionary keys as well - looking pretty good!
(plz ignore the `[/color]` noise, that's an engine bug already fixed in `4.5`)
-
Also these Miziziziz tools look amazing: https://github.com/Miziziziz/MizGodotTools
Definitely going to have to read the code and try some of these out!
-
A new version of Log.gd (your fave #Godot pretty-printer) just released on the #godotengine Asset Library!
Check out v0.0.7: https://godotengine.org/asset-library/asset/2696
Enjoy the stronger type support (tho, mostly Variant inputs) and the cleaner in-engine install thanks to `export-ignore` gitattributes.
Shout out to @coaguco for noticing the issue, sharing the solution, and approving the new build in the AssetLib!
-
Do you often find yourself creating this folder structure in Godot? With there was a better way?
Introducing: Create Actor
This simple Godot addon allows you to quickly create a folder+scene+script Combo, of your desired type.
Get it for free here: https://github.com/SirLich/godot-create-actor
-
I do need some feedback on this Pull Request
https://github.com/XanatosX/godot-game-console/pull/44
I did implement some fuzzy autocomplete for my console addon but somehow it feels not right to me. I would like to get your opinion on it.
Clone the branch and check it out on the example scene. Just remember to change the autocomplete service first on the scene node.
#Godot #Godot4 #Godot4_3 #GodotAddon #GodotAddon #Developer #GameDev
-
And it can be found on the Godot asset library
-
I just made the console addon public available.
Check it out on my personal GitHub
https://github.com/XanatosX/godot-game-console/tree/develop
As I said there is already something like that which can be found here:
-
I just added a developer console to my game. I do know there is already a addon for that which can be found here
https://godotengine.org/asset-library/asset/2111
But I did want to improve on that and wrote my own interpretation of it. Really happy with the result. I did write this as an addon so you can use it as well. Right now it's only part of this game and there is no extra repository for it.
#Godot #Godot4 #GodotAddon #GodotDevelopment #GameConsole #GameDev
-
Add the ability to add subtle backgrounds to your script editor!
-
I created an asset explorer for the Godot Engine, which allows you to browse your asset catalogue in-engine. Please check it out!
-
Log.gd is now available on the #Godot Asset Library! https://godotengine.org/asset-library/asset/2696
It's a drop-in replacement for `print()` that colorizes and formats the output, making your print statements more readable! For me this reduces wall-of-text noise and eye strain.
Check it out, and let me know what you think!
-
Today i got the #Log.gd docs site together via docsify: https://russmatney.github.io/log.gd/#/
The call-site prefix now includes line numbers as well!
I automated the changelog and release process with some #babashka, and submitted to the #Godot Asset Library, so it's more or less ready to go! I hope to share the asset store link soon, but for now, the github is here: https://github.com/russmatney/log.gd
-
Hey hey! #Popochiu 2 - Beta 2 is out now!!!
This version features interaction cancellation when you click elsewhere after clicking an object, a new release and documentation workflow thanks to Paolo Pustorino, and numerous bug fixes.
https://github.com/carenalgas/popochiu/releases/tag/v2.0.0-beta2
-
Seems pretty epic: https://github.com/GreenCrowDev/hoodie
Godot Engine meets Geometry Nodes?
-
Working on a logo for my godot pretty printer, Log.gd, which will hopefully hit the godot asset library in the next week or two! (Still needs CI and some tlc, but it's here: https://github.com/russmatney/log)
Not sure this works as a square logo, but i like the look and feel.
Made in #pixaki !
-
Hiya! We made a new video about the GUI templates in #popochiu
Make point n' click games the easy way in #godotengine !
-
"Hoist" now has a proof of concept editor, for editing the hoisted properties.
It has bi-directional editing, so the children are automatically refreshed, when hoisted properties are edited.
-
I'm working on a Godot4 add-on called "Hoist" which allows you to elevate child properties to the scene root.
All you have to do is add a property of type 'Hoist', and all child nodes will have a checkbox injected. When clicked, it will hoist the property into the parent.
This provides a similar workflow as the 'Editable Children' checkbox, but with more control, because you can be very explicit about the hoisted properties.
-
I just wanted to give a HUGE shoutout to @ughuuu (?) for his work on the Box2D Godot plugin!
https://github.com/appsinacup/godot-box2d
Box2D seems like a largely better 2D physics engine for my use-case, BUT it had a collision detection issue. After I provided a simple repro project, a new patch release was available within 24 hours with the fix.
Thanks <3
#godot #box2d #godotengine #godotaddon #godotplugin #gamedev #opensource
-
What features should I add to Importality first?
- Layers names filters (for layers visibility overriding before import)
- More flexible definition of borders around sprites
- Ability to specify normal-map layer name
- Linux and MacOS scripts to run Krita as different user (to resolve import hanging while Krita instance is running)
- New target resource-types (which ones?)
- Something else (what?) -
Hi, folks! I wanna make a plugin that switches editing scripts in by Ctrl-Tab and helps you to find any file/class/property/function/enum/etc. like in JetBrains IDEs. I already have a prototype that works. Do you want it?
-
Check out this excelent #godotaddon for #godotengine: https://github.com/ramokz/phantom-camera
It adds cinemamachine-esque camera controls to #Godot4