Masthash

#Godot

Bee O'Problem
22 minutes ago

If my little Godot plugin goes well I think I'll put up a github page for it so others can give it a try

Goal is to make creating and maintaining AtlasTexture instances faster than it is in vanilla Godot by allowing the creation of many textures in a single window.

Got some progress on the basics, need to double-check when I said I'd do my next tool stream but will be working on this live some time this Friday/Saturday/Sunday.

#godot #godotengine #gamedev

I feel like I'm slowly becoming "The Ghost of #Godot" because I follow the tag and if I ever see someone who is having trouble or seems to be learning, I want to help provide my experience.

So yeah. If I'm ever a problem just tell me to fuck off or something ๐Ÿคทโ€โ™€๏ธ

Sovy
3 hours ago

So I could just add a raycast node to an object/scene in Godot and just ask it "Hey bud, whatchya got there?" whereas in Unity it felt more difficult than necessary to get what I want.

#gamedev #godot #unity

Nouvanity
4 hours ago

Finally started working on my "game" after leaving it alone for a month or so, making an actual model for the physics gun using blender as well as making picking up objects a whole lot smoother, as well as adding new features to it. Hopefully i don't stop after a week of learning this time lol.

#godot #gamedev #blender

GOING LIVE! Streaming some #Godot4 #GameDev tonight on #Twitch! Tune in at 9PM Eastern to watch me continue work on my Space-themed #SurvivorsLike!

twitch.tv/b4ux1t3

#DotNet #LiveCoding #Programming #IndieDev #SciFiGame #CSharp #Godot

W1K
4 hours ago

https://twitch.tv/w1kdev #Gamedev Wednesday #Godot edition! Finishing our basic #shmup

I'll be streaming some #Godot4 #GameDev tonight in #Twitch! Tune in at 9PM Eastern to watch me continue work on my Space-themed #SurvivorsLike!

https://twitch.tv/b4ux1t3

#DotNet #LiveCoding #Programming #IndieDev #SciFiGame #CSharp #Godot

Matt :idic: ๐ŸŒŒ
6 hours ago

#godot is pretty fantastic to just play with. there are a lot of toys in the box, and while i don't always understand how to use them, i usually end up with something fun

the convex collision shape tool made this cool dome mesh around my city and i'm trying to find out how I can keep it as a real mesh :blobfoxscience:โ€‹

for the moment I have it saved as a .tres file

I'll regenerate the mesh after that, so the city looks different, and it won't match 1-1. I think it will look interesting.

#gameDev

my blue rectangle city with better lighting (yay) and a weird collision mesh encompassing the city like a huge glass dome
Lalo Martins
6 hours ago

You know what would be a master stroke right now? If #EpicGames were to suddenly release #Fab for #Godot ๐Ÿ˜น nail, coffin, etc

alva majo va a hacer su prรณximo juego en #godot ๐Ÿ‘๐Ÿ‘ me re alegrรณ

https://inv.zzls.xyz/watch?v=vBR6IGEzGrI

I'd appreciate anyone who is familiar with Godot, C#, and/or FSMs to review some code I wrote for SC4X. I'm like 99% sure I did it right, but I'd really appreciate someone actually looking at the implementation.

The PR to merge into SC4X's main branch is here:

https://github.com/QueenOfSquiggles/Squiggles-Core-4X/pull/40

Tags for reach:
#Godot #GodotEngine #Godot4 #CSharp #DotNet #GameDev #FOSS #SC4X

Vertex Rage
7 hours ago

Sneak peek time! ๐ŸŒฟ While I'm deep into crafting the Essentials pack, thought I'd share a little behind-the-scenes with this WIP demo image. How's it looking?

#lowpoly #gameasset #indiedev #GameArt #AssetPack #unity3d #UnrealEngine #UE5 #UE4 #b3d #blender3d #godot #godotengine

It's weird. #Unity, #Unreal, #Godot... It's weird and it makes me feel old and out of touch with modern day game development.

pankee
7 hours ago

Spent some time last night re-working the level up UI. It's still very much placeholder art but it really needed the facelift.

(Should be fairly easy to tell which one is new and which one is old)

#godot #gamedev #indiedev

Chopp
7 hours ago

yay!! more updates!!!

#godot #GameDev #sonic

Keith Evans
9 hours ago

I must not prematurely optimise. Premature optimisation is the project killer. Premature Optimisation is the little feature branch that brings getting tired and putting the project on the shelf for another six months. I will greybox. I will ignore the siren call of mesh generation and merely use cubes. And when the generator is finished I will turn to a technical artist to make it pretty. Only the project will remain.

...
...
fuck the FPS is slow without any proper batching though.

Anyway. Got the chunks in the above GIFs replaced with the 8x8 Hexagons they're meant to be. Lets see if I can at least power through this and get some different heights assigned.

#gamedev #procgen #proceduralgeneration #indiedev #godot

A version of the terrain generator generating a "hex" terrain map with heights (just ocean, impassable mountain, and ground), that is entirely simulated with tall cuboids, rather than a more complicated or sophisticated mapping system. It seems to be performing quite slowly, presumably due to rendering thousands of cubes that could be optimised.
Gramps Garcia
10 hours ago

Yes, #Godot 3.5.3 has dropped so it is time for #GodotSteam 3.21.1 too! These pre-compiles are built with the latest and greatest, as well as Steamworks 1.58! The GDNative versions are coming soon too, my sweet friend. Get 'em while they're hot!

https://github.com/CoaguCo-Industries/GodotSteam/releases/tag/v3.21.1

eilume
10 hours ago

(Re)added some basic hit/despawn tweens for enemies + projectiles and a draft refraction effect for splash damage (need to add some area outline for better clarity).

#GameDev #IndieDev #Godot

2D top-down gameplay snippet of the player firing a weapon's projectiles at a large group of enemies, with hit reactions (color flash, knockback) and despawn animations (pixel quantize effect, stronger color transition, opacity fade out). There is also a refraction bubble effect for visualizing splash/area damage from despawned projectiles (either on hit or lifetime expiration). Additionally, projectiles that defeat an enemy spawn a cluster of "shrapnel" small projectiles.

Thanks to docfx documentation generation, the available accessibility settings that are built-into SC4X are easier to read through. I tried to include some reasoning for the different things just in case some people aren't familiar with why that feature could be helpful. Of course I will always appreciate suggestions on how I can improve the accessibility features!

You can read the documentation here (Warning I'm not sure how well the page would work for screen readers. Lots of code sections):
https://queenofsquiggles.github.io/Squiggles-Core-4X/api/Squiggles.Core.Data.Access.html

At some point I'm hoping to make a proper "guide" page on accessibility in SC4X.

#Godot #MadeWithGodot #GodotEngine #GameDev #Accessibility

ZerinLABS
10 hours ago

Hi there #indiedev + #gamedev community!๐Ÿ‘‹๐Ÿ˜˜

Some Q's for your wise minds:
๐Ÿ‘‰Do you yuse assets from itch.io ?
๐Ÿ‘‰What's ur opinion about it?
๐Ÿ‘‰Does it work?

With the recent #unity news... we started porting all our kits there but we're still new to the platform
๐Ÿ‘‡
https://zerinlabs.itch.io/

Does it worth the effort?๐Ÿค”

#retrogames #gamedevelopment #unity3d #madewithunity #UnrealEngine #madewithgodot #godotengine #godot

ZerinLABS
10 hours ago

Hi there #indiedev + #gamedev community!๐Ÿ‘‹๐Ÿ˜˜

Some Q's for your wise minds:
๐Ÿ‘‰Do you yuse assets from itch.io ?
๐Ÿ‘‰What's ur opinion about it?
๐Ÿ‘‰Does it work?

With the recent #unity news... we started porting all our kits there but we're still new to the platform
๐Ÿ‘‡
https://zerinlabs.itch.io/

Does it worth the effort?๐Ÿค”

#retrogames #gamedevelopment #unity3d #madewithunity #UnrealEngine #madewithgodot #godotengine #godot

Gramps Garcia
11 hours ago

Alright, I guess I will be giving a talk about #Godot, #GodotSteam, and Steamworks at the upcoming #GodotCon in Munich! If you're there, make sure to heckle me appropriately and say hello before/afterward!

Gramps Garcia
11 hours ago

Finally home and time for day #82 of #Godot games using #GodotSteam! Today is Pandora Galaxy by @simplexcode! A cool space exploration and management sim. Upgrade your ship, explore the galaxy, and pack in as many space lobsters as you can. Check it out!

https://store.steampowered.com/app/1226610/Pandora_Galaxy/

stolas
11 hours ago

@mads I think it was here: https://menacingmecha.itch.io/beetlebum . I don't think there's a full game yet.

I ended up stumbling over it because I was looking for PSX style shaders for #godot and the person who made https://menacingmecha.itch.io/godot-psx-style-demo also made beetlebum.

Chris Langford
11 hours ago

Any #godot users out there do project reorganization and run into this error? It's a scene inheriting from another. The base scene still exists, but it looks like the inheriting scene can't find it now that I've moved it.

Error message shown in the Godot editor output window. It reads "Invalid scene: root node TestRoom in an instance, but there's no base scene."
Roberto Pastor
11 hours ago

Iโ€™m learning #Godot

Itโ€™s fun.

Le Pertti
13 hours ago

Wanted to start experimenting with Godot and to be able to quickly do tests. So wanted to learn how to do basic pixel art and tile maps in Godot. Its a start!

#gamedev #godot

Megan Fox
13 hours ago

Heh, someone's making a Tycoon game clearly skewering #Unity3D, and it looks great.

(as a fun bonus, apparently it's being made in #Godot) https://store.steampowered.com/app/2613830/Install_Fee_Tycoon/

Marcus Skov
14 hours ago

Third Person follow mode is coming along nicely.

Built-in Springarm was surprisingly easy to include.

#godot #godotengine

stolas
15 hours ago

Maybe a daft question but there's no hidden gotcha's with #godot 4 games and the Steam Deck right?

eLxAr
15 hours ago

Even if it's pretty tiring to study so much, I'm enjoying my time learning @godotengine and gdscript. Similar to Phyton, still has some C# similarities, and the node structure of the engine is superb.

#gamedev #gamengine #GodotEngine #godot

Deniz Opal
16 hours ago

@CodexArcanum

Not using #Godot on a production project at the moment but will be in the future.

Justin Horner
16 hours ago

Vector math is so fundamental to games that it's typically involved in even the simplest of introductions to game development. This also goes for coordinate systems, as a requirement for movement is understanding what exactly the direction vector means for our game and how it translate to the game world.

Here I cover the Cartesian coordinate system and define 2D vectors with examples of how vector math works.

https://medium.com/@justinhhorner/cartesian-coordinates-and-vectors-ced531189329

#godot #gamedev

Storm Electricity
17 hours ago

Please notice, that there are some libs / plugins for Godot for people developing shooters, especially bullet hell / danmaku games.

Just check out the asset lib and search for bullet.

#godot #bullet #bullethell #danmaku #indiegamedev #gamedev #shooter #shmup

LexGear :godot: :unity:
17 hours ago

Hey there #godot pros. Can someone tell me why this error is appearing when I try to preload this file?

tjhowse
18 hours ago

A thing I really like about #godot: I download it, unzip it, run an executable file, and it Just Goes.

I don't need to create an account, I don't need to accept an impenetrable EULA. I'm just off to the races.

#godotengine

Vertex Rage
18 hours ago

Been cooking up something special (and free)! ๐ŸŒฟ A little 'thank you' to the community. Low Poly Nature: Essentials is on its way. Stay tuned!

#LowPolyLove #lowpoly #gameasset #indiedev #GameArt #AssetPack #unity3d #UnrealEngine #UE5 #UE4 #b3d #blender3d #godot #godotengine

Alanna
19 hours ago

Does anyone have good contacts or sites to look for contract or freelance Game Programming work? There are places advertising but the money is, frankly, pathetic. Does anyone have good contacts for experienced people?

#jobseeker #gamedev #godot #unreal #unity

I maybe a beginner #gamedev, but I know programming :dragncool:โ€‹

So, first PR for some #godot addon I am using got merged: https://github.com/heygleeson/godot-ldtk-importer/pull/1

๐ŸŽ‰

oparisy
19 hours ago

@vertexrage Hi! Should an assets store be developed for Godot (seems like it is discussed by the devs), would you consider targeting it also?

#godot #godotengine

@dbat @8bitape it is not an enum but my addon #Pandora for #Godot 4 to manage RPG data!

https://github.com/bitbrain/pandora

dbat
21 hours ago

@pseudoriemann Lol, I very much don't grok your question! ๐Ÿคญ

I am scattering meshes onto the XZ plane in #godot

I have a random scatter and I thought, what if I could also do "regular" scattering? I'll start with a grid!

So that's the plot.

I guess I don't mind if count is not enough to fill the rectangle, the user can bump-up count.

Does that help?
PS, thank a million for playing along. It's nice to have to and fro.
๐Ÿฆ‡

Rihards Paskausks
21 hours ago

Me: #godot please delete this plain node from this plain scene.

Godot: should i also delete the animation tracks?

(i can't repro it anymore ๐Ÿ˜ž)

confused Nick Young meme image.

I have a #Godot resource file like this:

@ tool
class_name MineralSpawn extends Resource

@ export var mineral:OreItem
@ export var noise:FastNoiseLite = FastNoiseLite.new()
@ export_range(-1.0, 1.0) var lower:float
@ export_range(-1.0, 1.0) var upper:float

that I use to define where minerals spawn!

Dana
1 day ago

P.S. Recreated some kind of low-budget HDR as a happy accident, and not entirely sure why this is happening, or how I managed this... but it's pretty?
#Godot #Shader #GameArt

Andrew Wang
1 day ago

It was pretty easy to get XR set up in #GodotEngine and running on Meta Quest 2.

Hand tracking is a bit wonky though. Look at the distended pinky, & how the index, middle, ring fingers get too close together. Same thing happens w/ different hand meshes. #Godot #VR #XR

Two VR hands with finger tracking. The pinky is distorted to be far off to the side, while the index/middle/ring fingers are clumped too close together. We see the same situation across two different meshes.

My silly little #GodotEngine racing thingy is kind of... working?

(Still a terrible driver though)

#madewithgodot #gamedev #godot

Bean J. Bunny
1 day ago

Me, to Discord: So Godot is throwing up "error 10: game is broken," what do I do? It doesn't show a stack trace or anything.
Discord: Oh, you have a node in your game called GameObject, it clearly has a script attatched called MakeGameObjectWork.gs, and it's looking for a connection to a node GameController that doesn't exist.
Me:
Me: are you a warlock #godot #indiedev

Fourth Woods Games
1 day ago

#100DaysOfGameDev Day 4. Added a bit of motion to the body and extended the length of the looped animation. I still think I'll animate this in code but I'll do a flight animation next then try this out in #Godot. See which works best.

#GameDev #IndieDev #IndieGameDev #IndieGames #Blender3d

A less crappy animation of a crappy butterfly.
MathiasTCK
1 day ago

@codekoan Having fun?

I am being tempted by #Godot:

https://en.wikipedia.org/wiki/Godot_(game_engine)

"Godot (/หˆษกษ’doสŠ/[a]) is a cross-platform, free and open-source game engine released under the permissive MIT license. "

Fell
1 day ago

I've gone live!

Making a multiplayer dice roller in Godot C++

#owncast #streaming #gamedev #programming #godot #godotengine

https://live.fellr.net

Live stream preview
Alghost :godot: :linux:
1 day ago

We just released a huge update for our game - over 200 commits and 3 months of work โŒจ๏ธโœจ

You can download it here:
https://alghost.itch.io/sunken-shadows
And you can find the complete patch notes here:
https://alghost.itch.io/sunken-shadows/devlog/612217/first-post-jam-update

#IndieDev #GameDev #GodotEngine #GameUpdate #32bit #PS1 #Roguelike #Godot #IndieGame #Retro

Screenshot of the game featuring lanterns emitting an eerie blue light at the ceiling, and hidden spike traps on the floor. The player is holding a knife and glowing crystal.
Working Class Games
1 day ago

The Raxxnorian Alliance
Vertical scrolling space shooter

Shooting "laser bullets" means creating new objects.

In the player script i add a variable
var timeToShot = 0

In the _physics_process function I add a new line of code:
if Input.is_mouse_button_pressed(MOUSE_BUTTON_LEFT) or Input.is_action_pressed("shoot"):
shoot()

And the shoot function:

func shoot():
if (timeToShot <= 0):
timeToShot = 6
var projectile = load("res://player_bullet.tscn")
var bullet = projectile.instantiate()
bullet.position.x = position.x
get_tree().get_root().get_node("Main").add_child(bullet)
get_node("LaserAudioPlayer").playing = true
else:
timeToShot -= 1

This can be improve by a lot - apparently you should "call down, signal up" - that's for another time.

Future optimization: instead of constantly creating and destroying bullet objects, I can create them once and then keep reusing them: an object pool. This might be more efficient.

10/x
#unity #godot #gamedev #indiedev

Completely unironic title "The Raxxnorian Alliance" - the working title of this space shooter.
Godot game screenshot showing a player ship firing double lasers, while enemy ships approach from the top.
Jan Ekholm
1 day ago

Got some Godot code done. It is surprisingly approachable to get into, especially compared to Unity. My Space Invaders has a player, missiles, score labels and a background. Next some waves of alien scum.

#godot #noob #fun #pewpew

deep Entertainment
1 day ago

@CodexArcanum @grumpygamer Hey, member of the #Godot #AdventureGames developer community here. I created and maintain the #EgoVenture first person adventure game framework and contributed to #Escoria, a third person adventure game framework.

Nagi
1 day ago

I published my first game on the Google Playstore!

Check out my journey: https://youtu.be/AX4cRDVjtoU

#Godot #GodotEngine #gamedev #IndieDev #indiegaming #indiegames #MobileGaming

the9thdude :verified:
1 day ago

I can't get the built in collisions to work on #godot so it's time to implement a hacky workaround.

#GameDev #learning #collisions

SirLich
1 day ago

I just had the most frustrating session trying to bully Godot physics into giving me collision information.

This Godot Proposal has all the info: https://github.com/godotengine/godot-proposals/discussions/7879

Please consider reading, voting, or commenting, to help drive the discussion forward.

#godot #godotengine #foss #gamedev

I'm so happy Unity decided to self-destruct! I mean, sorry for your losses and all, but... Not only is #Godot getting so much great attention, but I swear it's also driven more devs to Mastodon seeking out experienced #GodotEngine devs to chat with, collab, follow, and learn from! The #gamedev community has felt really lively lately!

If you're a gamedev using godot, please say hello in the replies and maybe more folks can find each other to follow!

Fell
1 day ago

I've gone live!

Making a multiplayer dice roller in Godot C++

#owncast #streaming #gamedev #programming #godot #godotengine

https://live.fellr.net

Live stream preview
Jack C.
1 day ago

Is there anyone with #Godot experience who likes #pinball who'd be interested in helping to build a pinball table creation tool as an open-source project? It's something I've been thinking about but I think it would be more fun to work as a team.

#GameDev #GodotEngine #OpenSource #VPin #VirtualPinball

Brennan Stehling
1 day ago

Now you can use Swift to script games built with Godot. https://youtu.be/C7KZxlcLCg4?si=6Ps4TN8tYyDchDuA #SwiftLang #Godot #GameDev

Signe C-J
1 day ago

I just uploaded the 23th episode in my YouTube series on How to Make an ARPG in Godot 4๐Ÿ˜Ž

This is the first episode in a mini series on melee combat.

https://youtu.be/kPSyUEQds6M

#godot #godot4 #madewithgodot @godotengine #tutorial #gamedev #zeldalike

Justin Horner
2 days ago

Over the weekend I decided to start a new "Quick Tip" series where I hope to provide valuable short-form content.

Today's quick tip is how-to automatically add static typing hints on code completion for GDScript in Godot.

Follow the blog and connect with me across social media for more quick tips and guides!

#godot #godotengine #gamedev

Marquis Kurt :xcode:
2 days ago

#SwiftGodot got covered by @GameFromScratch! Exciting to see this project get some visibility. Canโ€™t wait to see where this takes off in the future.

https://youtu.be/C7KZxlcLCg4

#swift #godot #gamedev

Sublingual Multimedia
2 days ago

One more gif of this guy, because I added the animation which was my main reason for doing it this way.
#godot #gamedev

My drawing of the guy in the purple shirt and red skirt with golden belt and red+gold hat, striking a pink tile with a hammer while kneeling, but the shading is wobbling and fun.
Lalo Martins
2 days ago

I'm finally actually making games again and earning my account in this instance :meowFlushed:โ€‹ dev updates to follow soon. And in case anyone is curious: #Godot 4, 3D.

Will Iverson
2 days ago

Easy, solid things to switch out for various reasons:

#Notion -> #Obsidian (https://obsidian.md/)
#Unity -> #Godot (https://godotengine.org/)
#Chrome -> #Brave (brave.com)
#Adobe PS -> #Affinity (https://affinity.serif.com/)

All are cheaper, faster, more focused... YMMV but check 'em out.

Sublingual Multimedia
2 days ago

Now I have a blender mat that takes three layers of colors (pic A) and mixes between them with a shading template (Pic B). If I don't feel like making a unique dark/lights image I've built it so I can pick a color to get mixed up or down over the midtones. By taking my flat shading + blurring or burn/dodging it in photoshop I can blend in in noise or a pattern. Now all that's left is to implement it in #godot

Darks, high tones, and mid tones of my test guy in windows explorer
The finished flat shader and the shading map in blender.
Spencer Magnusson
2 days ago

Fellow #unreal engine enthusiasts (particularly those currently using #UE5), would love your input:

Even with my new desktop and RTX, I'm still unsure of UE5 being fast enough without taking up half of my SSD. I had a rough experience with UE4 on my laptop last year - everything took forever to load, even "simple" demo levels.

Has this been an issue for you with UE5? #Godot is so tempting for being light and fast. #UnrealEngine5 #unrealengine

Terry/terrehbyte
2 days ago

Working w/ Godot 4 outside of its tightly integrated editor (which is nice) has been interesting.

Using GDScript w/ VS Code has created a lot more surprises for me, requiring a lot more set up and manual configuration to get it running than ideal.

The extension could use some changes that I'm willing to make, but I'm not sure if I would be able to test those changes outside of Windows.. ๐Ÿ’ฆ

#Godot #GDScript #VSCode

Working Class Games
2 days ago

Got shooting working for the player and for some enemies.The code is crappy but it works (usually)! That's a good start.

Posting more code tomorrow, but I wanted to ask if anyone had an idea for a title for this space shooter.

I'm terrible at titles, so unless you want me to call this "Spacing for Godot" or "The Raxxnorian Alliance" or something, please help, you are my only hope :)

9/x
#unity #godot #gamedev #indiedev

Godot game screenshot showing a player ship firing double lasers, while enemy ships approach from the top.
Godot game screenshot showing enemy space ships flying by and dropping green energy torpedoes.

Y'know what? Fuck this. #Godot experiments are canceled. Modern 3D game development systems were a mistake.

Or I'm just old.

Matt :idic:
2 days ago

i'm lighting this mesh with a single omnilight - or rather, I'm trying to

the light only seems to be working in the +Z direction

rotating the light doesn't change much

normals of the mesh seem fine (see above)

does anyone have tips on how to address this?

running godot fcbc50ec14, direct from github

#godotengine #godot #gamedev

a video showing how the "sun" of this world only lights half of it

its pretty weird
Alex โ˜•๐Ÿ‡จ๐Ÿ‡ฆ
2 days ago

@GameFromScratch Really makes me want to try some 3d in #godot

Narrat
2 days ago

The Narrat x Godot integration is now released, and there's a demo project ready to go and edit if anyone wants to play with it ๐Ÿ’™

Link to the demo project: https://github.com/liana-p/narrat-godot-sample

It has all the info you need to either use the integration as is, or reproduce a similar setup from scratch.

#Narrat #Godot #gamedev and of course #Unity alternatives

Matt :idic:
3 days ago

changing the distribution the random heights are drawn from has interesting results

it's giving me different ideas than I had in mind originally tbh, this city is almost fun to fly around

i was thinking a ground-level tower defence game but i think it's going to be a flying one now

#gameDev #godot

a city of tall blue rectangles
Justin Horner
3 days ago

Thank you to eveyone who voted on my poll asking which language you prefer for future Godot articles. Because the results are so close across the polls, I'm going to split between the two.

To get started, here's a C# version of my WASD movement article. It's written as an introduction to Godot. I hope you find it helpful.

https://medium.com/@justinhhorner/wasd-player-movement-in-godot-c-61ebe26d3164

#godotengine #godot #gamedev

Gramps Garcia
3 days ago

And we are back with day #80 of #Godot games using #GodotSteam! Today is Omega Warp by @ciangames! Like sci-fi action-adventure games? Upgrading gear and skills? Well, the game isn't out just yet but you can come wishlist it and get ready. Check it out!

https://store.steampowered.com/app/2083320/Omega_Warp/

Keep moving all your projects away from Unity.

Apologies mean nothing. They knew what they were doing. They knew it was bad. They don't care. They're just doing an "apology" because its expected, not because they actually mean it. They don't give a shit about game devs, gamers, or the gaming community as a whole. They just want money.

Greed needs to be punished.

Abandon Unity and use a different game engine ASAP.

Fuck Unity.

#GameDev #Unity #gaming #gamingnews #godot #videogames

James House-Lantto (He/Him)
3 days ago

https://www.gamingonlinux.com/2023/09/godot-engine-hits-over-50k-euros-per-month-in-funding/

Due to recent Surges, Godot Engine has broken 50,000 Euros per month of funding. When Godot initially announced their new funding platform they were bringing in less than 24K euros per month.

#Godot #OpenSource #FOSS #Gaming #GameEngine #GameDev #Development

Megan Fox
4 days ago

This really is a fantastic breakdown of the performance problems of #Godot, and what it would take to fix them. https://sampruden.github.io/posts/godot-is-not-the-new-unity/

EDIT: oh hey! There's a response from the Godot team too. Sounds like maybe the article is leaping to a few conclusions. But also I'm still a little skeptical? Basically I'll believe that this is just a pathological case once it's fixed and profiling demonstrates it. But I sure hope it is, cus that would make this MUCH more quickly fixable! https://gist.github.com/reduz/cb05fe96079e46785f08a79ec3b0ef21

Kenneth Larsen
4 days ago

I have now performance tested a simple bullet hell physics system in Unity, Godot and Raylib. The premise is simple: I want a bunch of enemies on screen, converging towards the player while not clipping each other. These are the results. #Godot #Unity #Raylib #IndieDev #GameDev #Performance #Optimization 1/5

A really awesome add-on that I found on the Godot Asset Library (so you can install it directly from the editor), is "Rebuild C# Project On Focus".

It's a super simple addon that triggers a rebuild of the dotnet project when focus is restored and it detects a file change. It's incredibly similar to Unity's functionality and is a real time saver because I forget to rebuild all the time!

https://godotengine.org/asset-library/asset/2146

Tags for reach:
#Godot #GameDev #GodotEngine #DotNet #CSharp

@Migueldeicaza @fuzzybinary in our spare time we could re-implement #Godot in #Swift. ๐Ÿ˜› ๐Ÿ˜„

KroneDev
5 days ago

The first game I made in Unity was Bees 'n' Trees, I figured I'd remake it in Godot as my first game there as well.
I have just finished the final fixes and uploaded the Godot version to the itch.io page.
I would say it turned out better, but that's probably just cause I'm a more experienced dev as a whole now :P
Overall quite happy with Godot, though am yet to try anything involving 3D.

https://kronedev.itch.io/beesntrees-slingy-bee

#gamedev #indiedev #godot #godotengine

The Unity's new "softened" pricing and policy changes are NOT good enough and they don't fix anything.

The dreaded "runtime fee" stays!
The nuts CEO & board stays!
They got what they wanted.
They WILL do this again.

Self-reported install counts will still be a nightmare and I am sure Unity will track this silently anyway.

Unity already twice silently altered their ToS.
Another "pinky promise"? SUUURE.

Finish your Unity games, and never look back.

#GameDev #Unity #Gaming #Godot #Tech #Games

Sven Slootweg
5 days ago

Usually when a company does something shitty, there are people suggesting an open-source alternative to switch to, and many of the responses are "that's all well and good, but it doesn't do what I need, that's why I use the proprietary thing".

I've noticed that with the suggestions of #Godot in response to #Unity's changes, this doesn't seem to happen, or at least not to the same degree, and people seem happy to try out the suggestion...

If I were Unity, I'd probably start getting worried right about now

Brian Ambrozy
6 days ago

This is a remarkable bundle, particularly given the news in the game engine world lately. A complete package to learn #gamedev in #godot from Humble Bundle:

https://www.humblebundle.com/software/everything-you-need-to-know-about-godot-4-encore-software

So my dad (who is not super familiar with how open source works), suggested that I "reach out to the people at Godot and try to set up some networking meetings with the higher ups." Specifically with the goal of "finding out whether Godot is a good company for me."

I appreciate it because I know it's out of love and support, but I can't help but laugh a bit at how much it just doesn't work like that (at least I don't think).

So to be able to say I took his advice, anyone "at" Godot wanna give me career advice? (This includes literally anyone)

For context, I just graduated a few months ago and am now working on a Full Stack Dev certificate because I wasn't able to find a job with my existing degree. I don't even know what advice I'd be asking for.

Tags for reach?
#GodotEngine #Godot #Godot4

Roughnight
6 days ago

ok #linux #gamedev
I have succesfully setup
- #raylib with #freepascal
- #monogame c#
- #CastleGameEngine
- #Godot
- #Tic80
- #Pico8

should be enough for some days developing^^ #fckunity

Mike Edwards
1 week ago

Wow, yet another dev, Robot Gentleman, is now giving $1500 / month to Godot (the value of their former Unity licenses), plus are porting their next AND previous releases from Unity to Godot

https://www.gamingonlinux.com/2023/09/robot-gentleman-dev-of-60-seconds-blasts-unity-switches-to-godot-and-increases-funding/

#godot #unity #GameDev #gaming

Zero ๐Ÿ‡ฎ๐Ÿ‡ฉ
1 week ago

@Gargron I'm excited with #Mastodon 4.2 as much as I'm excited with #Godot #GodotEngine 4.2 ๐Ÿคฃ

I've got a bunch of Unity game assets from various Humble Bundles. This is really handy for converting them to #godot and gltf formats.

https://github.com/barcoderdev/unitypackage_godot

Working Class Games
1 week ago

Godot keeps winning, Unity keeps self.shootInFoot(MAXIMUM_DAMAGE)

#unity #godot #indiedev #gamedev

Game devs Robot Gentleman are leaving Unity for good, switching to Godot and porting all their games. They're also upping their monthly donation to Godot to 1500 $/month.