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

Assembly has reference to non-existent assembly 'UnityMeshSimplifier' #52

Closed abosaqer closed 5 years ago

abosaqer commented 5 years ago

When I import it to my project

This error appears:: Assembly has reference to non-existent assembly 'UnityMeshSimplifier' (Assets/AutoLOD-master/Scripts/Editor/_AutoLOD-Editor.asmdef)

My Unity3d version : 2017.3.1f1

Is there any solution?

amirebrahimi commented 5 years ago

Sounds like you need to pull submodules. You should have cloned with the following command: git lfs clone --recursive https://github.com/Unity-Technologies/AutoLOD

If you've already pulled, then you can use repo-rinse.