User Tools

Site Tools


global:network

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
global:network [2024/01/02 22:51]
Mistermind
global:network [2024/01/02 23:38] (current)
Mistermind
Line 69: Line 69:
 ---- ----
 ==== Rollback Netcode ==== ==== Rollback Netcode ====
 +
 +**Available only on PRO and Source licenses**
  
 **Allow Rollbacks:** Enable Rollbacks in your game (Make sure you've gone through [[global:netcode|setup]]). **Allow Rollbacks:** Enable Rollbacks in your game (Make sure you've gone through [[global:netcode|setup]]).
Line 142: Line 144:
 ====== Hints ====== ====== Hints ======
 Networking is a relatively complicated aspect of the engine. Don't be alarmed if you can't get running at first. Here are a few hints to help out on common issues: Networking is a relatively complicated aspect of the engine. Don't be alarmed if you can't get running at first. Here are a few hints to help out on common issues:
-  * If you are having trouble connecting to the other peers, you might need to work on your router's [[http://portforward.com/|port forwarding]]. 
   * If you are experiencing lag, try changing the hosting option and protocol under 'PhotonServerSettings'. For more information on Photon options, [[https://doc.photonengine.com/en-us/pun/current/getting-started/initial-setup|click here]].   * If you are experiencing lag, try changing the hosting option and protocol under 'PhotonServerSettings'. For more information on Photon options, [[https://doc.photonengine.com/en-us/pun/current/getting-started/initial-setup|click here]].
   * Make sure you have no 'self-destruct' scripts attached to your particle effects. UFE needs to control the spawn and despawn of every GameObject. If you need to use one, use ''UFE\Engine\Scripts\DestroyScript.cs'' instead.   * Make sure you have no 'self-destruct' scripts attached to your particle effects. UFE needs to control the spawn and despawn of every GameObject. If you need to use one, use ''UFE\Engine\Scripts\DestroyScript.cs'' instead.
Line 148: Line 149:
  
 ---- ----
-====== Video Tutorial ======+====== Related Videos ======
 {{youtube>-dmVAf_cyN8?medium}} {{youtube>-dmVAf_cyN8?medium}}
 {{youtube>j3B-lhd8JBw?medium}} {{youtube>j3B-lhd8JBw?medium}}
global/network.1704253878.txt.gz · Last modified: 2024/01/02 22:51 by Mistermind