From aa4e7e6488042efbf388cce36aab4af577486cc2 Mon Sep 17 00:00:00 2001 From: max Date: Fri, 16 Apr 2021 16:13:33 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6558708..027a441 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,9 @@ Full shader graph support. ## Getting Started -Example 1: Mainly used for testing. -Example 2: Contains an animation system that shows how you could setup animated characters and a spawning system to test performance. +- Example 1: Mainly used for testing. +- Example 2: Contains an animation system that shows how you could setup animated characters and a spawning system to test performance. +- Example 3: MonoBehaviour example for if you are not using DOTS. ## Used By