Unity NPC's with ChatGPT!

preview_player
Показать описание
A showcase of a project that implements ChatGPT in Unity to create custom in game characters.

Рекомендации по теме
Комментарии
Автор

A subtle yet truly incredible step for video games.

dragonbot
Автор

Really excellent demo! Something you may consider adding is a way for the AI to pull data from a database in order to educate your NPC’s about specific things in your game world without having a book written in your prompt. Ill be messing around with this a lot

Jonj
Автор

Great video and content. If you're interested, Semantic Kernel would be the go-to C# way to integrate with OpenAI models. :)

reidgwn
Автор

If you could do a sequel to this demo that uses other ai that is text to speech to sound like real voices that would be sick.

randomsomethings
Автор

i tried running it but i can't seem to move the character, (i just modified the player movement script to be network enabled using netcode)

knightitalic
Автор

How can I add personal gpt ai in unity

malangriders
Автор

I've tried using it but it was impossible. It's like the API code doesn't work. Do you have any idea of why is this happening?

firulaisdg
Автор

Any ideas on how to give NPCs the knowledge on the state of the world so it can be updated based on player's actions? Also how to robustly allow the NPCs to change the state of the world? (i.e. give you a functional quest, or edit your inventory, or change what other NPCs are doing...). The keyword idea seems neat but from my experience with ChatGPT, it doesn't really sound too robust (ChatGPT often just ignores your explicit commands and just does whatever it feels like).

bzqp