๐Ÿงฉ Home Scene Overview

Scene Overview โ€“ Virtual Pet Game Template

This page provides a general overview of the main components found in the MainMenu scene of the Virtual Pet Game Template. Each of these will be detailed further in their own pages.



Main UI object containing the UIMainMenu script. It handles menu logic, scene backgrounds (kitchen, bathroom, bedroom), and pet spawning.

โณ LoadingManager

Handles asynchronous scene loading between gameplay and mini-games.

๐Ÿ’พ GameInstance

Core data manager that holds item catalogs, pet configurations, food lists, customization data, pet behavior rules, and EXP per level.

๐Ÿงฝ ToolsManager

Manages pet cleaning and feeding tools, including drag & drop logic and tool behavior.

๐ŸŒ LanguageManager

Controls current language and stores translated text entries for the UI.

๐Ÿ”Š AudioManager

Handles audio playback by tags, including simultaneous sound limit control.

๐Ÿ’ฐ MonetizationManager

Controls IAP logic and visual representation of purchasable items.

๐ŸŽ UIRewardAD

Manages reward ads logic and triggers visual feedback after ad completion.


These components are essential to the main menu functionality and the overall pet simulation experience. Detailed configuration and usage can be found in each dedicated section.

Last updated