Unity Visual Scripting

Enable Unity Visual Scripting

From Settings Window check Unity Visual Scripting and press the Save button.

Supported UVS Nodes

  • GetPlayerScore

  • GetPlayerRank

  • LogIn

  • ShowAchievementsUI

  • ShowLeaderboardsUI

  • SubmitAchievement

  • SubmitScore

The above UVS nodes' behavior is equivalent to corresponding methods from CompleteAPI.

The above UVS nodes are located inside GameServicesUVS script as shown below:

An old integration tutorial is available on Youtube. We will try to update it as soon as possible but the implementation remains the same.

Last updated