It took me way too long to figure out what to make… and I’m glad that mostly everyone enjoys the game. I see that you made your project in Unity, so I have a few solutions:
- Create/delete each gameobject for every car/charather you cycle throught 2)Use animationController and make each character a seperate animation You can make it on the same scene, as the game is played on, probaby? If not you can use SharedPrefernces or PlayerPreferences, to carry over the ID, and then simply use that to create the charather that has been selected when starting the game