Update the ScreenSpaceCanvas prefab to change the text to "AK-74M",
adjust font color to white, and modify text wrapping mode. Set size
delta values to zero for better alignment. Remove unused GameObject
components from the MultiplayerScene and add new prefab instance
modifications in the LocalTestMap scene for improved organization
and functionality.
Add a new PlayerSceneObject prefab with components including
Camera, AudioListener, and MonoBehaviour. Create a TrooperNetwork
asset to support network functionalities. These changes enhance
the scene's interactivity and prepare for multiplayer features.