Recent content by JamesSozoLabs

  1. J

    [Request] Duplicate the whole branch

    This would be an awesome addition. Currently doing a lot of repetition and having to expand, select all, and copy/paste is a bit tedious. This adds less chance of human error as well.
  2. J

    UnityEvent in Inspector

    We have this class: public class Response{ public string id; public List<UnityEvent> events; // Not sure what this would be for Behaviour Designer Events } Which will be used in the node class like: public List<Response> response; This node currently has 5 possible outcomes: ID...
  3. J

    UnityEvent in Inspector

    It would be nice to have the UnityEvents supported, with proper drawers, in the Behaviour Designer by default. We have some niche use cases, where we have many many different events could fire based on a single node. We have between 25 nodes that could trigger up to 5 different results. If we...
Top