That worked out perfectly, thank you Chris. As a general question, is this the accepted best practice for linking AC Editor functionality with custom scripts?
Also re: Object Call Event - am I subscribing my method to a custom event by using this…
Thank you, Chris!
So I am working with two components here: My own custom c# script "CreatureDrawingManager", which houses the method I want to call.
https://imgur.com/a/z0uFeRy
And the place I am trying to call it (and pass in the para…