Achievement Systems
Systems
There are two achievement systems in this asset. One that is DRM-Free supported and one that uses the OnlineSubsystem. In the Project Settings -> Game -> Encyclopedia Settings you can set the "LocalSubsystemAchievementsUsage" to either;
- Editor Only
- Always
- Never
Editor Only
Editor only allows you to use the local-drm-free system while working in editor, which makes it easier to debug. When this is selected, it will still use the OnlineSubsystem in builds.
Never
Never use the local-drm-free system, not even in editor. This does mean you can't debug/test any achievements in the editor.
Always
Always use the local-drm-free system, even in editor and builds. This is intended for when you don't want or can't use the OnlineSubsystem for achievements