Unity-Technologies / AutoLOD

Automatic LOD generation + scene optimization
https://blogs.unity3d.com/2018/01/12/unity-labs-autolod-experimenting-with-automatic-performance-improvements/
Other
1.84k stars 215 forks source link

Overriding defaults % decimation #20

Closed laurentopia closed 6 years ago

laurentopia commented 6 years ago

Autolod uses % decimation, it's currently hard coded at 50% of each previous LOD in the chain. It would be great to override those % in the LOD override.

finepointcgi commented 6 years ago

Im going to bump this one.

amirebrahimi commented 6 years ago

Does the support I added in #19 satisfy this need?