|
i am having 2 game objects as male and female. by clicking on button i am getting that particular object in first scene. after in second scene i want to start the game by that selected game object. so how to get that previous selected game object to the second scene?
(comments are locked)
|
|
Using DontDestroyOnLoad, applied to both your objects. When you load one of them in the first scene, it will persist in the scenes that you will load in a second time.
(comments are locked)
|
