4 ms·
Played this for about an hour on release day. Pros: charming character and environment design, beautiful modelling, animation and sound. A good demo of what Bl
by modernerd 1y ago
Played this for about an hour on release day.
Pros: charming character and environment design, beautiful modelling, animation and sound. A good demo of what Blender and a talented team can make. It's worth downloading to experience.
Cons: on macOS I saw slow startup (it beachballs for seconds before showing the opening screen), which seems to be a consistent thing for Godot macOS exports. Also choppy performance (stuttering movement in heavy forest scenes, dropped frames). At present it serves as a good promo for Blender but less so for 3D in Godot.
- Xss3 1y agoI dont think godot should really care about mac performance issues tbh.
- fuomag9 1y agoThey should, if they aim for multiplatform support
- bowsamic 1y agoWhy not?
- Xss3 1y agoGaming on mac is a chicken and egg problem and there is no reason for Godot to try to solve it when none of the big players, including apple themselves, are interested.
- whoisyc 1y agoI doubt the typical Godot Engine user is in that segment of the game industry but the big players in microtransaction ridden “gaming” are definitely very interested.
- TimByte 1y agoStill, as a proof-of-concept and Blender showcase, it's super impressive
- modernerd 1y agoAgreed, didn't mean to take away from that. I subscribe to the blog and have learned a lot from the Blender Studio team to see their process: https://studio.blender.org/projects/dogwalk/production-logs/ https://studio.blender.org/projects/dogwalk/production-logs/
- bowsamic 1y ago> Cons: on macOS I saw slow startup (it beachballs for seconds before showing the opening screen) This is usually related to code signing and notarization
- modernerd 1y agoInteresting, thanks, you might be right: xcrun stapler validate /path/to/DogWalk.app …shows: DogWalk.app does not have a ticket stapled to it (But spctl --assess --type exec --verbose /path/to/DogWalk.app shows it's notarized as expected.) Perhaps the beachball is Gatekeeper reaching out to Apple's servers to verify notarization? It seems a little faster on subsequent launches but still beachballs for ~2 seconds.