Git Product home page Git Product logo

Comments (7)

Robmaister avatar Robmaister commented on August 14, 2024

So there are several compile configurations for various engines that use the engine's Vector3 implementation. I've been meaning to add one for Unity, I'll do that in a little while.

But since the standalone configuration should work in any trust level, including restricted ones like within browsers, I'll remove the offending code.

from sharpnav.

Robmaister avatar Robmaister commented on August 14, 2024

So I added a Unity3D target. It's horribly broken right now since Unity prefers camelCase over PascalCase, so just keep using the Standalone target. I'll mull over different ways of fixing it.

from sharpnav.

Robmaister avatar Robmaister commented on August 14, 2024

Update: removed the Unity3D target. There are already a lot of pathfinding libraries available (including the built-in one) and supporting the different casing of Unity3D's vectors will either be a pain in the ass or inefficient.

I may revisit this in the future if there's enough demand or a good reason why there should be another pathfinding solution for Unity.

from sharpnav.

SetoKaiba avatar SetoKaiba commented on August 14, 2024

There should be one because the built-in is without the support of runtime navmesh generation..

from sharpnav.

Robmaister avatar Robmaister commented on August 14, 2024

The Standalone version will work with Unity, you'll just have to convert SharpNav.Geometry.Vector3 into UnityEngine.Vector3.

from sharpnav.

cr4yz avatar cr4yz commented on August 14, 2024

Is it possible to build SharpNav targeting .NET 3.5 for use in Unity?

from sharpnav.

Robmaister avatar Robmaister commented on August 14, 2024

I don't thing there's anything in particular preventing that from working. If I'm using some newer API that prevents it from compiling against .NET 3.5, let me know (in a separate issue) and I'll make it work.

from sharpnav.

Related Issues (20)

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.