Skip to content

Commit a861c9c

Browse files
authored
Updating docs page in 2D space shooter (#810)
Updating docs page in 2D space shooter which has a reference to an unconfirmed feature (Prediction)
1 parent c27e900 commit a861c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/learn/bitesize/bitesize-spaceshooter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The movement in 2DSpaceShooter is physics based. The player object is a dynamic
1212

1313
The client sends inputs in the form of RPCs to the server. The server then uses those inputs to adjust the throttle and turn values of the player.
1414

15-
This method of running physics makes sure that there are no desyncs or other physics issues between the client and server, but it introduces more latency. With future prediction support of Netcode, the latency will no longer be an issue which makes this the best choice of a movement model for a game like this.
15+
This method of running physics makes sure that there are no desyncs or other physics issues between the client and server, but it introduces more latency.
1616

1717
## Player Health
1818

0 commit comments

Comments
 (0)