Hello i have a pro A* pathfinding and i am trying to use texture for penalty.
red 50000 penalty. This image is placed in Resources and is readable. But no results after scan . My version 3.7.
I use just R channel
Hello i have a pro A* pathfinding and i am trying to use texture for penalty.
red 50000 penalty. This image is placed in Resources and is readable. But no results after scan . My version 3.7.
I use just R channel
Hi
How does the graph look if you enable ‘Show Graphs’ and set Inspector -> Settings -> Path Debug Mode = Penalty?
Hi
Your graph looks quite small, only maybe 6464 or something around that. However your texture looks like it is 512512. The graph will read the texture so that one pixel corresponds to one node, so I think you should either use a smaller texture with roughly the same size as your graph (in nodes) or paint only in the upper left 64*64 square of the texture.
Hello
My graph is 5050, well i need a texture 5050 pixels?
now its work! thx aron