Galactic Kittens is a 2D co-op space adventure sample game where players must blast off to space and defeat all of the possible enemies in a small time range. This project was made using Netcode for Game Objects, our networking library.
This game sample is all designed to help you learn how to apply and synchronize sprite animations, particle effects, basic 2D movement of GameObjects, synchronize UI status, and more.
- Unity Version 2020.3 or newer
- Enable the use of preview packages
- Supported platforms: PC/Mac
- Netcode for GameObjects :
This library is used to synchronize GameObject and game state data across all clients that connect in a networking session.
You can quickly test this game sample by following the setup instructions wiki page.
Galactic Kittens has seven main scenes that show each step in the game flow of the samples, and uses different managers to handle major game components (connection management, scene transition, audio, etc.).
For a detailed overview of the project's structure please check out the Galactic Kittens developer guide.
-
If you're entirely new to Netcode for GameObjects, we recommend that you first go over our documentation, and follow along with the "Hello World" tutorial.
-
For further discussion points and to connect with the team, join us on the Unity Multiplayer Networking Discord server, on the
#samples
channel located in theEDUCATION
section.