Cloud
Get Cloud Attribute
The Get Cloud Attribute node enables the user to retrieve saved progress for a specific VR Experience by assigning the attribute in the Attribute Name field. The progress can be saved for either the scene, the user, or both. Once the node is executed, the retrieved value can be acquired through the Result port.
Example
In this example, ana EqualGet ResponseCloud Attribute responsenode is used to compareretrieve stored data from the cloud. When the user enters the object named FinishLine, the object named Scoreboard will be shown. The data saved for this specific scene for all users is retrieved and stored in a variable named Scoreboard, which can then be displayed during the VR experience.
Set Cloud Attribute
The Set Cloud Attribute node enables the user to store data for a specific VR Experience by assigning the attribute in the Attribute Name field then set the value of Variable1 withit. the valuedata ofcan Variable2be oncestored for either the user, the scene, or both. Once the node is executed, the specified data is saved accordingly.
Example
In this example, a Get Cloud Attribute node is used to retrieve stored data from the cloud. When the user triggersenters the object named Activate.FinishLine, the object named Scoreboard will be shown. The resultdata ofsaved for this specific scene for all users is retrieved and stored in a variable named Scoreboard, which can then be displayed during the comparisonVR can be acquired through the Result port. We have connected this Result port to the Branch node, and if the result of the branch is True, the TrueBox will show; if the result is False, the FalseBox will show.experience.