It is a mobile game. I know that someone can see the code of the game through unpacking(?). If so what values can be modified if a hacker hacks the game? Runtime or before.
- PlayerPrefs data
- Class field variables, local variables, const variables
- The code itself. such as
if (i > 10) { }
→if (i > 15) { }
- Something else