|
|
|
|
|
by saint_angels
842 days ago
|
|
it's possible to make good and big games in Unity, but you can't rely on many Unity features in that case. Like, I'm sure there is barely any "Unity" in Genshin Impact, I bet they replaced most of the engine with custom tooling. |
|
On a lot of those, the engine is more of a bare-bones renderer: only one Scene is really used, all entity instantiation and level loading is done by a user-land script. Some physics/collision was very custom too. Editors were also almost always custom, on larger games you write custom tooling, mid-sized ones preferred packages from the asset store.
Perhaps things are different now. Character movement was 100% offloaded to packages, but now there are more capable systems (I haven't kept up). But I still see a lot of chatter about how to do this kind of thing in forums, etc. Anyway, that's what I remember seeing, so: IME and YMMV, of course.