Skip to content

Commit 867d7a4

Browse files
committed
2 parents 02cc6bf + 743d814 commit 867d7a4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ More information about BRG - https://docs.unity3d.com/Manual/batch-renderer-grou
99

1010
The **Brg Container** provides high-level API for instancing data reading and writing. It supports UBO and SSBO buffer types, so it can be used for GLES.
1111

12-
Supports types of culling:
12+
Supports features:
1313
- Frustum culling
1414
- LOD
1515
- LOD Cross Fade
@@ -19,10 +19,16 @@ Supports types of culling:
1919
- Unity Collections: 2.2.1
2020
- Unity Burst: 1.8.8
2121

22+
## Unity versions supported
23+
- Tested on the Unity 2023.1.x version.
24+
- The Unity 2023.2.x version will be tested soon.
25+
- The Unity 6 version will be tested only when it gets stable.
26+
2227
## How to install
2328
From UPM:
2429
- install the package from git URL (https://github.com/LizzyFox-code/BrgContainer)
2530
- install the package from disk: download repo as zip archive, unpack and select the package.json file
31+
- install the package from OpenUPM: https://openupm.com/packages/com.lizzyfox-code.brg-container/
2632

2733
## Samples
2834
- **Hello World** is a simple sample. It shows how to create the Brg Container and change data for each instance in a Job.
@@ -213,4 +219,4 @@ in percentage terms for it to be selected. This metric is in range from 0 to 1.0
213219
**FadeTransitionWidth**
214220

215221
**FadeTransitionWidth** is a relative metric that shows when a LOD starts fading. For example, 0 value means that a LOD starts fading from minimum distance (from start).
216-
1 value means that a LOD never starts fading, therefore the LOD switching is abrupt.
222+
1 value means that a LOD never starts fading, therefore the LOD switching is abrupt.

0 commit comments

Comments
 (0)