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

Ignore invalid scenes #57

Closed marwie closed 4 years ago

marwie commented 4 years ago

Currently there's an error when saving assets; this PR makes sure the error doesn't throw and assets are still saved.

amirebrahimi commented 4 years ago

Thank you!

marwie commented 4 years ago

Note that I found that this error is really bad as it corrupts all save data... As a note (not the right place but anyways): having AutoLOD do auto-lod-at-import by default really threw me off, that was hard to find and "destroyed" a couple of our assets. I don't think its good to have it on by default.