Inteligência Artificial
Como IA funciona no mundo do nanos
caution
🚧 Esta página está em construção.
Every Character spawned without a Player possessing it will automatically be possessed by an AI Controller. O que significa que você pode usar métodos de personagem como :MoveTo()
e :LookAt()
.
In nanos world, AI as well as Physics are things distributed through Clients to be calculated and shared with the other Players (please refer to Network Authority), which means the AI will only work if there is a Player connected to the server.
info
Se você inserir um NPC para :MoveTo()
em algum lugar e não há jogador conectado, ele só começará a andar quando um jogador entrar no servidor.
Navigation Mesh
Para conseguir NPCs para descobrir o caminho para andar, o mapa precisará ter um NavMesh configurado.