Hi,
do any of you know about making shortcuts from entire Unity functions by code?
I mean, especialy i want to make buttons (or other controls like dropdown menu) in onscreen tool that will provide function from Window > Render Pipeline > Render Pipeline Debug Window > Material > Common Material Properties (dropdown menu). I want to bring that dropdown menu to my own editor window. Is there a way to do it?
if you want to access a Dropdown from inside of anohter editor you need to look at the reference code unity has up of its editor / the code for the renderpipline if that is specific to that.