Page 5 of 5
Re: Save Scale
Posted: Tue Nov 01, 2022 9:39 am
by Fearinhell
Ahhh I didnt have the dialogue manager in the starting game menu. That seems to have corrected my problems. Also discovered some old code I hadnt updated to the save game system! I thought it was all through my menu manager but level 2 had some old stuff from months ago I had forgotten about. Ive got some things updated and the door code seems to work great! Thank you Tony!
Re: Save Scale
Posted: Tue Nov 01, 2022 10:34 am
by Tony Li
Glad to help!
Re: Save Scale
Posted: Sun Aug 20, 2023 9:18 am
by Tony Li
Hi Adilishaq - No need to edit any code. To resolve that warning, assign a unique key to each saver component on the GameObject. The key is a unique string of your choosing.
Note: If you use a key such as "uccPlayer" for the player's UCC Saver in scene 1, you should use the same key "uccPlayer" for the player's UCC Saver in scene 2.