Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingJinxx authored Jan 29, 2021
1 parent 22af5b9 commit 2c29ff0
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# polypoly
# PolyPoly
Is a Unity 3D Game with multiplayer using mirror (A Unity Networking Library).
All assets were created by me using blender.
It also uses a third party UI System called Noesis (A Xaml based UI Toolkit)

For easier development using Mirror I added a modified Package called ParrelSync, letting the Developer have multiple editor instance open to test multiplayer with.

It contains two scenes:
- FirstPersonDemo - Showcasing multiplayer and first person movement
- GodViewDemo - Showcasing a basic city builder

Before starting the project you have to first create Symlink for the NoesisUI to work.
Simply run the link.bat found in /Assets/UI/ as an adminstrator

![God View Demo](https://i.imgur.com/qGK2qKx.png "God View Demo")
![First Person Demo](https://i.imgur.com/QUq5qVv.png "First Person Demo")

0 comments on commit 2c29ff0

Please sign in to comment.