Skip to content

[Enhancement] Persistence module: YamaPlayer vs YamaStream persistence key prefix #94

Description

@DrSakuu

In the persistence module, the persistence key prefix is YamaPlayer, but in the editor inspector, it is YamaStream. The YamaStream prefix does not affect the module functionality, but it should still match the actual saved persistence key.

private const string KEY_PREFIX = "YamaPlayer";

EditorGUILayout.TextField(EditorLocalization.Get("module.persistence.volumeKey"), $"YamaStream.{_uniqueId.stringValue}.Volume");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions