BasicMultiplayerFramework

Aus hyperdramatik
Version vom 11. Mai 2020, 11:30 Uhr von Fkirschner (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „==Prerequisites== * This Project builds on the Free (but not Open Source) Unity Engine Software[https://unity.com/]. This project uses Unity Release 2019.3.10f…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Prerequisites

  • This Project builds on the Free (but not Open Source) Unity Engine Software[1]. This project uses Unity Release 2019.3.10f1.
  • The Source Code and Project Files can be found here[2].
  • It uses the Open-Source Networking Library Mirror[3].
  • For a similar Project, that is actually fully Open Source, please see Paolo Pedercini's LIKELIKE Arcade[4].

Project Goals

The goal of this Project is to provide a sample implementation of a shared Virtual Space, with different examples for User Representation and Interaction. Currently, the following Representations have been implemented:

  • 2D Simple SpriteSheet Characters
  • 3D Simple Billboards (using the same Spritesheets as above)
  • 3D Skinned Mesh

We are also doing our best to document the code as much as possible, so you can get an idea of how all of this has been put together.

Installation

Please download the latest Release from the Page on the Github Repository and follow the instructions outlined there.