There is currently a small error that Unity receives on the server during arbitrary game endings. This happens because the server removes all the objects in the game, but receives one last update from a client about their object. That last update throws an error because the object no longer exists. We are properly removing the footprint of RPC calls associated with each object, however this message manages to get through. It may just have to be an error that exists, as it doesn't actually cause any issues with the game.
We also have a working Pause Menu and HUD. The pause menu features settings that can be modified in the game. The HUD currently just has placeholder information that will be added in later (possibly between the Alpha builds).
We put together a list of items we have started, but need to put more work into before the Alpha 1 test:
- Physics/Push Ability
- Game Lobby information and display
- Placeholder information for character customization
- Placeholder information for game customization
- Spawning, Respawning, and boundaries to the arena
- more thorough network testing
- We haven't actually gotten a game to work between two computers yet, however all the backend should exist now for that to work properly
- Teams
- Character ability management
- Score keeping and a win/loss condition
No comments:
Post a Comment