/// <summary> Use the parent Block's name as the Save Point Key. N.B. If you change the Block name later it will break the save file!</summary>
UseBlockName,
BlockName,
/// <summary> Use a custom string for the key. This allows you to use multiple Save Points in the same block and save files will still work if the Block is renamed later. </summary>
Custom,
/// <summary> Use both the parent Block's name as well as a custom string for the Save Point key. This allows you to use your custom key every block, provided your Block names are unique./// </summary>
Both
BlockNameAndCustom
}
/// <summary>
@ -40,7 +40,7 @@ namespace Fungus
[SerializeField]protectedboolisStartPoint=false;
[Tooltip("How the Save Point Key for this Save Point is defined.")]