Skip to content

Chapter & Level System

Rainaldi Satria edited this page Jan 18, 2021 · 1 revision

Overview

image Chapters & Levels are an integral system in this game. This system will control the flow and preparation of the scene.

Table of Contents

  • Create new BattleEvent, and ChapterData,
  • BattleEvent
  • ChapterData

Create new LevelData, and ChapterData

image To create new BattleEvent or ChapterData, right click on Project Window, chose Create -> SceneControl -> Levels / Chapter

BattleEvent

BattleEvent is special type of LevelData. BattleEvent will transfer BattleData to BattleManager

ChapterData

ChapterData is useful to wrap LevelData. ChapterData consist of one or many LevelData.

Clone this wiki locally