Skip to content

Scene structure of locations

Ciro Continisio edited this page Jul 29, 2021 · 8 revisions

We have recurring elements in all location scenes, divided into categories by empty separator GameObjects.

[TODO: ADD HIERARCHY PIC]

Table of Contents

Manager prefabs

In this category we have some prefabs that act as global managers, who are generally necessary to play the game, and only exist in one copy.

Many of these managers rely on an event (see Event System) called OnSceneReady, which is fired by the SceneLoader script present in the scene PersistentManagers

Music player fires an event on an AudioCueEventChannel to notify the AudioManager (present in the PersistentManagers scene) to play the music associated to the current location.

Home
Video materials

Basics

World building and Graphics

Game architecture

The game systems explained, with API examples. For programmers.

Game design

How-tos for designers to expand the game's gameplay.

  • Adding quests
  • Adding items
  • Creating dialogues
  • Making a cutscene
Clone this wiki locally