this post was submitted on 17 Nov 2024
53 points (100.0% liked)
Games
16745 readers
664 users here now
Video game news oriented community. No NanoUFO is not a bot :)
Posts.
- News oriented content (general reviews, previews or retrospectives allowed).
- Broad discussion posts (preferably not only about a specific game).
- No humor/memes etc..
- No affiliate links
- No advertising.
- No clickbait, editorialized, sensational titles. State the game in question in the title. No all caps.
- No self promotion.
- No duplicate posts, newer post will be deleted unless there is more discussion in one of the posts.
- No politics.
Comments.
- No personal attacks.
- Obey instance rules.
- No low effort comments(one or two words, emoji etc..)
- Please use spoiler tags for spoilers.
My goal is just to have a community where people can go and see what new game news is out for the day and comment on it.
Other communities:
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What is Animal Well doing that couldn't be done with a stock engine? Genuine question; I've only seen videos and it looks like a rather standard kind of platforming game. What's going on under the hood?
I don’t think it’s necessarily that something can’t be done, but each engine has its own idiosyncrasies and ways of doing things, and if you want to build something unique you’d still have to build all your own ways of doing something in another engine on top of the already existing ways of doing something. There is also a lot of flexibility in rolling your own engine, and it’s leaner too. Of course you can create an Animal Well in Unity, but out of the box it has very many systems that are unneeded, get in the way, possibly can’t be disabled and take up resources, bugs that you can’t fix and have to rely on the unity team for, etc. And if you do find bugs that you can’t work around and you use an older unity version (because migrating to newer versions could break things, and you started development 6 years ago) the bugs often won’t be fixed as your unity version isn’t supported anymore.