Scriptables Toolbox is a collection of tools aimed at helping developers work with scriptable objects.Features :Adds a "create new instance" button to scriptable object source files. It helps replacing [CreateAssetMenu] for les often created scriptables such as settings, managers, collections...Adds a new tool window with a search function that lists all instances of a scriptable object type. Very useful for scattered scriptable object files or to serve as a qui lookup window.Adds an "Open window" button to all EditorWindow source files that calls a "ShowWindow" function to open the corresponding window.