๐งฉ 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.

๐ฅ๏ธ MainMenu_Canvas
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