Forum Discussion
MeshCreator
Feb 25, 2025Copper Contributor
Cloud Scripting Package error when publishing to Mesh
 Unity version: 2022.3.34  Mesh version: 5.2414.130    Hello,    I get an error when I try to build and publish my scene to Mesh, see attachment.    There is a nuget.config file in the directory provi...
jspivey_msft
Microsoft
Apr 29, 2025Try adding a line to that nuget.config as follows:
...
<packageSource key="CloudScripting">
  <package pattern="Microsoft.Mesh.CloudScripting" />
  <package pattern="Microsoft.Mesh.CloudScripting.*" />
</packageSource>
...