https://github.com/gdasim/unityecstemplates
Template + Examples for me to quick setup
https://github.com/gdasim/unityecstemplates
Last synced: 5 months ago
JSON representation
Template + Examples for me to quick setup
- Host: GitHub
- URL: https://github.com/gdasim/unityecstemplates
- Owner: GDAsim
- License: mit
- Created: 2025-01-10T14:11:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-03T03:41:38.000Z (about 1 year ago)
- Last Synced: 2025-07-04T03:42:19.797Z (about 1 year ago)
- Language: ShaderLab
- Size: 636 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# UnityECSTemplates
Code Template for ECS Projects Quick Setups
## Template
- Basic ECS Setup using Baking (Ibaker)
- Unmanaged & Managed System
- Code for ComponentData Access
- SystemAPI Query Foreach
- Entities.ForEach
- Code for all Jobsetups depends on System type
- ECS Jobs
- ECS Jobs With EntityQuery
- ECS Jobs With Arbitrary Data Lookup
- ECS Chunk Jobs
## TemplateAlternate
- Alternate ECS Setup using Monobehaviour
## TemplateJobOnly
- Basic Jobs Setup using Monobehaviour
## TemplateProcessJob
- Jobs.WithCode to Process Data Only Setup
- Basic DynamicBuffer Usage Example
## TemplateSpawner
- ECS Setup for Spawning Objects
- Basic EntityComponentBuffer Usage Example