I have an int variable called ID, and I want to create a game where the ID of the player in the editor equals one, the ID of the player in the build equals 2, the ID of the second build equals 3, and so on…
How can I write a script that changes the ID value everytime a new build is created?