Skip to main content
grammar, removed self deprecation
Source Link
Gnemlock
  • 5.3k
  • 5
  • 30
  • 60

using trees in game developpement unity Does Unity support tree data structures?

the question seems stupid but i'mI'm really confused. Is Is it possible to use trees( like binary trees ,dataor data structures ...) in a game Unity? because 

I need to introduce artificial intelligence ininto my game, and use the A* algoalgorithm.

using trees in game developpement unity

the question seems stupid but i'm really confused. Is it possible to use trees( like binary trees ,data structures ...) in a game ? because I need to introduce artificial intelligence in my game and use A* algo.

Does Unity support tree data structures?

I'm really confused. Is it possible to use trees like binary trees or data structures in Unity? 

I need to introduce artificial intelligence into my game, and use the A* algorithm.

Source Link
Jihen007
  • 21
  • 1
  • 3

using trees in game developpement unity

the question seems stupid but i'm really confused. Is it possible to use trees( like binary trees ,data structures ...) in a game ? because I need to introduce artificial intelligence in my game and use A* algo.