BulletHell Elemental Template
  • Bullethell Elemental Template
  • ✨Getting Started
    • 🚀Quickstart
  • 😓Common problems
  • 📲User Interface Menus
    • Login Scene
    • Game Instance
    • Monetization Manager
    • Battle Pass Manager
    • Game Manager
    • Audio Manager
    • IAP Manager
    • Loading Manager
    • Language Manager
    • Backend Manager
    • Reward Manager Popup
    • Rechargeables Manager
    • Home Scene
    • Creating a new scene
  • ⚔️Scriptables
    • Create new character
    • Create new Character Type
    • Create New Skill
    • Create New Player Icon
    • Create New Player Frame
    • Create New Map Info Data
    • Create New Quest Item
    • Create New IAP shop Item
    • Create new Coupon Item
    • Create New Currency
    • Create New ShopItem
    • Create New BattlePassItem
    • Create New SkillPerkData
    • Create New StatPerkData
    • Create New Monster/Mob
    • Create New Monster wave
    • Create New DropEntity
    • Addon Wheel Spin
    • Addon Lootbox
    • Addon Dayle Rewards/New Account Rewards
    • Addon Realtime Global Chat
  • EventMap/Reward map(Preview)
Powered by GitBook
On this page
  1. User Interface Menus

Home Scene

Main Camera: Main scene camera.

PreviousRechargeables ManagerNextCreating a new scene

Last updated 8 months ago

CameraRanking: Camera showing the characters spawned from the ranking selected in the ranking menu.

Rotate Character: Component that makes the selected character spin and do a flapping animation when clicked.

UI Main Menu: Component responsible for the main UI elements.

UI Character Menu: Component responsible for the main UI elements in the Characters menu, containing CharacterEntry that is created for each character unlocked on the account, prefabs for UI elements of skills, upgrades and stats.

UI Profile Menu: UI Components, UI Prefabs, and Nickname Change Settings.

UI Shop Menu: Component that has the Shop menu UI elements, UI prefabs and shop settings.

Shop Items: List of scriptable ShopItems that will populate the store menus.

UI Shop Menu/Category: category of items that will be initially filtered when opening shop.

UI Shop IAP: Component that holds the UI elements of the IAP store menu.

UI Maps Menu: Component that has prefabs and map menu UI configuration.

UI Quests Menu: Component that has prefabs and quest menu UI configuration and configuration to hide completed quests.

UI BattlePass: Component that contains Battle Pass menu UI prefabs and configuration, and a list of BattlePass Items scriptables.

UI Ranking Menu: Component that contains UI elements, UI prefabs .

📲