1
1
%YAML 1.1
2
2
%TAG !u! tag:unity3d.com,2011:
3
- --- !u!1 &347284042
4
- GameObject :
5
- m_ObjectHideFlags : 0
6
- m_CorrespondingSourceObject : {fileID: 0}
7
- m_PrefabInstance : {fileID: 0}
8
- m_PrefabAsset : {fileID: 0}
9
- serializedVersion : 6
10
- m_Component :
11
- - component : {fileID: 347284043}
12
- - component : {fileID: 5486862276979889515}
13
- m_Layer : 0
14
- m_Name : UTP
15
- m_TagString : Untagged
16
- m_Icon : {fileID: 0}
17
- m_NavMeshLayer : 0
18
- m_StaticEditorFlags : 0
19
- m_IsActive : 1
20
- --- !u!4 &347284043
21
- Transform :
22
- m_ObjectHideFlags : 0
23
- m_CorrespondingSourceObject : {fileID: 0}
24
- m_PrefabInstance : {fileID: 0}
25
- m_PrefabAsset : {fileID: 0}
26
- m_GameObject : {fileID: 347284042}
27
- m_LocalRotation : {x: 0, y: 0, z: 0, w: 1}
28
- m_LocalPosition : {x: 0, y: 0, z: 0}
29
- m_LocalScale : {x: 1, y: 1, z: 1}
30
- m_ConstrainProportionsScale : 0
31
- m_Children : []
32
- m_Father : {fileID: 5436007408952557925}
33
- m_RootOrder : 0
34
- m_LocalEulerAnglesHint : {x: 0, y: 0, z: 0}
35
- --- !u!114 &5486862276979889515
36
- MonoBehaviour :
37
- m_ObjectHideFlags : 0
38
- m_CorrespondingSourceObject : {fileID: 0}
39
- m_PrefabInstance : {fileID: 0}
40
- m_PrefabAsset : {fileID: 0}
41
- m_GameObject : {fileID: 347284042}
42
- m_Enabled : 1
43
- m_EditorHideFlags : 0
44
- m_Script : {fileID: 11500000, guid: 6960e84d07fb87f47956e7a81d71c4e6, type: 3}
45
- m_Name :
46
- m_EditorClassIdentifier :
47
- m_ProtocolType : 0
48
- m_MaxPacketQueueSize : 512
49
- m_MaxPayloadSize : 32000
50
- m_MaxSendQueueSize : 50000000
51
- m_HeartbeatTimeoutMS : 500
52
- m_ConnectTimeoutMS : 1000
53
- m_MaxConnectAttempts : 10
54
- m_DisconnectTimeoutMS : 10000
55
- ConnectionData :
56
- Address : 127.0.0.1
57
- Port : 7777
58
- ServerListenAddress :
59
- DebugSimulator :
60
- PacketDelayMS : 0
61
- PacketJitterMS : 0
62
- PacketDropRate : 0
63
3
--- !u!1 &5436007408952557947
64
4
GameObject :
65
5
m_ObjectHideFlags : 0
@@ -70,6 +10,7 @@ GameObject:
70
10
m_Component :
71
11
- component : {fileID: 5436007408952557925}
72
12
- component : {fileID: 5436007408952557924}
13
+ - component : {fileID: 8549047561508999566}
73
14
m_Layer : 0
74
15
m_Name : NetworkingManager
75
16
m_TagString : Untagged
@@ -88,8 +29,7 @@ Transform:
88
29
m_LocalPosition : {x: 0, y: 0, z: 0}
89
30
m_LocalScale : {x: 1, y: 1, z: 1}
90
31
m_ConstrainProportionsScale : 0
91
- m_Children :
92
- - {fileID: 347284043}
32
+ m_Children : []
93
33
m_Father : {fileID: 0}
94
34
m_RootOrder : 0
95
35
m_LocalEulerAnglesHint : {x: 0, y: 0, z: 0}
@@ -109,7 +49,7 @@ MonoBehaviour:
109
49
LogLevel : 1
110
50
NetworkConfig :
111
51
ProtocolVersion : 0
112
- NetworkTransport : {fileID: 5486862276979889515 }
52
+ NetworkTransport : {fileID: 8549047561508999566 }
113
53
PlayerPrefab : {fileID: 4927145850774787080, guid: 1d3f5528d25661949890bcd7f47fe81a, type: 3}
114
54
NetworkPrefabs :
115
55
- Override : 0
@@ -182,3 +122,31 @@ MonoBehaviour:
182
122
LoadSceneTimeOut : 20
183
123
SpawnTimeout : 1
184
124
EnableNetworkLogs : 1
125
+ --- !u!114 &8549047561508999566
126
+ MonoBehaviour :
127
+ m_ObjectHideFlags : 0
128
+ m_CorrespondingSourceObject : {fileID: 0}
129
+ m_PrefabInstance : {fileID: 0}
130
+ m_PrefabAsset : {fileID: 0}
131
+ m_GameObject : {fileID: 5436007408952557947}
132
+ m_Enabled : 1
133
+ m_EditorHideFlags : 0
134
+ m_Script : {fileID: 11500000, guid: 6960e84d07fb87f47956e7a81d71c4e6, type: 3}
135
+ m_Name :
136
+ m_EditorClassIdentifier :
137
+ m_ProtocolType : 0
138
+ m_MaxPacketQueueSize : 512
139
+ m_MaxPayloadSize : 32000
140
+ m_MaxSendQueueSize : 50000000
141
+ m_HeartbeatTimeoutMS : 500
142
+ m_ConnectTimeoutMS : 1000
143
+ m_MaxConnectAttempts : 10
144
+ m_DisconnectTimeoutMS : 10000
145
+ ConnectionData :
146
+ Address : 127.0.0.1
147
+ Port : 7777
148
+ ServerListenAddress :
149
+ DebugSimulator :
150
+ PacketDelayMS : 0
151
+ PacketJitterMS : 0
152
+ PacketDropRate : 0
0 commit comments