Forum Discussion
Weald_Spatial
Apr 02, 2024Brass Contributor
Mesh publish errors for Microsoft.MixedReality.WebView.WebViewLifetimeManager
I am getting build errors when trying to publish my space. I have been successful previously. I have updated the SDK and cleared the Library folder. Problem persists. Unity version is 2022.3.7f1 on ...
- Apr 11, 2024
Hello, thanks for letting us know. For now, you can remove the WebViewSystem from your scene. This GameObject is created with HideFlags.HideInHierarchy so that's why you can't see it on the scene hierarchy on your inspector. You can follow your mentioned steps, or you can enable Auto-filter components under "Project Settings > Mesh Uploader Settings". Note that Auto-filter will remove any non-supported components and you will be able to still see warnings when this filter does remove one before building.
Weald_Spatial
Apr 05, 2024Brass Contributor
I'm unsure what caused this, but I had to open the Unity Scene file in VS and manually remove the GameObject reference for 'WebViewSystem'. After I did this, it published fine.