Hi all,
I’m working on two separate plugins that should be able to communicate bidirectionally.
I implemented it using InterProcessConnection. I find that this approach needs a lot of code and is quite hard to maintain.
Using a SharedResourcePointer would facilitate the whole process a lot.
Is it possible to access a SharedResourcePointer from a totally different plugin?
I’m thinking about using InterProcessConnection just to send the SharedResourcesPointer’s address to the other plugin.
Or is there a better way?
Cheers
R