Duplicated old level
works !
This commit is contained in:
parent
2fedeebcfe
commit
4f10820d5e
7 changed files with 1104 additions and 2 deletions
9
Project Undercover/Assets/Scenes/New Level.meta
Normal file
9
Project Undercover/Assets/Scenes/New Level.meta
Normal file
|
@ -0,0 +1,9 @@
|
|||
fileFormatVersion: 2
|
||||
guid: a3636e932bb00b94daad9f328976de5d
|
||||
folderAsset: yes
|
||||
timeCreated: 1506841888
|
||||
licenseType: Free
|
||||
DefaultImporter:
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
1076
Project Undercover/Assets/Scenes/New Level.unity
Normal file
1076
Project Undercover/Assets/Scenes/New Level.unity
Normal file
File diff suppressed because it is too large
Load diff
8
Project Undercover/Assets/Scenes/New Level.unity.meta
Normal file
8
Project Undercover/Assets/Scenes/New Level.unity.meta
Normal file
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 0697173d1a88eb54898d2cf63ceb7c5b
|
||||
timeCreated: 1506841853
|
||||
licenseType: Free
|
||||
DefaultImporter:
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
BIN
Project Undercover/Assets/Scenes/New Level/NavMesh.asset
Normal file
BIN
Project Undercover/Assets/Scenes/New Level/NavMesh.asset
Normal file
Binary file not shown.
|
@ -0,0 +1,9 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 19087f0ef2eea6b438a6aa5a74fca60b
|
||||
timeCreated: 1506843441
|
||||
licenseType: Free
|
||||
NativeFormatImporter:
|
||||
mainObjectFileID: 23800000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -38,7 +38,7 @@ public class LobbyManager : Photon.PunBehaviour {
|
|||
public void StartGame()
|
||||
{
|
||||
if (PhotonNetwork.isMasterClient)
|
||||
PhotonNetwork.LoadLevel("NewCharactersTest");
|
||||
PhotonNetwork.LoadLevel("New Level");
|
||||
}
|
||||
|
||||
public override void OnPhotonPlayerConnected(PhotonPlayer other)
|
||||
|
|
|
@ -148,7 +148,7 @@ QualitySettings:
|
|||
excludedTargetPlatforms: []
|
||||
- serializedVersion: 2
|
||||
name: Ultra
|
||||
pixelLightCount: 4
|
||||
pixelLightCount: 10
|
||||
shadows: 2
|
||||
shadowResolution: 2
|
||||
shadowProjection: 1
|
||||
|
|
Reference in a new issue