Hello!
I'm integrating miniscript with behaviour trees to let designers customize nodes in the AI for our next project.
I've looked but I can't seem to find it: is there any reflection based converter from generic object to ValMap and back? A bit like the ones used in serialization, something like "every public string, float, double, bool, etc. becomes an entry in the ValMap".
I'm asking to be sure, 'cause I'm going to write one myself if it doesn't exist yet.
Thanks!