|
78 | 78 | <tr> |
79 | 79 | <td>Custom RPC Parameter Types</td> |
80 | 80 | <td><i class="fa fa-check" aria-hidden="true" style="color:green"></i></td> |
81 | | - <td><i class="fa fa-times" aria-hidden="true" style="color:red"></i></td> |
| 81 | + <td><i class="fa fa-check" aria-hidden="true" style="color:green"></i></td> |
82 | 82 | <td><i class="fa fa-times" aria-hidden="true" style="color:red"></i></td> |
83 | 83 | </tr> |
84 | 84 | <tr> |
|
132 | 132 | <tr> |
133 | 133 | <td>Connection Approval</td> |
134 | 134 | <td><i class="fa fa-check" aria-hidden="true" style="color:green"></i></td> |
135 | | - <td><i class="fa fa-times" aria-hidden="true" style="color:red"></i></td> |
| 135 | + <td><i class="fa fa-check" aria-hidden="true" style="color:green"></i></td> |
136 | 136 | <td><i class="fa fa-times" aria-hidden="true" style="color:red"></i></td> |
137 | 137 | </tr> |
138 | 138 | <tr> |
|
150 | 150 | <tr> |
151 | 151 | <td>Message Authentication</td> |
152 | 152 | <td><i class="fa fa-check" aria-hidden="true" style="color:green"></i></td> |
153 | | - <td><i class="fa fa-times" aria-hidden="true" style="color:red"></i></td> |
| 153 | + <td><i class="fa fa-check" aria-hidden="true" style="color:green"></i><sup><b>1</b></sup></td> |
154 | 154 | <td><i class="fa fa-times" aria-hidden="true" style="color:red"></i></td> |
155 | 155 | </tr> |
156 | 156 | <tr> |
|
216 | 216 | <tr> |
217 | 217 | <td>NetworkedVar SyncToOwner</td> |
218 | 218 | <td><i class="fa fa-check" aria-hidden="true" style="color:green"></i></td> |
219 | | - <td><i class="fa fa-times" aria-hidden="true" style="color:red"></i></td> |
| 219 | + <td><i class="fa fa-check" aria-hidden="true" style="color:green"></i><sup><b>2</b></sup></td> |
220 | 220 | <td><i class="fa fa-times" aria-hidden="true" style="color:red"></i></td> |
221 | 221 | </tr> |
222 | 222 | <tr> |
|
258 | 258 | <tr> |
259 | 259 | <td>Network Profiler</td> |
260 | 260 | <td><i class="fa fa-check" aria-hidden="true" style="color:green"></i></td> |
261 | | - <td><i class="fa fa-times" aria-hidden="true" style="color:red"></i></td> |
| 261 | + <td><i class="fa fa-usd" aria-hidden="true" style="color:orange"></i><sup><b>3</b></sup></td> |
262 | 262 | <td><i class="fa fa-times" aria-hidden="true" style="color:red"></i></td> |
263 | 263 | </tr> |
264 | 264 | <tr> |
|
287 | 287 | </tr> |
288 | 288 | </tbody> |
289 | 289 | </table> |
| 290 | + |
| 291 | + <sup>1</sup> The library does not support message authentication or message encryption. By default, authenticated messages are insecure. |
| 292 | + <br> |
| 293 | + <sup>2</sup> This feature is limited to individual MonoBehaviours. You cannot change the syncronization of a single field. |
| 294 | + <br> |
| 295 | + <sup>3</sup> This feature is not included in the library and has to be purchased. |
290 | 296 | </div> |
291 | 297 | </div> |
0 commit comments