OK, I found another scene that only had one of these errors. In that scene I found that deleting a s

OK, I found another scene that only had one of these errors. In that scene I found that deleting a specific nested prefab with a
RealtimeView
made the issue go away. After digging into the data I found that the nested prefab's
RealtimeView
had an empty component reference. Making this change manually solved the issue for that scene. This seems like a Normcore bug.
Was this page helpful?