Project Four involves creating an interactive user interface in Unity that uses a dropdown list to switch between different projects. The dropdown list contains options labeled "Pick a project", "Project 1", "Project 2", “Project 3”, with "Pick a project" being the default selection that hides all projects initially. Each project is a separate Game Object, and only the selected project is visible at any given time. The script dynamically handles dropdown value changes, ensuring that the correct project is displayed while all others are hidden. Additionally, it deletes any spawned objects from the previous project before displaying the new one. This setup includes a Dropdown UI element, separate Game Objects for each project, and a script to manage initialization, project switching, and cleanup.

StatusReleased
PlatformsHTML5
Authorsarahharas
Made withUnity