Hello there,
My game has 2 versions, one for the full version and one for the demo. For this reason, I want to change the product name using a script so that I don’t forget to change the name before building. I tried this:
PlayerSettings.productName = prodName;
But it’s not saving permanently, and reverting back to original name once I am exiting play mode.
How to save this change? Or this code is only supposed to run from editor script?