Thank you for updating and adding features to the plugin so quickly! I just downloaded the plugin, and I have a few questions! I'm also curious if you have a demo project available with it working so I can reference it to make sure I'm setting everything up correctly.
In my current project, I use the "PluginCommonBase" plugin by triacontane that comes with MZ for the "ExtraWindow" plugin. Upon running the game while that's enabled, I receive the console error "TypeError: Cannot read property 'forEach' of undefined", so I think there might be a conflict somewhere. If possible, it'd be great to see if there's a way to resolve this!

And then in a fresh project with no plugins, these were a couple of areas I wasn't sure if I was doing correctly, but issues I ran into:
- When player 1 and player 2 are spawned onto the same map, they're unable to see each other's sprites in their respective cameras. It looks like they still collide with each other, but the sprites aren't visible.
- I also tried using the VisuStella Events Move Core plugin in my other project and realized those events only spawned on player 1's view and not player 2's, so I'm wondering if that could be related.
- When using a parallax background, it only displays in player 1's view and not in player 2's view. Player 2's view shows it as a black background instead.
