Skip to content

UnityTechnologies/GalacticKittens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Galactic Kittens

titleBanner

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.

Requirements:

  • Unity Version 2020.3 or newer
  • Enable the use of preview packages
  • Supported platforms: PC/Mac

Services implemented:

  • Netcode for GameObjects :

    This library is used to synchronize GameObject and game state data across all clients that connect in a networking session.


Setup

You can quickly test this game sample by following the setup instructions wiki page.


Project structure

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.


Additional resources

  • 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 the EDUCATION section.

Discord

Similar repositories: