Closed friuns2 closed 6 years ago
If your LODs are already in the model file using the naming convention detailed here: https://docs.unity3d.com/Manual/LevelOfDetail.html then AutoLOD won't try to generate LODs
Otherwise, if you are generating LODs manually, then you can turn off "generate on import" in the Preferences for AutoLOD.
how i generate them manually if "generate on import" turned off?
You have to turn on the option once unfortunately in preferences, then generate the LODs, then turn it off and you can then override in the
would be cool have right click generate lod on model file
also found gameobject/autolod/generate lods does the trick
GameObject/AutoLOD/Generate LODs only works on a prefab though. It didn't work for you on an actual model (e.g. FBX) file, did it?
Added right-click to generate in 945423a
Can i generate lods manually? most of my models already have lods so i don't need lods been generated.