The fun part of this game is hearing such differing opinions, I had someone explain that Block Koala was their favorite. I personally didn’t gel with Planet Zoldath, it’s conceptually neat but I found it very tedious. Glad you enjoy it though!
They explain their reasoning here: https://godotengine.org/article/about-official-console-ports/ .
I remember so much pessimism last year that people’s complaints will change nothing and that almost every Unity dev is too deep and won’t be able to switch engines.
Well, guess what, so many people did switch and Unity did feel the hurt. The community really did take action.
Everyone’s going to (rightfully) dunk on Unity but I think this is a great move and it’s nice that the engine isn’t going away. Competition is always good, and I’m happy for the devs that did stick with the engine. Lots of studios celebrating on social media with a sigh of relief. I still think Godot is going to eat Unity’s lunch the next few years so they better step it up.
Very good stuff in this update! The new page quickly showing all the changes is also a lot easier to digest than a 5,000 word essay blog post.
I’ve already been on 4.3 since the dev previews, so more than anything I’m excited for this release so the team can finally get to merging all those PRs that were shelved for 4.4. Lots of performance optimizations and big changes I’m excited for are coming in that next update. The wait continues!
Finally, audio cackling in web builds should be fixed!
I’ve been on Nobara for almost a year now and am really happy with it. The only distro I’d probably switch to is Bazzite just to try out immutability, but aside from that I’m good where I am.
There are two good options: Host your own blog yourself, or join a blogging platform that isn’t corporate. I personally use BearBlog but I’ve heard good things about Write.as as well. These two have free blogging options and don’t sell your data. If you want to host it yourself (which is safer), check out Hugo.
Ultimately, bots scrape the entire internet and there’s no guarantee they will honor robots.txt of a particular website (which tells bots what they are and aren’t allowed to do). If it’s on the internet, people can scrape your content and there isn’t much you can do about it. That shouldn’t stop you from writing or blogging, just don’t post very personal data.
Also, feel free to join us on !blogging@programming.dev!
Compiling to bash seems awesome, but on the other hand I don’t think anyone other than the person who wrote it in amber will run a bash file that looks like machine-generated gibberish on their machine.
Based on the feedback we received at the GDC from partners and friends, we know that we need a way to reduce the size of our exports. Currently, the 4.3 release Web build .wasm is around 40 MB uncompressed, and 5 MB compressed with Brotli. We have a few ideas in mind to address this, and it could even help optimize builds for other platforms!
This is very exciting! It’s my #1 issue by far with the engine. With custom export templates I managed to keep it around ~25MB uncompressed, but there’s definitely a lot of room for improvement in binary size.
Most variables have setters for situations like this. Rather than using get_tree().paused = false
, try get_tree.set_pause(false)
. There’s also Input.set_mouse_mode()
, you’ll see them under the variable names in the docs.
I don’t agree with people downvoting you just cause its unity lmfao
Yeah Lemmy is kind of funny in that regard, the downvote is not a disagree button.
It’s also a lot easier to manage via code since you could just get children and have each layer have its own group.
It’s a two part story:
The mobile market mostly targets kids and boomers and their resistance to microtransactions has been basically non-existent, making the market quickly become predatory and full of spam
Modern app stores have become abysmal, making it impossible for smaller games to see the light of day. 99% of google play is a dumpster fire, and the 1% that is decent isn’t published by a multi-billion dollar company so you’re unlikely to ever see it. There are good games out there, but the way the algorithms and ads work makes them constantly pushed down in the list. This isn’t “a problem” to a company like Google because they’re making bank off of all these ad spaces.
Anyways, most good games are paid, but here’s a list of stuff I’ve enjoyed playing on mobile:
Fancy Pants Adventures
Bloons TD 6
Dicey Dungeons
Dead Cells
Slay the Spire (but the mobile port is rough on small screens)
Knights of Pen and Paper +1
The Enchanted Cave 2
Let’s Create! Pottery
BAIKOH
Data Wing
Probably a lot more I forgot. Have at it.
Has it ever been better?
Actually, yes, by a big margin. Back in ~2011 mobile games were actually trying to be great. Games like Edge Extended, World of Goo, Bounce Boing Voyage, Zenonia 2 & 3, etc.
I remember early Humble Bundles being full of exciting games for mobile, now you’ll be lucky to find just one of them that isn’t filled to the brim with MTX or ads.
Sort of. If you earned >$1 million in revenues in the past 12 months, you have two options:
Pay 2.5% of your monthly revenue
Pay a runtime fee based on your monthly downloads
So basically, they made it optional, but you still have to pay 2.5% which is still significant. Otherwise you can use the runtime fee and report data yourself (it will probably be cheaper)
Just skimmed the video, it’s pretty good! Provides a good crash course for people to just start making a platformer, it definitely skims some important topics like physics layers or how to properly use tilemaps, but I expect follow up videos to start explaining things more.
I was recently contracted to make a neat prototype of a game. It’s a twinstick shooter with MOBA elements, you got minions coming out of towers attacking other minions and the goal is to destroy towers to make your way in and destroy the enemy base.
Navigation in Godot is pretty neat, very hassle-free.
I’ve bought the $1 tier to get into shaders and I sort of agree. I took the Unity 2D course when I was starting out game development and it was excellent, really gave you everything you need to know to understand and learn how to make real games.
I’m 75% through the shader course (which is fairly short, like ~2 hours long) and it’s just okay. It gives you a decent introduction on how shaders work, teach you a few simple effects like distortion and dissolving and color swapping, then you’re on your own. I didn’t feel like I learned enough to be confident making my own shaders and I still only have a surface level understanding of it. Not great for a paid course, I’m starting to think that’s the reason it was only $1 in the bundle.
I still 100% recommend their 2D unity course but it seems like how good the course is depends on the instructor. Rick is the best instructor they have, the new ones aren’t cutting it. Maybe I should make my own tutorials because a lot of Godot offerings currently are lacking.
You can backflip in mid-air which is useful to go a little higher or cancel the direction you’re moving in. I don’t remember the exact control for it, but I think it was double tapping after jumping.