You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. Although this is a complete game sample, it's not meant to be of high professional or production quality. It's designed to help you learn how to apply and synchronize sprite animations, particle effects, basic 2D movement of GameObjects, synchronize UI status, and more!
5
+
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.
6
+
7
+
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.
6
8
<br>
7
9
<br>
8
10
@@ -12,7 +14,7 @@ Galactic Kittens is a 2D co-op space adventure sample game where players must bl
12
14
- Supported platforms: PC/Mac
13
15
14
16
---------------
15
-
## **Services Implemented:**
17
+
## **Services implemented:**
16
18
*[Netcode for GameObjects](https://unity.com/products/netcode) :
17
19
>This library is used to synchronize GameObject and game state data across all clients that connect in a networking session.
18
20
@@ -23,20 +25,20 @@ You can quickly test this game sample by following the [setup instructions](http
23
25
24
26
25
27
---------------
26
-
## **Project Structure**
28
+
## **Project structure**
27
29
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.).
28
30
29
31
For a detailed overview of the project's structure please check out the *Galactic Kittens*[developer guide](https://github.com/UnityTechnologies/GalacticKittens/wiki).
30
32
<br>
31
33
32
34
---------------
33
-
## **Additional Resources**
34
-
* If you're entirely new to Netcode for GameObjects, we do recommend that you first go over our [documentation](https://docs-multiplayer.unity3d.com/), and follow along with the "Hello World" [tutorial.](https://docs-multiplayer.unity3d.com/netcode/current/tutorials/helloworld)
35
+
## **Additional resources**
36
+
* If you're entirely new to Netcode for GameObjects, we recommend that you first go over our [documentation](https://docs-multiplayer.unity3d.com/), and follow along with the "Hello World" [tutorial.](https://docs-multiplayer.unity3d.com/netcode/current/tutorials/helloworld)
35
37
36
-
* 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.
38
+
* 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.
0 commit comments