An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: navmeshsurface

llamacademy/ai-series-part-34

In this tutorial repository you will learn how to make a NavMeshAgent traverse a NavMesh without using SetDestination nor the mouse to click-to-move. We'll use the keyboard to move the NavMeshAgent along the NavMesh instead, apply a configurable smoothing to the inputs so the agent doesn't abruptly swap directions and rotations.

Language: C# - Size: 4.76 MB - Last synced at: 4 days ago - Pushed at: almost 3 years ago - Stars: 7 - Forks: 1

llamacademy/ai-series-part-28

In this tutorial repository you will see how you can use moving platforms with the Unity Navigation System.

Language: ShaderLab - Size: 2.36 MB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 2

llamacademy/ai-series-part-26

In this tutorial repository you will learn how to select units with either a click. shift+click (to add/remove), and click+drag to bulk select units utilizing a singleton SelectionManager with automatically registering SelectableUnits that can have their path set with a right click of the mouse.

Language: ShaderLab - Size: 2.22 MB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 2

llamacademy/ai-series-part-12

Project for the AI Series Part 12 where I go over how to choose the closest target to a particular NavMeshAgent based on the distance the NavMeshAgent would travel to get to the other target.

Language: ShaderLab - Size: 1.83 MB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 1

llamacademy/ai-series-part-1

Full project of the end state of the AI Series Part 1 video

Language: ShaderLab - Size: 3.34 MB - Last synced at: 4 days ago - Pushed at: about 4 years ago - Stars: 10 - Forks: 3

llamacademy/bullet-trails

In this tutorial you will learn how to create trails on bullets using a TrailRenderer that can be configured on a bullet-prefab level

Language: ShaderLab - Size: 30.9 MB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 2

llamacademy/ai-series-part-10

Full project of the end state of the AI Series Part 10 video where we implement a flying enemy!

Language: ShaderLab - Size: 31.4 MB - Last synced at: 4 days ago - Pushed at: about 4 years ago - Stars: 6 - Forks: 1

SharlatanY/NavMeshSurface2DBaker

NavMeshSurface2DBaker is a Unity Package that provides functionality to bake 2D colliders into NavMeshSurface components.

Language: C# - Size: 505 KB - Last synced at: 6 months ago - Pushed at: about 4 years ago - Stars: 45 - Forks: 10

llamacademy/ai-series-part-29

Learn how to make NavMeshAgents find valid cover spots from another target object.

Language: ShaderLab - Size: 2.36 MB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 6

llamacademy/ai-series-part-30

In this tutorial repository you will learn how to make NavMeshes with Moving and Rotating Platforms that are traversable by NavMeshAgents. This is officially unsupported and comes with some limitations on how it can work.

Language: ShaderLab - Size: 2.36 MB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 1

llamacademy/ai-series-part-17

In this tutorial repository I show how to upgrade the AgentLinkMover script provided by Unity in the NavMesh Components repository to allow configuring Agent Move Method per NavMesh Area Type

Language: C# - Size: 33.9 MB - Last synced at: 4 days ago - Pushed at: almost 4 years ago - Stars: 6 - Forks: 1

llamacademy/ai-series-part-24

Tutorial repository for AI Series Part 24, which is the 4th and final part of a sub-series to implement enemy skills and abilities. In this repository we have extended the foundation from part 21, 22, and 23 to implement a new instant-cast ability - poison gas

Language: C# - Size: 37.6 MB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 3

alienobserver/Car-Chase

Car Chase: Unity 3d Game

Language: C# - Size: 882 MB - Last synced at: about 12 hours ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 1

llamacademy/ai-series-part-7

Full project of the end state of the AI Series Part 7 video where we add the ability to have Ranged enemies shoot projectiles with Rigidbody physics

Language: ShaderLab - Size: 31 MB - Last synced at: 4 days ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

llamacademy/ai-series-part-36

In this tutorial repository you will learn how to construct doors that NavMeshAgents will open when they come nearby.

Language: ShaderLab - Size: 2.99 MB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 1

llamacademy/ai-series-part-33

Learn how to combine NavMeshObstacles and NavMeshAgents on the same GameObject for NavMeshAgents that can carve the NavMesh when stationary. Moving NavMeshAgents cannot carve the NavMesh.

Language: ShaderLab - Size: 2.9 MB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 1

llamacademy/ai-series-part-19

Tutorial repo for AI Series Part 19, where you will learn how to do round-based spawning and scaling up enemies per round.

Language: C# - Size: 37.8 MB - Last synced at: 4 days ago - Pushed at: almost 4 years ago - Stars: 9 - Forks: 1

llamacademy/ai-series-part-31

learn how to show a path to a specific target without using a NavMeshAgent. We'll calculate the path on a NavMesh from the player's current location (controlled via a Third Person Controller) to the target location, and show that with a LineRenderer. The path calculation has a few knobs to turn, how high above the NavMesh to draw the line and how frequently to recalculate the path.

Language: C# - Size: 31.6 MB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 2

llamacademy/ai-series-part-6

Full project of the end state of the AI Series Part 6 video where we add Attacking to NavMeshAgents

Language: ShaderLab - Size: 2.81 MB - Last synced at: 4 days ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 2

llamacademy/ai-series-part-8

Full project of the end state of the AI Series Part 8 video where we dive deeper into bullet mechanics by adding homing bullets and noise to the path they take

Language: ShaderLab - Size: 30.9 MB - Last synced at: 4 days ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 2

llamacademy/ai-series-part-15

Project for the AI Series Part 15 tutorial where we spawn NavMeshAgents at runtime on a Procedurally baked NavMesh that is baked only around the player in a large or procedurally generated world.

Language: C# - Size: 31 MB - Last synced at: 4 days ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 1

llamacademy/ai-series-part-16

Project for the AI Series Part 16 tutorial where we link Pre-Baked NavMeshes on additively-loaded scenes. This is a common need when you have non-procedural worlds that are statically created, but you want to have a seamless experience as the player moves from one chapter to another that you've constructed via different scenes

Language: C# - Size: 37.6 MB - Last synced at: 4 days ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 1

llamacademy/ai-series-part-23

Tutorial repository for AI Series Part 23, which is Part 3 of a sub-series to implement enemy skills and abilities. In this repository we have extended the foundation from part 21 and 22 and implemented a new instant-cast ability - ice lance

Language: C# - Size: 255 MB - Last synced at: 4 days ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 1

llamacademy/ai-series-part-21

Tutorial repository for AI Series Part 21, which is Part 1 of a sub-series to implement enemy skills and abilities. In this repository we have the foundation for how to implement skills via ScriptableObjects and a single ability - a jump attack

Language: C# - Size: 37.8 MB - Last synced at: 4 days ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 1

llamacademy/ai-series-part-18

Project for the AI Series Part 18 tutorial that demonstrates how to burst spawn enemies, leveraging our existing EnemySpawner .

Language: C# - Size: 38 MB - Last synced at: 4 days ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 2

llamacademy/ai-series-part-22

Tutorial repository for AI Series Part 22, which is Part 2 of a sub-series to implement enemy skills and abilities. In this repository we have extended the foundation from part 21 and implemented a new channeled ability - fire breath

Language: C# - Size: 40.1 MB - Last synced at: 4 days ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 1

llamacademy/ai-series-part-20

This tutorial repository is the end state of the AI Series Part 20 - Weighted Random Spawning video where we implement a new spawn method and define these spawn configurations in ScriptableObjects.

Language: C# - Size: 37.9 MB - Last synced at: 4 days ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 2

llamacademy/ai-series-part-14.5

Project used in the AI Series Part 14.5 Unity Tutorial where I show how to approach optimizing code, using our runtime navmesh generation as the optimization target

Language: C# - Size: 33.1 MB - Last synced at: 4 days ago - Pushed at: almost 4 years ago - Stars: 9 - Forks: 2

llamacademy/ai-series-part-14

Project corresponding to AI Series Part 14 where we implement Baking NavMesh at Runtime around the Player, instead of baking on the entire scene

Language: C# - Size: 33 MB - Last synced at: 4 days ago - Pushed at: almost 4 years ago - Stars: 9 - Forks: 5

llamacademy/ai-series-part-4

Full project of the end state of the AI Series Part 4 video where we spawn NavMeshAgents at runtime

Language: ShaderLab - Size: 2.32 MB - Last synced at: 4 days ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 2

llamacademy/ai-series-part-27

In this tutorial repository you will learn how to make NavMeshAgents surround a target instead of blindly chasing to the center point of their target at a customizable radius.

Language: ShaderLab - Size: 2.22 MB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 15 - Forks: 2

llamacademy/ai-series-part-37

In this tutorial repository and accompanying video you will learn how to make your NavMeshAgents break down obstacles that block their path. The agents will consider if a particular path is worth going through by breaking down the obstructions or if pathing around them is more worthwhile.

Language: ShaderLab - Size: 2.92 MB - Last synced at: 4 days ago - Pushed at: about 3 years ago - Stars: 5 - Forks: 1

llamacademy/ai-series-part-9

Full project of the end state of the AI Series Part 9 video where we dive deeper into ScriptableObjects and change to a Data-Oriented Design from our prefab-focused design.

Language: ShaderLab - Size: 3.47 MB - Last synced at: 4 days ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 1

llamacademy/ai-series-part-2

Full project of the end state of the AI Series Part 2 video where we've add jumping with NavMeshLinks

Language: ShaderLab - Size: 2.14 MB - Last synced at: 4 days ago - Pushed at: about 4 years ago - Stars: 6 - Forks: 1

llamacademy/ai-series-part-11

Project for the tutorial on how to implement basic finite state machines for your AI in Unity.

Language: ShaderLab - Size: 31.3 MB - Last synced at: 4 days ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

llamacademy/ai-series-part-3

Full project of the end state of the AI Series Part 3 video where we add basic animations to our NavMeshAgents

Language: ShaderLab - Size: 2.18 MB - Last synced at: 4 days ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 2

llamacademy/ai-series-part-5

Full project of the end state of the AI Series Part 5 video where we configure the NavMeshAgents with ScriptableObjects

Language: ShaderLab - Size: 30 MB - Last synced at: 4 days ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

llamacademy/ai-series-part-13

Project used in the AI Series Part 13 Unity Tutorial

Language: ShaderLab - Size: 32.3 MB - Last synced at: 4 days ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 1

llamacademy/ai-series-part-25

In this tutorial repository, I demonstrate how NavMeshModifiers and NavMeshModifierVolumes work with Cost Modifiers to control NavMeshAgent pathing. I also implement a simple script to slow down NavMeshAgents when they enter a more costly zone.

Language: ShaderLab - Size: 2.87 MB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

SharlatanY/ST2U2DNavMeshImporter

ST2U2DNavMeshImporter is a Unity Package that provides a custom importer to automatically setting up 2D Navmeshes (Using NavMeshSurface2DBaker) when importing "Tiled" tilempas through SuperTiled2Unity.

Language: C# - Size: 3.76 MB - Last synced at: 3 days ago - Pushed at: about 6 years ago - Stars: 11 - Forks: 2

yagizayer/Temple-Of-Artemis

A game about history of Temple of Artemis

Language: C# - Size: 525 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0