I’m currently trying to replace the cinemachinevolume script, and unfortunately the editor is not inherited.
I’m doing this cause I want to use a different dof than included. And it would be more straightforward to just inherit the CinemachineVolumeSettings class, and modify that from there.
Unfortunately, the editor script does not affect child functions.
But if it did it would work. I’ll probably just import the package to keep the change for now but I think this should be native for extendibility.
Or is there a more ideal method?