Unity/UE4 engine related questions

Programming related discussions related to game research
necros2k7
Posts: 2
Joined: Sat Jul 25, 2020 2:59 pm

Unity/UE4 engine related questions

Post by necros2k7 »

1. Can we update game`s Unity player version manually? I mean replacing some dlls and exe so game`s resources will be loaded in updated player or it`s impossible because it`s hardcoded? Maybe in free games?
2. How hard is it to possibly port Android Unity/UE4 engine game to PC? (free games intended)
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Unity/UE4 engine related questions

Post by aluigi »

I think I can give a quick answer to the first question, it's not so easy like replacing the dlls with the newer version because everything is linked to a specific version (you will get .NET errors), even if you bypass that the API probably changed (more or less arguments and so on) and the format of the resources may be different.