Archived project: this repository preserves a 2020 Unity game-design prototype for portfolio and historical reference. It is not an actively maintained release.
Mind Your Colors is a first-person 3D puzzle prototype built around movable color capsules. The player can spawn capsules, transfer control between them, and use color interactions to reach each level's goal within a limited spawn budget.
- Four puzzle levels plus a menu and test scene
- First-person movement and camera transfer between capsules
- Red, green, and neutral capsule interactions
- Selectable control panels with obstruction checks
- Level progression, win/loss states, and an in-game help overlay
- Unity
2020.1.4f1 - Universal Render Pipeline
8.2.0 - ProBuilder, Polybrush, TextMesh Pro, and Unity UI
- C# gameplay scripts in
Assets/Scripts
- Install Unity Hub and Unity
2020.1.4f1(or a compatible 2020.1 editor). - Reacquire the third-party content listed in THIRD_PARTY_ASSETS.md. Raw Asset Store files and unverified audio were deliberately removed from this public archive.
- Add this folder as an existing project in Unity Hub.
- Open
Assets/Scenes/Menus.unityand enter Play mode.
The package manifest will restore registry packages automatically. Scenes may show missing meshes, materials, fonts, or audio until the omitted third-party content is restored.
WASD: move the controlled capsule- Mouse: look
- Left mouse button: interact with a highlighted capsule or control panel
- Right mouse button: transfer control to a highlighted colored capsule
H: toggle helpR: restart the current levelEsc: quit the standalone build
Assets/Scripts- original gameplay codeAssets/Scenes- menu, level, and test scenesAssets/Prefabs,Assets/Materials, andAssets/UI- project-authored Unity assetsPackages- Unity package manifest and lock fileProjectSettings- editor and build settings
Generated folders (Library, Temp, Logs, obj, and UserSettings), IDE project files, local paths, personal attribution, licensed Asset Store source files, and unknown-source audio are not part of this public version. No credentials or Unity cloud project identifiers are included.
No license is granted for reuse; this repository is published as a read-only portfolio archive.