Skip to content

Commit

Permalink
Authority Concepts Black Color
Browse files Browse the repository at this point in the history
Updated docusaurus
  • Loading branch information
gtnardy committed Oct 7, 2024
1 parent 6a6b364 commit 63be863
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 190 deletions.
6 changes: 4 additions & 2 deletions docs/core-concepts/scripting/authority-concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ We've added a new option in the settings to **Draw Network Debug** information i

![](/img/docs/debug-visualizer.webp)


#### Entity Square Colors Meaning

The Square in the entities represent the state in the Network Authority and it's health.
Expand All @@ -98,14 +99,15 @@ The Square in the entities represent the state in the Network Authority and it's
| :--- | :--- |
| **<span style={{"color": "#306CCE"}}>BLUE</span>** | You **are the current Network Authority** of that entity. <br/>You are sharing sync data to the other players. |
| **WHITE** | You **are not the Network Authority** and the entity is sleeping. <br/>The current Network Authority is not sending sync data because the entity is sleeping. |
| **BLACK** | You **are the Authority** of that entity. <br/>The entity was spawned on client side then you are not sending sync data. |
| **<span style={{"color": "#00A400"}}>GREEN</span>** | You **are not the Network Authority** and the entity is being synced in a **good** cadence (no lag). |
| **<span style={{"color": "#FFA500"}}>ORANGE</span>** | You **are not the Network Authority** and the entity is being synced in an **ok** cadence (small lag - < 100ms). |
| **<span style={{"color": "#FF0000"}}>RED</span>** | You **are not the Network Authority** and the entity is being synced in an **bad** cadence (big lag - > 100ms, maybe even with packet loss). |


#### Entity Trace Colors Meaning
#### Entity Arrow Traces Colors Meaning

The Traces in the entities represent the network data received from the server. If you are the network authority you won't see the traces. The arrow points from where the entity is currently in your machine and where it should be accordingly to the network authority.
The Arrow Traces in the entities represent the network data received from the server. If you are the network authority you won't see the arrow traces. The arrow points from where the entity is currently in your machine and where it should be accordingly to the network authority.

| Color | Meaning |
| :--- | :--- |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"dependencies": {
"@crowdin/cli": "^3.15.0",
"@docusaurus/core": "^3.5.1",
"@docusaurus/preset-classic": "^3.5.1",
"@docusaurus/core": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@saucelabs/theme-github-codeblock": "^0.2.3",
"@tippyjs/react": "^4.2.6",
"docusaurus-plugin-image-zoom": "^1.0.1",
Expand Down
Loading

0 comments on commit 63be863

Please sign in to comment.