Launch secondary extenssion on startup AE
Hi, I'm trying to boot an invisible extension when after effects starts. According to the documentation, there is no event to detect when After effects is running, so I am trying to boot from another extension, which is started from the extensions menu. I have this code in my main extension (.js file):
new CSInterface().requestOpenExtension('com.my.secondary.extension');Here is my problem: when I start the visible extension from the menu, the invisible extension does start, but if I leave my visible extension open when closing after effects, once I start it again, my visible extension starts, but the secondary does not. Is there any workarround to solve this issue?
