Prime,
I’ve been creating custom implementations of several RAIN elements just fine when I inherit from the basic implementations. However, when I actually derive a class from the RAIN base class certain items disappear from the GUI AIRig in the inspector.
For example, if I create a class like
[RAINSerializableClass]
public class CustomMemory : RAINMemory
.
.
…and I implement all required abstract members, I don’t see the list of variable data types listed in the AIRig Memory panel. Do I have to register the custom class with the AI somehow?