Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Joobleboo

5
Posts
1
Topics
A member registered May 12, 2023

Recent community posts

I thought I'd manage to make sense of the code馃ぃI can't because I've never seen a single line of C before馃槵from looking into it, I don't know what the nodes would be for my algorithm? Would I use a tilemap or would soemthing else be better to use? 

I think it'd help seeing your code if you wouldn't mind. I think the bulk of my problem comes from working with the unity tilemap, how do I access neighbouring nodes from a script?

I understand the algorithm and the theory but it is the use of a tielmap that gets me, I'm not sure how I'd apply a cost to each tile and how to access the tiles in a script 

My teacher isnt allowed to help, Im having trouble with where to start with the algorithm, with regards to connecting nodes and how to identify each node and their cost.

I am starting a school project and need to make use of the A* pathfinding alg in unity. I have to code it manually and do not know where to start, does anyone have any help or advice??