All Projects → Unity-Technologies → Autolod

Unity-Technologies / Autolod

Licence: other
Automatic LOD generation + scene optimization

Projects that are alternatives of or similar to Autolod

Tracerysharp
C#/Unity port of Tracery (heavily WIP)
Stars: ✭ 19 (-97.98%)
Mutual labels:  unity, unity-editor
Unity Mulligan Renamer
Mulligan Renamer tool for the Unity Editor allows for quick and safe renaming of many assets and gameobjects at once
Stars: ✭ 315 (-66.45%)
Mutual labels:  unity, unity-editor
Unity Script Collection
A maintained collection of useful & free unity scripts / library's / plugins and extensions
Stars: ✭ 3,640 (+287.65%)
Mutual labels:  unity, unity-editor
Unity Aseprite Importer
An aseprite-file importer for unity written in C#, built upon the experimental AssetImporter API
Stars: ✭ 177 (-81.15%)
Mutual labels:  unity, unity-editor
Unitydarkskin
Switcher of UI theme in Unity Editor (light -> dark) (.NET, WPF)
Stars: ✭ 466 (-50.37%)
Mutual labels:  unity, unity-editor
Unity Editor Toolbox
Tools, custom attributes, drawers, hierarchy overlay, and other extensions for the Unity Editor.
Stars: ✭ 273 (-70.93%)
Mutual labels:  unity, unity-editor
Unity Serializabledictionary
Serializable dictionary class for Unity
Stars: ✭ 302 (-67.84%)
Mutual labels:  unity, unity-editor
Ma textureatlasser
Texture atlas creator for Unity
Stars: ✭ 116 (-87.65%)
Mutual labels:  unity, unity-editor
Actors.unity
🚀Actors is a framework empowering developers to make better games faster on Unity.
Stars: ✭ 437 (-53.46%)
Mutual labels:  unity, unity-editor
Easybuttons
Add buttons to your inspector in Unity super easily with this simple attribute
Stars: ✭ 410 (-56.34%)
Mutual labels:  unity, unity-editor
Unitypausemenu
This is an open source Unity pause menu created for the game New Horizons, and it's completely free because of how a pause menu is a core component of a game, while the unity asset store was lacking in such an asset (until this was released on the asset store).
Stars: ✭ 160 (-82.96%)
Mutual labels:  unity, unity-editor
Nodegraphprocessor
Node graph editor framework focused on data processing using Unity UIElements and C# 4.6
Stars: ✭ 655 (-30.24%)
Mutual labels:  unity, unity-editor
Uiwidgets
UIWidget is a Unity Package which helps developers to create, debug and deploy efficient, cross-platform Apps.
Stars: ✭ 1,901 (+102.45%)
Mutual labels:  unity, unity-editor
Node Level Editor
Unity3d Editor tools to create rooms quickly.
Stars: ✭ 26 (-97.23%)
Mutual labels:  unity, unity-editor
Unity Bitmapfontimporter
An unity editor extension for bitmap font.
Stars: ✭ 139 (-85.2%)
Mutual labels:  unity, unity-editor
Gdk For Unity
SpatialOS GDK for Unity
Stars: ✭ 296 (-68.48%)
Mutual labels:  unity, unity-editor
Webviewhook
Exposed Unity Editor WebView API
Stars: ✭ 107 (-88.6%)
Mutual labels:  unity, unity-editor
Pb stl
STL import/export for Unity, supporting both ASCII and Binary.
Stars: ✭ 108 (-88.5%)
Mutual labels:  unity, unity-editor
Texture maker
A texture maker tool for unity.
Stars: ✭ 358 (-61.87%)
Mutual labels:  unity, unity-editor
Ugui Editor
Unity UGUI editor tools,improve the efficiency of ui development.
Stars: ✭ 479 (-48.99%)
Mutual labels:  unity, unity-editor

AutoLOD

Automatic LOD generation + scene optimization - Initial release was on January 12, 2018 via blogpost

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 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.

Experimental Status

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.

As with anything experimental/preview/alpha/beta, it is always a good idea to make a backup of your project before using.

Experimental means this:

  • Namespaces, classes, software architecture, prefabs, etc. can change at any point. If you are writing your own tools, then you might need to update them as these things change.
  • There won’t always be an upgrade path from one release to the next, so you might need to fix things manually, which leads to the next point...
  • Stuff can and will break (!)
  • There’s no guarantee that this project will move out of experimental status within any specific timeframe.
  • As such, there is no guarantee that this will remain an actively supported project.

Features

  • LOD generation on model import with sensible defaults
  • Project-wide and per-model LOD import settings
  • Asynchronous, pluggable LOD generation framework
  • Hierarchical LOD support via SceneLOD -> [watch a quick tutorial video]

Useful classes (for your own projects, too!)

Evaluating

Unity 2018.4 (LTS) or a later version is required

Install via package manager

  • Using the UI
    1. Follow the steps provided here.
    2. The Git URL to use is https://github.com/Unity-Technologies/AutoLOD.git
  • Manually through editing manifest.json
    1. Read the instructions from the official documentation here.
    2. Open up manifest.json inside the Packages directory in your Unity project using a text editor.
    3. Under the dependencies section of this file, you should add the following line at the top: "com.unity.autolod": "https://github.com/Unity-Technologies/AutoLOD.git",
    4. You should now see something like this:
    {
        "dependencies": {
            "com.unity.autolod": "https://github.com/Unity-Technologies/AutoLOD.git",
            "com.unity.ads": "2.0.8",
            "com.unity.analytics": "3.2.3",
            "com.unity.collab-proxy": "1.2.15",
            "...": "...",
        }
    }
    

Cloning locally to your project (requires git-lfs)

  1. Create a new Unity project or use an existing one
  2. From the command line change directory to your project's Packages directory.
  3. Run git lfs clone https://github.com/Unity-Technologies/AutoLOD

Project Settings

If you plan on making changes to AutoLOD and/or contributing back, then you'll need to set the Asset Serialization property under Edit->Project Settings->Editor to Force Text.

License

Unity Companion License (see LICENSE)

All contributions are subject to the Unity Contribution Agreement (UCA)

By making a pull request, you are confirming agreement to the terms and conditions of the UCA, including that your Contributions are your original creation and that you have complete right and authority to make your Contributions.

Initial Contributors

Amir Ebrahimi
Elliot Cuzzillo
Yuangguang Liao

Community Contributors

@Camarent, @LoneDev6, @marwie, @msellens, @redwyre

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].