I am making a game for windows which is connected to AWS DynamoDB. For this, I have to use API Keys in my Unity scripts to make read/write requests to the database. After building my game to make a .exe file, can someone access the API Keys I had harcoded in my Unity scripts?
↧