mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-15 16:48:00 +00:00
117 lines
3.7 KiB
Text
117 lines
3.7 KiB
Text
%YAML 1.1
|
|
%TAG !u! tag:unity3d.com,2011:
|
|
--- !u!1 &4549513672316258300
|
|
GameObject:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
serializedVersion: 6
|
|
m_Component:
|
|
- component: {fileID: 434938348018962339}
|
|
- component: {fileID: 2570981519678807036}
|
|
- component: {fileID: 4862460140142645991}
|
|
m_Layer: 0
|
|
m_Name: NetworkManager
|
|
m_TagString: Untagged
|
|
m_Icon: {fileID: 0}
|
|
m_NavMeshLayer: 0
|
|
m_StaticEditorFlags: 0
|
|
m_IsActive: 1
|
|
--- !u!4 &434938348018962339
|
|
Transform:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
m_GameObject: {fileID: 4549513672316258300}
|
|
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
m_Children: []
|
|
m_Father: {fileID: 0}
|
|
m_RootOrder: 0
|
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
--- !u!114 &2570981519678807036
|
|
MonoBehaviour:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
m_GameObject: {fileID: 4549513672316258300}
|
|
m_Enabled: 1
|
|
m_EditorHideFlags: 0
|
|
m_Script: {fileID: 11500000, guid: 155a544cb11c9481ea41b4e39d8c4b3f, type: 3}
|
|
m_Name:
|
|
m_EditorClassIdentifier:
|
|
dontDestroyOnLoad: 1
|
|
runInBackground: 1
|
|
startOnHeadless: 1
|
|
serverTickRate: 30
|
|
showDebugMessages: 0
|
|
offlineScene:
|
|
onlineScene:
|
|
transport: {fileID: 4862460140142645991}
|
|
networkAddress: localhost
|
|
maxConnections: 20
|
|
playerPrefab: {fileID: 3871880573184668455, guid: 750f4b120647dadf39075cba7361800a,
|
|
type: 3}
|
|
autoCreatePlayer: 1
|
|
playerSpawnMethod: 0
|
|
spawnPrefabs:
|
|
- {fileID: 1273918895060814, guid: 9d45d42a7408c1e4ab325d6840364b84, type: 3}
|
|
- {fileID: 5841438317718401360, guid: abddce9c98c1ba5a992f109cfd8c5a5c, type: 3}
|
|
--- !u!114 &4862460140142645991
|
|
MonoBehaviour:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
m_GameObject: {fileID: 4549513672316258300}
|
|
m_Enabled: 1
|
|
m_EditorHideFlags: 0
|
|
m_Script: {fileID: 11500000, guid: c7424c1070fad4ba2a7a96b02fbeb4bb, type: 3}
|
|
m_Name:
|
|
m_EditorClassIdentifier:
|
|
OnClientConnected:
|
|
m_PersistentCalls:
|
|
m_Calls: []
|
|
m_TypeName: UnityEngine.Events.UnityEvent, UnityEngine.CoreModule, Version=0.0.0.0,
|
|
Culture=neutral, PublicKeyToken=null
|
|
OnClientDataReceived:
|
|
m_PersistentCalls:
|
|
m_Calls: []
|
|
m_TypeName: Mirror.UnityEventByteArray, Mirror, Version=0.0.0.0, Culture=neutral,
|
|
PublicKeyToken=null
|
|
OnClientError:
|
|
m_PersistentCalls:
|
|
m_Calls: []
|
|
m_TypeName: Mirror.UnityEventException, Mirror, Version=0.0.0.0, Culture=neutral,
|
|
PublicKeyToken=null
|
|
OnClientDisconnected:
|
|
m_PersistentCalls:
|
|
m_Calls: []
|
|
m_TypeName: UnityEngine.Events.UnityEvent, UnityEngine.CoreModule, Version=0.0.0.0,
|
|
Culture=neutral, PublicKeyToken=null
|
|
OnServerConnected:
|
|
m_PersistentCalls:
|
|
m_Calls: []
|
|
m_TypeName: Mirror.UnityEventInt, Mirror, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
OnServerDataReceived:
|
|
m_PersistentCalls:
|
|
m_Calls: []
|
|
m_TypeName: Mirror.UnityEventIntByteArray, Mirror, Version=0.0.0.0, Culture=neutral,
|
|
PublicKeyToken=null
|
|
OnServerError:
|
|
m_PersistentCalls:
|
|
m_Calls: []
|
|
m_TypeName: Mirror.UnityEventIntException, Mirror, Version=0.0.0.0, Culture=neutral,
|
|
PublicKeyToken=null
|
|
OnServerDisconnected:
|
|
m_PersistentCalls:
|
|
m_Calls: []
|
|
m_TypeName: Mirror.UnityEventInt, Mirror, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
|
|
port: 7777
|
|
NoDelay: 1
|
|
serverMaxMessageSize: 16384
|
|
clientMaxMessageSize: 16384
|