Open TheLouisHong opened 7 years ago
I could not reproduce this on Unity 2017.1.0f3. Could you share your monobehavior component that is showing this issue?
Incidentally, multi-edit is a very experimental feature and you might want to disable it if it is giving you trouble. This is a very important feature, but I don't see it receiving the love it needs anytime soon.
If you want to disable it, just put this code in a cs file somewhere:
using FullInspector;
using FullInspector.Internal;
public sealed class FullInspectorSettingsProcessor: fiSettingsProcessor {
public void Process() {
fiSettings.EnableMultiEdit = false;
}
}
The monobehavior is nothing special, just a plain old color field. The multi-select must happen as prefabs in the project view though. Let's me try to make a project that recreates the bug
Stacktrace
Unity Version: 5.6.1f Personal