2025-05-12 19:05:24 +07:00

2.1 KiB

sidebar_position
sidebar_position
12

Popup Panel


Overview

A popup is a temporary UI element that overlays the main content to provide additional information or options to the user.

Popup overview exit Popup overview disconnect Popup overview disconnect

Multiple Popup Panel

The popup panel is already integrated into the main scenes template-main-game.

Popup In Game

Detail configuring:

Base Setting

:::info Popup Position

To use the Multiple Popup layout, reference target hyper-multiple-popup.prefab in core:

Path : assets/core-assets/hyper-core/packages/popup-panel/prefabs/hyper-multiple-popup.prefab
:::

Manual Popup Panel

:::info

  • This popup is self-configured using shared textures and layout structure.
  • The color theme and style may vary depending on the game design.
  • Note: Exit Game Popup only in Desktop. :::

Pack Assets

  • Prepare asset to pack.

🔗 Click here to follow the setup pack assets: Here

Path Example
assets\game-assets\textures\desktop\preloads\main-game\exit Exit Game Popup In Game
  • Structure prefabs:

Exit Game Popup In Game

  • Manually drag and drop the image onto the node:

Exit Game Popup In Game

Preview Result:
Popup overview exit