Skip to content

Commit be60c82

Browse files
authored
docs: Updated features page (#292)
1 parent fa53010 commit be60c82

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

docs/_pages/features.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<tr>
7979
<td>Custom RPC Parameter Types</td>
8080
<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>
8282
<td><i class="fa fa-times" aria-hidden="true" style="color:red"></i></td>
8383
</tr>
8484
<tr>
@@ -132,7 +132,7 @@
132132
<tr>
133133
<td>Connection Approval</td>
134134
<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>
136136
<td><i class="fa fa-times" aria-hidden="true" style="color:red"></i></td>
137137
</tr>
138138
<tr>
@@ -150,7 +150,7 @@
150150
<tr>
151151
<td>Message Authentication</td>
152152
<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>
154154
<td><i class="fa fa-times" aria-hidden="true" style="color:red"></i></td>
155155
</tr>
156156
<tr>
@@ -216,7 +216,7 @@
216216
<tr>
217217
<td>NetworkedVar SyncToOwner</td>
218218
<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>
220220
<td><i class="fa fa-times" aria-hidden="true" style="color:red"></i></td>
221221
</tr>
222222
<tr>
@@ -258,7 +258,7 @@
258258
<tr>
259259
<td>Network Profiler</td>
260260
<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>
262262
<td><i class="fa fa-times" aria-hidden="true" style="color:red"></i></td>
263263
</tr>
264264
<tr>
@@ -287,5 +287,11 @@
287287
</tr>
288288
</tbody>
289289
</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.
290296
</div>
291297
</div>

0 commit comments

Comments
 (0)