Unity-Technologies / HLODSystem

845 stars 138 forks source link

Differences to AutoLOD repository ? #97

Open Nolram12345 opened 2 years ago

Nolram12345 commented 2 years ago

Hello ! What exactly are the differences between this repository's HLOD and the AutoLOD ones ? Are they compatible ? Interchangeable ? Replaceable ?

amirebrahimi commented 2 years ago

AutoLOD only had a HLOD prototype whereas this repository has fleshed out a full system. Some of the editor-side simplifier/decimation code is from AutoLOD, but I wouldn't recommend mixing the two. If you need an HLOD system, then this would be the better one to go with.

Nolram12345 commented 2 years ago

And what if I need both an AutoLOD and HLOD system ? Would a branch or update to AutoLOD using this HLOD implementation be in the realm of possibility ?

amirebrahimi commented 2 years ago

You could always try it or fork AutoLOD and create a custom branch that removes the HLOD functionality in AutoLOD.

Nolram12345 commented 2 years ago

Sure, I can attempt to set up a fork for that.