0
votes

Some feedback:

It's annoying to have to paste the access token into the login dialog when testing in the Unity editor and then explicitly login each time.

(1) Would it be possible to add a field to the settings for an access token which would then be auto filled into the login dialog?

(2) When running on the device the user can be already logged in. It would be good if this could be replicated in the Unity editor so that flow can be tested without having to build to the device.

1

1 Answers

0
votes
  1. It can't be done because the access token expires. You would have to change it every hour or so if I'm not mistaken.

  2. For what I know, the Unity Editor can't hold on to a FB session the same way Android / iOS can, so this isn't an option either