- Home /
Question by
Evallis · Aug 26, 2020 at 07:02 PM ·
scripting problembug-perhapsselecting objects
Multi-object editing not supported on ANY scripts in entire project.
Hello everyone, so I have a strange bug/problem that I ran into with my current project. For some reason whenever I select any 2 instances of any script it says "Multi-object editing not supported". None of the scripts are editor scripts or anything of the sort, just simple MonoBehaviours.
Example
It does it with any kind of script no matter how basic. I have never had this problem before and I really have no idea what could be causing it, so any help would be greatly appreciated!
example01.jpg
(134.2 kB)
Comment
Answer by Bunny83 · Oct 16, 2020 at 12:00 AM
Are you sure you haven't created a custom inspector that applies to all classes derived from MonoBehaviour? That would be my only guess how this can happen.