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. Scriptables

Create New Map Info Data

To create a MapInfoData , right-click inside any project folder, go to create and select Map Info Data.

PreviousCreate New Player FrameNextCreate New Quest Item

Last updated 8 months ago

Remember that this item has to be added to the GameInstance in the Login Scene.

Scene: Name of the scene that this MapInfo will load.

MapId: Unique ID for each map.

IsUnlocked: Check this box for maps that the player will have already unlocked (1 map in the game must have this box checked).

Map Name: Name of the map that appears in the menus.

Map Description: Brief description of the map that appears in the map selection menu.

MapPreviewImage: Map icon that appears in the selection menu.

Difficulty Rating: Map difficulty (visual only).

⚔️