Console error on 3.1 upgrade

My little scene now generates an error on starting the game that it never did before: “MonoBehaviour is attached to the game object ‘FPS’ but the game object does not contain the component. Destroying component. GameObject path: assets/fps.prefab - Component Path: assets/fps.prefab”

I do not see any defect associated with this report.

My scene contains a prefab called “FPS”. I am not sure where it gets this lowercase equivalent for it.

Is this a case sensitivity bug in Unity? This is on OS X 10.6, on the default case-insensitive OS X filesystem

tone

The name of the game object is of no importance.

The error is talking about a component → MonoBehaviour → own class you created