anissg / Looper-UnityECS-Demo

A unity animation demo that shows the benefits of the GPU instancing, the JobSystem , the EntityComponentSystem and the BurstCompiler.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Looper

screenshot01

A unity animation demo that shows the benefits of the GPU instancing, the JobSystem , the EntityComponentSystem and the BurstCompiler.

Updated to Unity 2019.1+.

  • dependencies

    • "com.unity.burst": "1.0.4"
    • "com.unity.collections": "0.0.9-preview.19"
    • "com.unity.entities": "0.0.12-preview.32"
    • "com.unity.jobs": "0.0.7-preview.12"
    • "com.unity.mathematics": "1.0.1"
  • tweeked com.unity.rendering.hybrid 0.0.1 preview 12

    • support of MaterialPropertyBlock to InstancedRenderMeshBatchGroup added

About

A unity animation demo that shows the benefits of the GPU instancing, the JobSystem , the EntityComponentSystem and the BurstCompiler.


Languages

Language:C# 98.4%Language:ShaderLab 1.6%