In my Unity project I am using EasyAR and ARFoundation, and currently when I need to add a new image for tracking, I use components and logic specific to each AR provider (ImageTargetController for EasyAR and ARTrackedImageManager with its MutableRuntimeReferenceImageLibrary for ARFoundation). I would like to know if EasyAR 4.4 has a unified interface that allows you to add tracking images at runtime, or do I still need to manage it myself?