Firebase Realtime Database: Player 2 unable to interact with game in Unity multiplayer setup
I’m developing a multiplayer game in Unity using Firebase Realtime Database for data synchronization between players. In my setup, both players interact with the game through the same GameController script instance.