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"); |
In the persistence module, the persistence key prefix is
YamaPlayer, but in the editor inspector, it isYamaStream. TheYamaStreamprefix does not affect the module functionality, but it should still match the actual saved persistence key.YamaPlayer/Modules/Persistence/Persistence.cs
Line 14 in 930684c
YamaPlayer/Modules/Persistence/Editor/PersistenceEditor.cs
Line 46 in 930684c