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
- Physics SyncColliders 3x-7x performance regression from 2022LTS to U6
- ListView's '+' button causes a recursively dispatching event when the visual element area is filled up
- Soft keyboard closes immediately after multiple touches are made if Pointer Behavior is set to SingleUnifiedPointer
- UI Image batching breaks when interleaving elements with mixed z-positions and materials
- KeyNotFoundException is thrown when retrieving some values from HyperLinkClickedEventArgs
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.