I would like to make a game with a controller system similar to the one used in the game Jackbox Party Pack.
(I’m using VRChris’ explanation for the Jackbox Party Pack)
In Jackbox Party Pack the game is run on a device such as a PC or console. The game displays a website and room code on the screen. Players connect to the game using their mobile phones or tablets by navigating to the displayed website via their web browsers and entering the room code into the site. Once all players have joined the room the game begins and players use their mobile devices to answer trivia questions, all through the mobile device’s web browser.
The mobile clients act mainly as controllers. They display UI buttons that send commands/messages to the server and receive them but are very different in terms of scene, layout, UI. Basically I see the PC/Console server and the mobile client apps as different Unity projects but they need to communicate with each other.
How would I do this on the Unity Engine?
Thank you!
Mike S.