GithubHelp home page GithubHelp logo

hengle / unitynavmeshfromcolliders Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mrgarcialuigi/navmesh-from-colliders

0.0 1.0 0.0 2.1 MB

Tool that prepares the scene for Unity NaveMesh baking using colliders instead of mesh renderers.

C# 100.00%

unitynavmeshfromcolliders's Introduction

UnityNavMeshFromColliders

The Unity's NavMesh System is used to move objects in the game environment using pathfinding. This object is an agent, and it needs information to recognize the world it is supposed to walk on. This information is achieved by baking your scene, generating a "blue" geometric mesh representing the walkable area of your environment.

But analyzing the Unity's Navmesh bake process, it actually generates the navmesh based on renderers, not in colliders.

This too will help preparing your scene for the NavMesh baking process. As we know, the Unity's bake process is based on renderers, with that information, the tool creates temporary objects with mesh renderers generated from the original object's collider.

unitynavmeshfromcolliders's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.