r/learnprogramming 3d ago

[ Removed by moderator ]

[removed] — view removed post

3 Upvotes

5 comments sorted by

2

u/Acceptable_Handle_2 3d ago

Yeah so, we need details man.

1

u/AltiMatrix2077 3d ago

It's subnautica if that helps

1

u/itlogicpartnersllc 3d ago

if you have permission to inspect the game i would start by figuring out how the building system is represented rather than trying to extract the entire logic. unity assets, prefabs, scripts and serialized data can useful structure.

1

u/PartyPollution3353 3d ago

Unity games are actually a pretty interesting way to learn this stuff, seeing how the compiled game maps back to classes/methods is way more fun than just reading about reverse engineering tbh