Skip to content

Fish Factory Video & Sound

Markus A. R. Johansen edited this page May 6, 2024 · 2 revisions

Videos

The project utilizes the 360-video prefab from VR4VET core, to display real-life footage of the scenes within the factory. We currently have two videos; one for the bleeding station and another video showcasing the quality assurance process.

Sounds

The sound assets are mainly accessed by the AudioManager and the GameManager. The sounds are used to provide audio feedback on user tasks to indicate that an action was performed, or wether an action was the correct/incorrect choice.

correct

The correct sound plays whenever the player performs an action in the correct manner.

incorrect

The incorrectsound plays whenever the player performs an action in an incorrect manner.

door

The door sound plays whenever the player interacts with a door.

taskComplete

The taskComplete sound was intended to play after all tasks in a scene was complete. This feature is not implemented in the current iteration, but the file is kept in the folder.

click2

The click2 sound plays when a fish is spawned and "gutted" in the gutting machine. This sound is located in the 'Assets/BNG Framework/Sounds' folder.

Blue Sector Wiki

Components

Accessibility

Reception Scene

The reception scene is the first scene the player will find themselves in after the application has started. It serves as a central hub between the different work place scenarios.

Fish Laboratory

The fish laboratory is a subsystem of blue-sector, which runs a simulation of tasks related to analysing the health of the salmon population in a fish farm.

Components

Fish Factory

The fish factory is a subsystem of blue-sector, which runs a simulation of several tasks at a farmed Atlantic salmon processing facility.

Components

Other

Fish Feeding

Fish feeding is a subsystem of blue-sector, which runs a simulation of feeding salmon in a fish farming facility.

NPC AI

This section is related to the improvements to the NPC AI functionality and the connecting system that it now works with.

Clone this wiki locally