Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 973 Bytes

readme.md

File metadata and controls

32 lines (25 loc) · 973 Bytes

ECS - PERIODIC FUNCTIONS

Description

This repository was created to explore usage and performance of ECS (0.16). Project allows to visualise periodic functions. This solution was created with performance in mind, system processing is done multithreading with usage of burst. Main performance limitation is rendering cost which could be reduced at cost of quality (i.e. removing lights)

Available periodic functions

Configurable runtime variables

  • desired periodic function
  • xOffset
  • yOffset
  • speed
  • amplitude

Configurable inspector variables

  • material
  • mesh

Additional informations

  • Unity 2020.2.0f1
  • Ecs 0.16.0-preview.21
  • Submodule - Tools with commonly used scripts