An open API service indexing awesome lists of open source software.

https://github.com/treviasxk/unanite

UNanite is an automatic LOD system intelligence for Unity.
https://github.com/treviasxk/unanite

csharp rendering unity unity3d

Last synced: 3 months ago
JSON representation

UNanite is an automatic LOD system intelligence for Unity.

Awesome Lists containing this project

README

          

# Unity Nanite
This is the beginning of an open source project, Nanite for Unity, here UnityMeshSimplifier is used to reduce triangle amounts of all objects that have MeshFilter and MeshRenderer component. Unity Nanite is an automatic LOD system intelligence for Unity.

![Preview](/Images/nanite_off.png)

![Preview](/Images/nanite_on.png)

## Warning
This is still a project under development, a lot is still missing, for now it is not recommended to use it in your project.

## Installation

Declare the package as a git dependency in `Packages/manifest.json`:

```
"dependencies": {
"com.treviasxk.unitynanite": "https://github.com/treviasxk/UnityNanite.git",
"com.whinarn.unitymeshsimplifier": "https://github.com/Whinarn/UnityMeshSimplifier.git",
...
}
```