Skip to content

Commit fea107d

Browse files
committed
Update ProgressServiceExample.cs
1 parent d81827c commit fea107d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CrossPlatformPersistentProgress/Assets/PersistentModule/Samples/Example/ProgressServiceExample.cs

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ private void Awake()
1111
//
1212
// NOTE: Использование Static Progress Service туть :3
1313
//
14+
// ***NOTE: Load не стоит вызывать для YandexGamePlugin
15+
// Но для всех остальных платформ, это обязательно вызвать нужно!!!!! Тут без вариантов.
1416
StaticProgressService.Instance.Load();
1517
}
1618

0 commit comments

Comments
 (0)