Implement Debug settings and provide an overview of the settings madness

This commit is contained in:
Michal Pikulski
2025-10-10 15:47:38 +02:00
parent 73b4ea919b
commit 81a6becd44
30 changed files with 558 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
/// <summary>
/// ScriptableObject holding data for a level switch (scene name, description, icon).
/// </summary>
[CreateAssetMenu(fileName = "LevelSwitchData", menuName = "Game/Level Switch Data")]
[CreateAssetMenu(fileName = "LevelSwitchData", menuName = "AppleHills/Items & Puzzles/Level Switch Data")]
public class LevelSwitchData : ScriptableObject
{
/// <summary>