So here is what I have right now
- Using the AvatarCreatorElements scene, I can create an avatar
- I save the avatar ID in playerprefs when I hit the save button
- A new scene then loads with the avatar I just created (using playerprefs)
- I can then go back to AvatarCreatorElements so I can readjust my avatar - however! - the avatar in the avatar creator is the default avatar with a different avatar ID
So my question is how do I go about keeping the same avatar between the two scenes? Essentially a whole new avatar is being loaded when I go back to the avatar creator instead of using the ID saved in playerprefs. I was trying to figure out why but I also do not where in the scene/scripts is the model in the middle of the avatar creator being loaded. Any help is appreciated!