i have singleton GameManager, there is function Play which i want call with ButtonMessage but, i set as target GameObject with this singleton and after reloading Scene connection between ButtonMessage target and singleton loose, singleton live but target setted to the other singleton which destroy if already exist one.
what i doing wrong ?