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)
Unity/UE4 engine related questions
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Unity/UE4 engine related questions
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.