Easy AI Chat Integration
ThangChiba
$0.0
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
07/11(2023) |
0.0 |
11/08(2024) |
0.0 |
Jump AssetStore
Quick integration AI Chat to your game.The Unity AI Chat Integration package is a powerful tool for game developers to add an AI chatbot to their games. This package allows developers to easily teach the AI new things and define how it responds to player input. It also includes features such as local data storage, multiple characters and models, memorization, modifiable answers, detection around, and more. The package is designed to be easily extensible for future updates and improvements.*Video tutorial :Vietnamese : https://youtu.be/Ft_0Z7u_8NkJapanese : https://youtube.com/English : https://youtu.be/y6t-QHnXxWQ*Github : https://github.com/thangchiba/Unity-ChatGPT*TextTutorial: https://thangchiba.notion.site/Unity-AIChat-Integration...- Teachable AI: You can easily teach the AI new things by providing it with examples of how to respond to certain inputs, or you can define how to answer the player.- Local data storage: Your conversations with the AI are stored locally (in ScriptableObject).- Multiple characters: Helps you set up multiple ways to answer the player. Each NPC has another way to answer questions.- Multiple models: Currently supports GPT3.5 Turbo and GPT4 models.- Memorization: The AI can remember what was said before.- Streamable: Answers from the AI can be received and shown as soon as possible. You don't need to wait until the response is complete to receive it.- Modifiable answers: You can set the maximum response length and randomize it.- Detection around: You can set up when a player is near an NPC with an AI setting, the player can ask them and receive an answer.- Extensible: I write the code using some design pattern for extension in the future. Maybe I will let this become a full-featured chatbot for games.- Bark: Players and NPCs show chat content above their heads.- Scrollable GUI: The GUI is scrollable.