Commit 638a26aa authored by Yousef Sameh's avatar Yousef Sameh

challenge bug fix

parent 9c2d7323
......@@ -163,7 +163,8 @@ public class ChallengeManager : MonoBehaviour
public void EndChallenge()
{
SSAudioManager.Instance.StopMusic();
Destroy(gameObject, 0.3f);
SceneManager.LoadScene("MainMenu");
Destroy(gameObject, 2);
}
}
\ No newline at end of file
......@@ -76,6 +76,7 @@ MonoBehaviour:
- rid: 1321912066682388556
- rid: 1321912066682388558
- rid: 1321912066682388559
- rid: 1321912066682388560
- rid: 1321912066682388561
- rid: 1321912066682388562
- rid: 1321912066682388568
......
......@@ -116,6 +116,7 @@ PlayerSettings:
xboxEnableGuest: 0
xboxEnablePIXSampling: 0
metalFramebufferOnly: 0
metalUseMetalDisplayLink: 0
xboxOneResolution: 0
xboxOneSResolution: 0
xboxOneXResolution: 3
......@@ -287,7 +288,7 @@ PlayerSettings:
AndroidEnableTango: 0
androidEnableBanner: 1
androidUseLowAccuracyLocation: 0
androidUseCustomKeystore: 1
androidUseCustomKeystore: 0
m_AndroidBanners:
- width: 320
height: 180
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment