Skip to content

Commit

Permalink
fix: AdditiveSceneExample missing comp and assignments (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
uweeby committed Jul 13, 2020
1 parent 6f87de5 commit ab394b8
Showing 1 changed file with 34 additions and 29 deletions.
63 changes: 34 additions & 29 deletions Assets/Mirror/Examples/AdditiveScenes/Scenes/MainScene.unity
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ MonoBehaviour:
OnStopServer:
m_PersistentCalls:
m_Calls: []
hasSpawned: 0
--- !u!114 &159607913
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -1869,6 +1870,7 @@ GameObject:
- component: {fileID: 1661834282}
- component: {fileID: 1661834280}
- component: {fileID: 1661834285}
- component: {fileID: 1661834284}
m_Layer: 0
m_Name: Network
m_TagString: Untagged
Expand All @@ -1888,7 +1890,6 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 34d1daf9e7dbcb64aa647cb332054ea6, type: 3}
m_Name:
m_EditorClassIdentifier:
dontDestroyOnLoad: 0
startOnHeadless: 1
serverTickRate: 30
server: {fileID: 1661834283}
Expand All @@ -1900,19 +1901,6 @@ MonoBehaviour:
OnStopHost:
m_PersistentCalls:
m_Calls: []
networkSceneName:
offlineScene:
onlineScene:
networkAddress: localhost
maxConnections: 4
disconnectInactiveConnections: 0
disconnectInactiveTimeout: 60
authenticator: {fileID: 0}
playerPrefab: {fileID: 8872462076811691049, guid: a5bdca0a2315d43499be7dcef473fbc7,
type: 3}
autoCreatePlayer: 1
playerSpawnMethod: 1
spawnPrefabs: []
subScenes:
- Assets/Mirror/Examples/AdditiveScenes/Scenes/SubScene.unity
--- !u!4 &1661834279
Expand Down Expand Up @@ -1981,21 +1969,13 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
authenticator: {fileID: 0}
sceneManager: {fileID: 1661834284}
Connected:
m_PersistentCalls:
m_Calls: []
Authenticated:
m_PersistentCalls:
m_Calls: []
ClientNotReady:
m_PersistentCalls:
m_Calls: []
ClientChangeScene:
m_PersistentCalls:
m_Calls: []
ClientSceneChanged:
m_PersistentCalls:
m_Calls: []
Disconnected:
m_PersistentCalls:
m_Calls: []
Expand Down Expand Up @@ -2031,21 +2011,46 @@ MonoBehaviour:
Authenticated:
m_PersistentCalls:
m_Calls: []
ServerChangeScene:
m_PersistentCalls:
m_Calls: []
ServerSceneChanged:
m_PersistentCalls:
m_Calls: []
Disconnected:
m_PersistentCalls:
m_Calls: []
Stopped:
m_PersistentCalls:
m_Calls: []
authenticator: {fileID: 0}
sceneManager: {fileID: 1661834284}
Listening: 1
transport: {fileID: 1661834285}
--- !u!114 &1661834284
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1661834277}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 30967dfd80dbb6c46a270a64ebecb951, type: 3}
m_Name:
m_EditorClassIdentifier:
client: {fileID: 1661834282}
server: {fileID: 1661834283}
ClientNotReady:
m_PersistentCalls:
m_Calls: []
ClientChangeScene:
m_PersistentCalls:
m_Calls: []
ClientSceneChanged:
m_PersistentCalls:
m_Calls: []
ServerChangeScene:
m_PersistentCalls:
m_Calls: []
ServerSceneChanged:
m_PersistentCalls:
m_Calls: []
networkSceneName:
--- !u!114 &1661834285
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down

0 comments on commit ab394b8

Please sign in to comment.