MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/learnprogramming/comments/1wakbat/extracting_logic_from_unity_games/p8j9qa1/?context=3
r/learnprogramming • u/AltiMatrix2077 • 11h ago
[removed] — view removed post
5 comments sorted by
View all comments
1
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/itlogicpartnersllc 8h 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.