2025-05-19 16:33:13 +07:00

1.9 KiB

sidebar_position, title, description
sidebar_position title description
17 Win Limit Display win and gamble limit notifications in-game.

Win Limit

Overview

  • Shows a win limit popup during gameplay.
  • Win limit notifications can appear in the main game or Free Spin mode.

Overview


Implementation

Prefab Location

Path Prefab Name
assets/core-assets/hyper-core/packages/present/prefabs present-win-limit-reached

Scene Hierarchy

Place the prefab in the following scene structure:

Canvas
└── [main-view]
    └── [game-view]
        └── [present-win-limit-reached]

Scene Structure

hyper-present-win-limit-reached

  • Displays win/gamble limit notifications.
  • Supports animations and user interactions.
  • Ensure all node references are assigned in the Inspector.

Animation

Status Animation Path Animation Name
Show assets/core-assets/slotty-core/packages/feature-game/animations anim-show-feature-win-presentation
Hide assets/core-assets/slotty-core/packages/feature-game/animations anim-hide-feature-win-presentation

Asset Setup

  • Drag and drop the required image onto the node in the editor:

Asset Setup

Font

  • Use a custom font to match the win label style for your game theme.

Font


:::tip

  • Follow the game design layout for assets and fonts.
  • Configure win limits per game. :::