Adding a New Level
Last updated
Last updated
Navigate to:
Assets/RGame/RoguelikeKit/ScriptableObjects/DataSO/Level/SelectLevel/
Right-click an existing level config → Duplicate
Rename (e.g., Level_03_Catacombs.asset
)
Right-click in folder → Create → RGame → RoguelikeKit → Level → LevelConfigSO
Name it following convention (e.g., Level_04_IceCavern.asset
)
Open the new level config in Inspector, Just set it by name.
Map Config and Wave Config can be found in the catalog on the left to find out how to create them.
Open prefab:
Assets/RGame/RoguelikeKit/Prefabs/UI/MainMenu/LevelSelect_Panel.prefab
In Inspector:
Find MLevelSos
(LevelConfigSO array)
Click + to add new slot
Drag your new LevelConfigSO
into the empty field
Open scene:
Assets/RGame/RoguelikeKit/Scenes/Initialization.unity
Enter Play Mode