Search Issue Tracker
Fixed in 5.0.X
Votes
0
Found in
5.0.0b4
Issue ID
632835
Regression
No
LOD Bias can be set as anything from 0 to +infinity, not only between 0 to 1
http://docs.unity3d.com/Manual/class-QualitySettings.html
In LOD bias explanation, manual says that the value is reflected as fraction from 0 to 1. In reality, this can be checked as anything from 0 to +infinity. It would be just worth mentioning that setting LOD Bias between 0 and 1 favors less detail, whereas setting it to more >1 favors more detailed model. For example, setting LOD Bias to 2 and having it change at 50% distance, LOD actually only changes on 25%. Current docs don't mention this, creating a bit of confusion when >1 LOD Bias is met.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
WalkerStudio
Jun 14, 2015 16:11
Yes ,I also confused on it. I can't understand : For example, setting LOD Bias to 2 and having it change at 50% distance, LOD actually only changes on 25%. I means is we should choose a game object when it is between two different LOD value, if the LOD bias is closer to zero, we choose the game object of less detail LOD value, otherwise, we should choose the one that more detail LOD value. I think here is two choosing.But why the docs tell me that the different LOD Bias return the game object of different distance LOD value, i think there three ,four ,five LOD value and so on.