Forum Discussion
Agama_Consultoria
Apr 22, 2024Copper Contributor
Application Microsoft Mesh with C# Code in Unity
Hello,
I need to know if it's possible to apply my own C# code in Unity, as it seems I can't build the environment linked to the Microsoft Mesh application. However, if I don't use my own scripts, the environment build does work.
I'm getting the following error: failed in the builder.
Thanks.
1 Reply
- dunniaFormer Employee
Agama_Consultoria great question! The Mesh Scripting Overview documentation page covers your options for adding scripts into your environment. In summary, to use C# code in your Mesh content, you will need to leverage Mesh Cloud Scripting which will allow you to implement custom C# logic that runs in one place and is synchronized to all clients by default.