I'm planning to make a game similar to terraria and I like how NPC's in terraria just walking around left to right... I've already search through different sources and AI always follow the same fix path no jumping whatsoever. I just have one question, how do you make AI walk around randomly and be able to detect blocks right in front of it so it can jump if it needs to? sorry for bad English btw I already sub to your channel 😁
That sounds pretty cool! I would look into a* pathfinding, and write a little bit of ai logic that uses the information you get from the a* to check edge detection, fall distance, etc.
That blackhole is so sick 3:45
I love gambling
dude the progress is inane!! i love the look of all the spells you showed off they looked so awesome!!
Haha nice! I love gambling so this is great
hey can you put the full unity project for download ?
I'm planning to make a game similar to terraria and I like how NPC's in terraria just walking around left to right... I've already search through different sources and AI always follow the same fix path no jumping whatsoever. I just have one question, how do you make AI walk around randomly and be able to detect blocks right in front of it so it can jump if it needs to? sorry for bad English btw I already sub to your channel 😁
That sounds pretty cool! I would look into a* pathfinding, and write a little bit of ai logic that uses the information you get from the a* to check edge detection, fall distance, etc.
how much pixel por unit is your art?
Thanks for watching! I use 32, as all my sprites are created based on the scale of the player, which is 32x32. :)