Hotfix null pointer exception when respawning player
This commit is contained in:
parent
064f47d52a
commit
929045a7b9
2 changed files with 4 additions and 4 deletions
|
@ -48,9 +48,9 @@ namespace src.Managers
|
|||
|
||||
private void StartLevel()
|
||||
{
|
||||
_playerController.Respawn();
|
||||
StartCoroutine(PreInitGame());
|
||||
_levelManager.InitLevel();
|
||||
_playerController.Respawn();
|
||||
}
|
||||
|
||||
public UpgradeManager GetUpgradeManager()
|
||||
|
|
|
@ -118,7 +118,7 @@ PlayerSettings:
|
|||
16:10: 1
|
||||
16:9: 1
|
||||
Others: 1
|
||||
bundleVersion: 0.1
|
||||
bundleVersion: 0.2
|
||||
preloadedAssets: []
|
||||
metroInputSource: 0
|
||||
wsaTransparentSwapchain: 0
|
||||
|
@ -156,7 +156,7 @@ PlayerSettings:
|
|||
Android: com.SmeltGames
|
||||
Standalone: com.Company.ProductName
|
||||
buildNumber: {}
|
||||
AndroidBundleVersionCode: 1
|
||||
AndroidBundleVersionCode: 3
|
||||
AndroidMinSdkVersion: 16
|
||||
AndroidTargetSdkVersion: 0
|
||||
AndroidPreferredInstallLocation: 1
|
||||
|
@ -245,7 +245,7 @@ PlayerSettings:
|
|||
AndroidTargetArchitectures: 5
|
||||
AndroidSplashScreenScale: 0
|
||||
androidSplashScreen: {fileID: 0}
|
||||
AndroidKeystoreName: X:/Unity/projekt-bombs/user.keystore
|
||||
AndroidKeystoreName: X:/Dropbox/MadBombs/user.keystore
|
||||
AndroidKeyaliasName: release
|
||||
AndroidBuildApkPerCpuArchitecture: 0
|
||||
AndroidTVCompatibility: 1
|
||||
|
|
Loading…
Reference in a new issue