eos_plugin_for_unity
eos_plugin_for_unity copied to clipboard
feat: Authentication Listener knows the difference between a Connect and Auth login
Previously the Authentication Listeners were receiving a singular message for authentication change. This changeset introduces an enum that identifies a login as either an Auth or Connect login. This will allow for subscribers to run things that require Connect authentication meaningfully separately.
Bundling with this is the relevant area of concern, the Player Data Storage Service, now only querying files on a Connect login.
#EOS-2165