CloudScripting library is missing in new project
I have created a new empty project and added a Mesh Cloud Scripting object to the scene. It created a Visual Studio project. When I opened it, I noticed that the Mesh CloudScript reference was invalid.
After hours of searching, we discovered a wrong source map in NuGet Package manager.
It can be easily fixed by adding new Source Mapping like in the picture below
Then, when you Build the app, you will see that all packages are resolved and the build is successful.
Please fix the nuget.config file that is created by the Cloud Scripting project template.
I have created a new empty project and added a Mesh Cloud Scripting object to the scene. It created a Visual Studio project. When I opened it, I noticed that the Mesh CloudScript reference was invalid.After hours of searching, we discovered a wrong source map in NuGet Package manager. It can be easily fixed by adding new Source Mapping like in the picture belowThen, when you Build the app, you will see that all packages are resolved and the build is successful. Please fix the nuget.config file that is created by the Cloud Scripting project template. Read More