Unity-Technologies / HLODSystem

845 stars 138 forks source link

Added MeshSetter #100

Closed JangkyuSeo closed 2 years ago

JangkyuSeo commented 2 years ago

Purpose of this PR

Users can directly input the mesh to be used for HLOD.

image If the above component is added, MeshRenderer and LODGroup under the component are excluded from HLOD, and the mesh set in MeshSetter is used.

Ex 1 ) image

Ex 2) image

Ex 3) image


Release Notes

Added MeshSetter which can direct input the mesh to be used for HLOD.


Testing status

Manual test. Added new unit tests. All unit test are green except TerrainHLOD.


Overall Product Risks

Technical Risk: Medium

Halo Effect: Medium


Comments to reviewers