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 new transform properties to the Trooper prefab, including
local position and rotation values. Update the prefab instance
to include a new child object and modify the main camera
reference. Set the Trooper's active state to false to
improve performance and organization in the scene.
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.
Replace legacy UI components with TextMeshPro for improved text
rendering and flexibility. Update component references and
properties to ensure compatibility with the new text system.
This change enhances visual quality and performance in the
menu scene.
Update Universal Render Pipeline settings to use new resource IDs for
various rendering components. Remove deprecated resource entries to
streamline the settings file. Add missing transport namespace inNetworkManagerUI script to proper functionality of network
features.
Update the Trooper prefab to modify the transform parent
reference and adjust local position and rotation values.
Remove redundant layer property modifications to streamline
the prefab structure and improve maintainability.
Adds a new Server class to manage multiplayer sessions. The server
automatically starts in a server build, initializes the NetworkManager,
and loads the specified multiplayer scene after a delay. It also logs
client connections and handles cleanup on application quit. This
enhances the networking capabilities of the application.
Updates the Universal Render Pipeline settings by changing resource IDs
to new values for consistency. Removes obsolete metadata for the
SpeedFireModels and BuilderStaff assets to clean up the project and
reduce clutter. These changes improve project organization and
maintain compatibility with the latest rendering features.
renamed prefab to TestRobot
change pos of camera
replace model of TestRobot with updated model
remove warnings with self-interacting duplicates vertexes
change scale of model
DevConsole:
- UI and Controls (PlayerInput)
- Still need access to scripting & other Unity Staff
Test Robot:
- Deleted unusual prefab
- minor updates to TestRobot with Ak