Duplicated old level

works !
This commit is contained in:
darrelmarek 2017-10-23 08:26:23 -05:00
parent 2fedeebcfe
commit 4f10820d5e
7 changed files with 1104 additions and 2 deletions

View file

@ -0,0 +1,9 @@
fileFormatVersion: 2
guid: a3636e932bb00b94daad9f328976de5d
folderAsset: yes
timeCreated: 1506841888
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 0697173d1a88eb54898d2cf63ceb7c5b
timeCreated: 1506841853
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

View file

@ -0,0 +1,9 @@
fileFormatVersion: 2
guid: 19087f0ef2eea6b438a6aa5a74fca60b
timeCreated: 1506843441
licenseType: Free
NativeFormatImporter:
mainObjectFileID: 23800000
userData:
assetBundleName:
assetBundleVariant:

View file

@ -38,7 +38,7 @@ public class LobbyManager : Photon.PunBehaviour {
public void StartGame() public void StartGame()
{ {
if (PhotonNetwork.isMasterClient) if (PhotonNetwork.isMasterClient)
PhotonNetwork.LoadLevel("NewCharactersTest"); PhotonNetwork.LoadLevel("New Level");
} }
public override void OnPhotonPlayerConnected(PhotonPlayer other) public override void OnPhotonPlayerConnected(PhotonPlayer other)

View file

@ -148,7 +148,7 @@ QualitySettings:
excludedTargetPlatforms: [] excludedTargetPlatforms: []
- serializedVersion: 2 - serializedVersion: 2
name: Ultra name: Ultra
pixelLightCount: 4 pixelLightCount: 10
shadows: 2 shadows: 2
shadowResolution: 2 shadowResolution: 2
shadowProjection: 1 shadowProjection: 1