Isometric - Best approach to learn and create a game

This page summarizes the projects mentioned and recommended in the original post on /r/gamedev

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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.

  • You'll need some way to move the character, and I think using a navmesh is your best option. But character movement is quite different between the games you listed. Llamacademy has some of the best tutorials for using the navmesh, even if the intro is a little corny. Fallout and Diablo use click to move, but Hades uses directional movement.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Navmesh and advanced movement.

    1 project | /r/Unity3D | 2 Sep 2022
  • Make your NavMeshAgents Move Along Bezier Curved Paths | AI Series Part 35 | Full Tutorial in Comments

    1 project | /r/Unity3D | 5 Jan 2022
  • NavMeshAgent Movement with a Keyboard instead of Click-To-Move - Incrementally Move Agents with No Destination, Still Limiting Them to the NavMesh | Full Unity Tutorial in Post

    1 project | /r/gamedev | 23 Dec 2021
  • Pathfinding code help

    1 project | /r/Unity3D | 30 Jul 2022
  • Show Path to a Target With Third or First Person Controller Using a NavMesh To Calculate the Path and LineRenderer to Show the Path | AI Series Part 31

    1 project | /r/unity_tutorials | 12 Oct 2021