EmbeddedFPSExample icon indicating copy to clipboard operation
EmbeddedFPSExample copied to clipboard

An example on how to create a FPS game with Darkrift 2

Results 3 EmbeddedFPSExample issues
Sort by recently updated
recently updated
newest added

ExampleConfiguration.xml does not contain listeners as XmlElement, thus the DarkRiftServer will be null. Please change the ExampleConfiguration provided in the example.

There's a broken link on the "Player-Movement, Interpolation and Client Side Prediction" tutorial page. > You can take a look at a script of mine (opens new window)to see examples...

Please note that when calling GetSpawnDataForAllPlayers(), in unity the last player position added will be (0,0,0). This is because unity has not completed the frame and therefore the game object...