Game Overview

Game Structure

The game starts from the Game scene located in the Jumpy/Scenes folder.

Prefabs are located in the Jumpy/Resources/Level folder and are loaded from scripts at runtime.

All game UI prefabs are located in Jumpy/Resources/UI and are loaded from scripts at runtime.

All game sounds are located in Jumpy/Resources/Sounds and are loaded only when needed.

All game graphics are located in the Jumpy/Graphics folder which contains the following subfolders:

  • Animations - all animations from the project.

  • Chicken - contains the 3D object for the player.

  • Fonts - game font.

  • FX - materials and textures used for in-game animations.

  • Icon - game icon.

  • Sprites - all textures used in the game.

  • UI - all textures used in-game UI

All game scripts are located in the Jumpy/Scripts folder.

Scripts

General purpose scripts

Animation Scripts

Input Scripts

Sound Scripts

Save Scripts

UI Scripts

Gameplay Scripts

Last updated