How to Create a Twitch Chat Game with Unity
Dec 8 2021 · Article (45 mins)
Learn to integrate the Twitch Chat API into your Unity game, so viewers can interact with the game during str...
more
How to Create a Twitch Chat Game with Unity
Learn to integrate the Twitch Chat API into your Unity game, so viewers can interact with the game during streaming.
Game Tech
Introduction to Multiplayer Games With Unity and Photon
Jun 19 2019 · Article (25 mins)
Learn how to make your own multiplayer game with Unity and the Photon Unity Networking (PUN) library.
Introduction to Multiplayer Games With Unity and Photon
Learn how to make your own multiplayer game with Unity and the Photon Unity Networking (PUN) library.
Game Tech
Creating a Cross-Platform Multiplayer Game in Unity — Part 4
Jan 25 2015 · Article (30 mins)
In this final part of the series, you will deal with clients sending messages out of order and the various wa...
more
Creating a Cross-Platform Multiplayer Game in Unity — Part 4
In this final part of the series, you will deal with clients sending messages out of order and the various ways on how to deal with them.
Game Tech
Creating a Cross-Platform Multi-Player Game in Unity — Part 3
Jan 24 2015 · Article (35 mins)
In the third part of this tutorial, you’ll learn how to deal with shaky networks, provide a winning condition...
more
Creating a Cross-Platform Multi-Player Game in Unity — Part 3
In the third part of this tutorial, you’ll learn how to deal with shaky networks, provide a winning condition, and deal with clients who exit the session.
Game Tech
Creating a Cross-Platform Multi-Player Game in Unity — Part 2
Jan 23 2015 · Article (55 mins)
In the second part of this tutorial, you’ll write the code to have users connect with each other and then get...
more
Creating a Cross-Platform Multi-Player Game in Unity — Part 2
In the second part of this tutorial, you’ll write the code to have users connect with each other and then get a race started!