Northfall Survival Component System
p/northfall-survival-component-system
Modular survival systems for Unreal Engine developers
0 reviews1 follower
Start new thread
trending
Northfall Games

17h ago

Why do survival systems always turn into spaghetti?

I ve been working on a survival system for Unreal Engine and ran into the same problem I ve hit before:

Health, hunger, thirst, regen, damage, timers it all starts clean, then slowly becomes tightly coupled and painful to extend.

You tweak one system -> something else breaks.

You add a new mechanic -> suddenly everything depends on everything.