Hi all,
If I have a public variable such as
var torsoMat:Material;
The inspector will show a dropdown menu of all materials in the project. Is it possible to filter this list to only show materials that start with a specific string?
Thanks in advance
Bill