Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
53c6b04d23
Main scene changes. The scene tree is now more readable. Removed the two previous networking prefabs and added the new one. The only thing scene-dependent on it is the player's spawn point. Maybe also the object pool, however it seems to create one itself. So, the object pool in the scene might also be deleted perhaps.
91e44c5dae
Created a single prefab to incorporate all the networking stuff. This is the only networking prefab required in the scene. We will see if git breaks it.