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.81k stars 212 forks source link

Is there any per-LOD settings? #72

Closed redwyre closed 3 years ago

redwyre commented 4 years ago

I have some meshes that get too decimated at the lowest LOD so I'd like to increase its triangle budget. Is there any way to do this?

amirebrahimi commented 4 years ago

Yes. After it has been imported the first time. Just click on the associated asset file that sits next to the model and you can override any settings for that model specifically.

redwyre commented 4 years ago

I'm specifically looking to change only one LOD, not the whole model (though I don't see what I can do to change the triangle count from the asset file anyway) image

amirebrahimi commented 4 years ago

@redwyre - after you import you can then turn off the check box for "Generate on import" and then you can override the individual lods below that should become enabled. Let me know if this works for you.

amirebrahimi commented 3 years ago

Closing since there hasn't been any recent activity.