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

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

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