I’m only encountering this error in the 2023 version of unity:
UnityEditor.ObjectPreview was not disposed properly. Make sure that base.Cleanup is called if overriding the Cleanup method. If you are implementing this in an Editor or EditorWindow, don’t forget to call ObjectPreview.Cleanup in OnDisable.
UnityEditor.ObjectPreview:Finalize ()
the problem occurs simply by importing a model in fbx format I’m already telling you that the mesh is not a cause because you also tried to eliminate the entire mesh leaving only the skeleton, and error always appears furthermore the same model
in the unity 2022 and all version precedents works perfectly not this error only unity 2023
Is anyone experiencing the same error?
test video :
or even tried to eliminate the 98% entire mesh leaving only a plane on the skeleton but the error is always present, so it’s not even a problem regarding the mesh.
add test video models Unity 2023.1.10f1 skeleton + only plane mesh delete all mesh models:
new project ,add model play game test this error
I’ll start by saying that I didn’t update but downloaded and installed Unity 2023 from scratch and imported the model into a new project
this procedure only
1-dowload version Unity 2023.1.10f1
2-installed
3-new project
4-import models fbx
5-play game and to appear this error
UnityEditor.ObjectPreview was not disposed properly. Make sure that base.Cleanup is called if overriding the Cleanup method. If you are implementing this in an Editor or EditorWindow, don’t forget to call ObjectPreview.Cleanup in OnDisable.
UnityEditor.ObjectPreview:Finalize ()
I had searched for my error found in console and only 2 matching results and with vague answers or even tried to create a new project from scratch and import the model but the error always appears Can you confirm that this is a Unity 2023 bug then?
Thank you
hi thanks
this version Unity 2023.1.10f1
PS.
or even tried to eliminate the 98% entire mesh leaving only a plane on the skeleton but the error is always present, so it’s not even a problem regarding the mesh.
add test video models Unity 2023.1.10f1 skeleton + only plane mesh delete all mesh models:
new project ,add model play game test this error