I create a fresh and empty new project.
I change the platform to Webplayer and select 800x600 and the black HTML template (first one, left)
Then my Console says this:
Cleaning up leaked objects in scene since no game object, component or manager is referencing them
Texture2D has been leaked 3 times.
UnityEditor.HostView:OnGUI()
But… I haven’t added anything yet? no scripts, no textures. Only saved the default screen with a “Main Camera”.
Anyone got an explanation?