Skip to content

Commit 9492bc0

Browse files
committed
Add built-in mesh simplifier support to docs
1 parent 427b1f9 commit 9492bc0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AutoLOD
22
Automatic LOD generation + scene optimization - Initial release was on January 12, 2018 via [blogpost](https://blogs.unity3d.com/2018/01/12/unity-labs-autolod-experimenting-with-automatic-performance-improvements/)
33

4-
AutoLOD is primarily a framework for enabling automatic post-processing of geometrical model assets on import to create simplified levels-of-detail (LOD). A [default mesh simplifier](https://github.com/Unity-Technologies/UnityMeshSimplifier/) is included, but can be swapped out with other simplifiers and on a per-model basis if needed. Additionally, a whole scene can be hierarchically chunked into LODs with [SceneLOD](https://github.com/Unity-Technologies/AutoLOD/wiki/Scenelod).
4+
AutoLOD is primarily a framework for enabling automatic post-processing of geometrical model assets on import to create simplified levels-of-detail (LOD). A [default mesh simplifier](https://github.com/Whinarn/UnityMeshSimplifier/) is included, but can be swapped out with other simplifiers and on a per-model basis if needed. Additionally, a whole scene can be hierarchically chunked into LODs with [SceneLOD](https://github.com/Unity-Technologies/AutoLOD/wiki/Scenelod).
55

66
## Experimental Status
77
It’s important to note that AutoLOD is an experimental feature. As such, there is no formal support (e.g. FogBugz, [email protected], Premium Support, etc.) offered, so please do not use these channels. Instead, post your questions, comments, suggestions, and issues here on GitHub.
@@ -18,7 +18,10 @@ Experimental means this:
1818
## Features
1919
- LOD generation on model import with sensible [defaults](https://github.com/Unity-Technologies/AutoLOD/wiki/Home)
2020
- Project-wide and per-model LOD import settings
21-
- Asynchronous, pluggable LOD generation framework
21+
- Asynchronous, pluggable LOD generation framework with built-in support for:
22+
- [UnityMeshSimplifier](https://github.com/Whinarn/UnityMeshSimplifier/)
23+
- [Simplygon](https://simplygon.com/)
24+
- [InstaLOD](https://instalod.com/)
2225
- Hierarchical LOD support via [SceneLOD](https://github.com/Unity-Technologies/AutoLOD/wiki/Scenelod) -> [watch a [quick tutorial video](http://www.youtube.com/watch?v=EuBeZvzVwrw "SceneLOD Tutorial")]
2326

2427
### Useful classes (for your own projects, too!)

0 commit comments

Comments
 (0)