Skip to content

Commit 8af149d

Browse files
Upgrading README
1 parent 81d2629 commit 8af149d

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

HybridHDRPSamples/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
This Project includes feature sample Scenes, stress test Scenes, and unit tests for the HDRP Hybrid Renderer.
33

44
## Feature sample Scenes
5-
The feature sample Scenes are in the _SampleScenes_ folder. To ensure full workflow coverage, most of these Scenes include GameObjects in a SubScene and GameObjects that have a ConvertToEntity component.
6-
7-
Unity renders GameObjects with the Hybrid Renderer when a coresponding DOTS entity exists, and without the Hybrid Renderer when a corresponding DOTS entity does not exist. For the GameObjects in the SubScene, this means that Unity renders them with the Hybrid Renderer at all times; in Edit Mode, in Play Mode, and in the built player. For the GameObjects with a ConvertToEntity component, this means that Unity renders them with the Hybrid Renderer only in Play Mode and in the built player. This is because Unity converts the components to DOTS entities at runtime.
5+
The feature sample Scenes are in the SampleScenes folder. Most of these Scenes include GameObjects in a SubScene.
86

7+
Unity renders GameObjects with the Hybrid Renderer when a coresponding DOTS entity exists, and without the Hybrid Renderer when a corresponding DOTS entity does not exist. For the GameObjects in the SubScene, this means that Unity renders them with the Hybrid Renderer at all times; in Edit Mode, in Play Mode, and in the built player.
98
### Scene List
109

1110
| Scene | Description | Screenshot |
@@ -42,6 +41,4 @@ The stress test scene contains 100,000 spawned boxes. They cycle though four dif
4241
_StressTestGameObjects_ has two variants: one that includes the color overrides, and one that does not incude color overrides. This is because modifying GameObject color requires Material changes per GameObject, which causes material replication per object and has a large performance impact. Providing a variant without color overrides demonstrates more realistic performance for cases where you only modify position.
4342

4443
## Compatibility
45-
Compatible with Unity 2020.3.0f1-dots and HDRP 10.4.0 or later.\
46-
Requires Hybrid Renderer V2.\
47-
For instructions of Enabling Hybrid Renderer V2, see the [documentation](https://docs.unity3d.com/Packages/com.unity.rendering.hybrid@latest/index.html).
44+
Compatible with Unity 2022.2.0b8 and HDRP 14.0.3 or later.\
-9.77 KB
Loading

HybridURPSamples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ The stress test scene contains 100,000 spawned boxes. They cycle though four dif
4242
_StressTestGameObjects_ has two variants: one that includes the color overrides, and one that does not incude color overrides. This is because modifying GameObject color requires Material changes per GameObject, which causes material replication per object and has a large performance impact. Providing a variant without color overrides demonstrates more realistic performance for cases where you only modify position.
4343

4444
## Compatibility
45-
Compatible with Unity 2021.3.4f1 and URP 12.1.7 or later.
45+
Compatible with Unity 2022.2.0b8 and URP 14.0.3 or later.

0 commit comments

Comments
 (0)