EvaluatedApplications.Tracer 1.1.0

dotnet add package EvaluatedApplications.Tracer --version 1.1.0
                    
NuGet\Install-Package EvaluatedApplications.Tracer -Version 1.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EvaluatedApplications.Tracer" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EvaluatedApplications.Tracer" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="EvaluatedApplications.Tracer" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EvaluatedApplications.Tracer --version 1.1.0
                    
#r "nuget: EvaluatedApplications.Tracer, 1.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package EvaluatedApplications.Tracer@1.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EvaluatedApplications.Tracer&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=EvaluatedApplications.Tracer&version=1.1.0
                    
Install as a Cake Tool

Tracer

Fast pathfinding and game-AI for .NET: navmesh pathfinding, multi-agent movement, dynamic obstacles, line-of-sight and fog-of-war, influence maps, and tactical behaviors. Built on the EvalApp pipeline runtime, so every stage is resource-gated and adaptively tuned.

Highlights

  • Navmesh pathfinding — bake a navmesh and run A* single-agent queries with path smoothing.
  • Multi-agent movement — schedule many agents per tick with conflict resolution and flow fields.
  • Dynamic obstacles — patch and re-bake affected navmesh tiles at runtime.
  • Perception — line-of-sight and fog-of-war.
  • Tactical AI — influence maps, congestion / flow-lanes, engagement tactics, and emergent encirclement (SurroundingMode).

Everything's included

The whole SDK is here: single-agent pathfinding, navmesh baking, steering behaviors, LOS / fog-of-war, dynamic obstacles, multi-agent movement, every scheduling mode, and the full tactical AI layer — all running in parallel with the adaptive tuner on. Nothing is held back behind a tier.

License

Proprietary — this package ships the compiled library only; source is not distributed. Every capability in it is free to use; a license key is reserved for future advanced features (none are gated today). See LICENSE. Copyright (c) 2026 Dongyang Stephen Chen, trading as Evaluated Applications. All rights reserved.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0 110 8/9/2026
1.0.1 102 7/29/2026
1.0.0 102 7/25/2026