**Hello,**
First, apologies if this has already been answered, but my searches have failed me.
**My question:** *How would one approach creating a custom Editor tool with support for custom classes, without creating a dependency on said classes?*
I'm creating a code generation tool, and wish support a various custom classes (Int3, IntCurve, etc.). If the classes are present, they will require editor scripts to process them and will need to be include in a handful of arrays.
What are best-practices for a situation like this?
In other situations, I've used partial classes, but I've been unable to structure this tool in such a way that would work.
**Thank you all in advance! Be well!**
\- S.
↧