Forum Discussion
Oweeboi
Feb 23, 2024Copper Contributor
Passing values from Cloud to Visual Scripting and vice versa
Just want to know if some of you are aware on how to pass variable values from Cloud to Visual and vice versa. When doing a debug on Cloud Scripting, only limited nodes are exposed (ie. Text, Transfo...
- Feb 28, 2024We haven't found a way to send HTTP requests via Visual Scripting and therefore we do it with Cloud Scripting. Then we just can't have both in the same object which means that we cannot use e.g. hover effect from mesh interactive setup in the button firing a Cloud Script.
Oweeboi
Copper Contributor
Thanks for your reply! So you are sending HTTP requests via visual scripting?
Was thinking of using cloud scripting to trigger REST API. Btw, I have created a REST call to get rows from D365 Dataverse and then I was planning bind them to our game objects.
Was thinking of using cloud scripting to trigger REST API. Btw, I have created a REST call to get rows from D365 Dataverse and then I was planning bind them to our game objects.
kaipiroska
Feb 28, 2024Brass Contributor
We haven't found a way to send HTTP requests via Visual Scripting and therefore we do it with Cloud Scripting. Then we just can't have both in the same object which means that we cannot use e.g. hover effect from mesh interactive setup in the button firing a Cloud Script.
- OweeboiMar 01, 2024Copper ContributorThanks for this kaipiroska!