https://github.com/jiepengtan/ecs_game_demo
https://github.com/jiepengtan/ecs_game_demo
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jiepengtan/ecs_game_demo
- Owner: JiepengTan
- Created: 2023-10-12T05:36:03.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T03:03:40.000Z (almost 2 years ago)
- Last Synced: 2024-06-07T01:34:50.852Z (over 1 year ago)
- Language: C#
- Size: 56.4 MB
- Stars: 70
- Watchers: 1
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ECS_Game_Demo
---
## Quick Start
1. Clone this repository
2. Open it use Unity2023.1.7 or higher version
3. Open **Demo_URP** scene, run it, try to changed the value like below
## Technical detail
1. Animation : GPUSkin
- https://github.com/chengkehan/GPUSkinning2. Culling & Lod & Indirect Renderer : Compute Shader
- https://github.com/ellioman/Indirect-Rendering-With-Compute-Shaders3. ECS Framework: LockstepECS
- https://github.com/JiepengTan/LockstepECS4. Spatial Partition : Grid base
- Region Chunk Grid