Error message related to FocusProvider.
'Microsoft.MixedReality.Toolkit.Services.InputSystem.FocusProvider' is missing the class attribute 'ExtensionOfNativeClass'!


No errors.
2018.3.2f1
mrtk_release branch
It seems like this scene has old 'MixedRealityPlayspace' object. Other scenes do not have 'FocusProvider' in the Camera.
Removing the FocusProvider from the scene will resolve this. Looks like one of the example scenes wasn't updated to the new pattern.
FocusProvider is now set in the input system profile:

Yes, it would be great to have a pass on all example scenes.
I did a quick review of the scenes and found the same issues in these:
InspectorFieldsGallery
TooltipExamples (This scene has old 'MixedRealityManager' with 'Body' object.)
fixed in mrtk_development
The 'BoundingBox' example scene also has the same issue.
Most helpful comment
Removing the FocusProvider from the scene will resolve this. Looks like one of the example scenes wasn't updated to the new pattern.
FocusProvider is now set in the input system profile:
