Forum Discussion
Thomas_Laurent
Feb 16, 2024Copper Contributor
Microsoft Mesh - Use visual cloud
Hi everyone, I'm starting to develop with Mesh, I wanted to test the cloud visuals however I have several errors and I really don't know how to fix them ... Best Regards.
miskakyto
Feb 20, 2024MCT
Hi!
Cloud Scripting in Unity creates a bunch of errors usually when there's an error in your code. You can try to edit your Cloud Script code to something you verifiably know works, and then see what errors you get. That helps you to narrow down the issue.
I hope this helps!
Cloud Scripting in Unity creates a bunch of errors usually when there's an error in your code. You can try to edit your Cloud Script code to something you verifiably know works, and then see what errors you get. That helps you to narrow down the issue.
I hope this helps!
- OweeboiFeb 23, 2024Copper ContributorTry to debug the cloud scripting project and check if all parameters contain values on the App method part. 🙂