Skip to content

treviasxk/UNanite

Repository files navigation

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

Preview

Donate

Paypal: [email protected]

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",
    ...
}