-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
22af5b9
commit 2c29ff0
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") |