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.
Comments (1)
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
- SIGSEGV error when adding EditorApplication.delayCall callback declared in complex generic type and exiting Unity in `Performanc
- Resize cursor does not appear while approaching window edge from inside the player window when using Input System as the Input Handler
- IMGUI Debugger Instructions are flickering when the Inspected View is set to Scene and mouse cursor is moved over the Scene View
- [Windows] “GUI Window tried to begin rendering while something else had not finished rendering!…” Error is thrown after opening “Insert a template into current VFX Asset” window
- No InvalidOperationException error thrown when Active Input Handling is set to "Input System package" and "OnMouseDown()" is triggered
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.