An open API service indexing awesome lists of open source software.

https://github.com/revenantx/liteentitysystemunityexample

small example on how to use LiteEntitySystem using Unity engine
https://github.com/revenantx/liteentitysystemunityexample

Last synced: about 1 year ago
JSON representation

small example on how to use LiteEntitySystem using Unity engine

Awesome Lists containing this project

README

          

# LiteEntitySystem Unity Game Demo

This is a simple game example using [LiteEntitySystem](https://github.com/RevenantX/LiteEntitySystem) and [LiteNetLib](https://github.com/RevenantX/LiteNetLib) with Unity.

## Features
- **Entity-based networking** powered by [LiteEntitySystem](https://github.com/RevenantX/LiteEntitySystem)
- **Client-server communication** using [LiteNetLib](https://github.com/RevenantX/LiteNetLib)
- **Predictive and raytraced shooting**
- **Smooth movement synchronization**

## Controls
- **W, A, S, D** – Move character
- **Left Mouse Button** – Fire sniper (raytraced)
- **Right Mouse Button** – Fire pistol (predicted projectile)

## Getting Started
1. Clone this repository and open it in Unity **2022.3.57f1**
2. Press play

## License
This project is available under the [MIT License](LICENSE).