Skip to content

Kfollen93/Game-Museum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Game Museum Inspector

You can download the game from my Itch.io page here: Game Museum Inspector.

*This is a brief repository containing only the scripts and scriptable objects to be used as a code reference resource.

Description

Game Museum Inspector contains exhibits of various game consoles where you can zoom in and inspect the 3d models, along with interacting with the exhibit to learn about the specific console.

Development

This was less of a "game" and more of a project for myself to solidify my understanding of events and to rely less on poor habits such as using the Update loop to constantly poll for input/interactions, FindWithTag, and so on. This project uses the new input system and is set up for keyboard/mouse along with controller. The majority of the code is focused around events using EventHandler to prompt interact options. A Raycast is shot from the camera to detect when the interact icon should pop up, and to get the Scriptable Object data that's associated with each exhibit. Additionally, I made this project in Unity HDRP and wanted to include graphic settings (specifically implementing Ray Tracing) so there are graphic options to choose from Low - Max Ray Tracing.

This project took me approximately 3 weeks to complete while working a full time job. I used Trello to plan and track my tasks.

Additional Information

  • Made with: Unity HDRP 2022.2.9

About

Inspect exhibits containing gaming consoles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages