Unity-Technologies / AutoLOD

Automatic LOD generation + scene optimization
https://blogs.unity3d.com/2018/01/12/unity-labs-autolod-experimenting-with-automatic-performance-improvements/
Other
1.81k stars 212 forks source link

No mesh simplifier found in setting when importing project #69

Closed ifra1000 closed 4 years ago

ifra1000 commented 4 years ago

No mesh simplifier found in setting when importing project and where i get these simplifiers packages which are mentioned and i purchase mesh simplifiy from assetstore so how i connect it with this project

amirebrahimi commented 4 years ago

Apologies for not responding sooner. Did you make sure to follow the cloning instructions (w/ submodules) in the README?

Also, unless the Mesh Simplify asset store package supports AutoLOD, then it would require implementing IMeshSimplifier from this project in order to enable support.

HoomanJCode commented 4 years ago

Apologies for not responding sooner. Did you make sure to follow the cloning instructions (w/ submodules) in the README?

Also, unless the Mesh Simplify asset store package supports AutoLOD, then it would require implementing IMeshSimplifier from this project in order to enable support.

im using git to manage my project and team, i have "AutoLOD: You must set a valid Default Mesh Simplifier under Edit -> Preferences" error on some computers, but my computer is ok. unity 2020.1.0b10

HoomanJCode commented 4 years ago

I fixed this on another computer by re cloning package. here there are some changes on ProjectSettings.asset image

and I think friends can fix this by adding "UNITY_CCU;ENABLE_UNITYMESHSIMPLIFIER" at end of here for windows and android separately: (unity 2020.1.0b10)

image

@ifra1000 test this.

amirebrahimi commented 4 years ago

FYI - there is now package manager support that simplifies the workflow of installing. See the README for installation instructions.