Unity 開發(fā)向 ChatGPT、 StableDiffusion (AI)相關(guān)的項(xiàng)目、網(wǎng)站

重磅,Unity官方將在Unity引擎中內(nèi)置AI
https://create.unity.com/ai-beta

Unity + ChatDPT

  1. HybridCLR 群友作品,不說同質(zhì)化啥的貴在國語
    https://github.com/tylearymf/UniGPT
  1. ChatGPT integration with Unity Editor
    https://github.com/keijiro/AICommand
  1. A simple plugin that allows ChatGPT to be used inside Unity.
    https://github.com/NotionTheory/unity-chatGPT
    image.png
  1. ChatGPT-powered shader generator for Unity
    https://github.com/keijiro/AIShader
  1. 雙擊Unity編輯上的Error Log,通過chatgpt來排查(可用于策劃 測試 程序排查基本錯(cuò)誤,快速定位)
    https://github.com/Eerrly/ERIErrorAIAssistant

  2. 使用 ChatGPT 生成地形
    https://github.com/ttakala/AI-Experiments/tree/main/GPT4_UnityTerrain

  3. 在 Unity 中調(diào)用本地 InvokeAI(類似 statble diffusion)
    Simple Unity editor UI for calling InvokeAI (stable diffusion) web interface (locally)
    https://github.com/unitycoder/UnityInvokeAI

  4. https://github.com/NeogeneAI/Imaginator4Unity
    The AI texture/sprite generator package for Unity is an example of a package that uses machine learning to generate high-quality textures and sprites automatically.
    Unity AI紋理/精靈生成器示例,使用機(jī)器學(xué)習(xí)自動生成高質(zhì)量的紋理和精靈。

  1. A ChatGPT API wrapper for Unity
    https://github.com/GraesonB/ChatGPT-Wrapper-For-Unity
Editor Chat
  1. 使用多項(xiàng)技術(shù)實(shí)現(xiàn)虛擬且智能的自己。
    https://github.com/SethRobinson/GPTAvatar

    技術(shù)點(diǎn)

    小編點(diǎn)評:意欲制作自己的數(shù)字生命的可以從這里走出第一步

  2. 在 Unity 中使用做圖 AI ,Core ML Stable Diffusion on Unity
    https://github.com/keijiro/StableDiffusionPlugin

演示 unity 開發(fā)的程序 Runtime 代碼生成

https://www.youtube.com/watch?v=GTXB0Xn-SLM
https://www.youtube.com/watch?v=N4U23O_iqHc

IDE + ChatGPT

Cursor

gpt4.0 + Copilot + IDE
Write, edit, and chat about your code with GPT-4
in a new type of editor
https://www.cursor.so/

VS Code

  1. https://github.com/gencay/vscode-chatgpt
    An unofficial Visual Studio Code - OpenAI ChatGPT integration

  2. https://github.com/mpociot/chatgpt-vscode
    A VSCode extension that allows you to use ChatGPT

  3. https://github.com/barnesoir/chatgpt-vscode-plugin
    A VS code plugin for ChatGPT built by ChatGPT

  4. 在 VS code 中使用 Cursor ,沒錯(cuò),就是上面說到的 Cursor。
    https://github.com/Helixform/CodeCursor

VS (visual studio)

  1. https://github.com/adospace/chatgpt-vs-tool
    Visual Studio 2022 extension that let you ask help for your code to ChatGPT directly inside the IDE

  2. https://github.com/jeffdapaz/VisualChatGPTStudio
    Add chatGPT functionalities directly on Visual Studio

ChatFPT + 角色

  1. 使用chatGPT+unity+Azure+VRoid制作的簡單的AI女友(老婆)對話機(jī)器人的demo
    https://github.com/hankangwen/Unity-ChatGPT-AI-GrilFriend

  2. https://github.com/tori29umai0123/VRM_AI

  3. 證明 rpg 對話接入 AI 的小示例
    https://github.com/chiaohao/RPG-ChatGPT-Demo

  4. 一個(gè)聚合多個(gè)AI 平臺(計(jì)劃中)的Unity項(xiàng)目
    Unity C# API connections to StableDiffusion (Automatic1111 and Replicate.com), Dall-E, GPT-3, and possibly others in the future.
    https://github.com/JPhilipp/AIConnectors

  5. https://github.com/AkiKurisu/VirtualHuman-Unity
    VirtualHuman is a Unity Plugin to use LLM&&VITS easily

  6. 基于Unity,實(shí)現(xiàn)ChatGPT+UnityChan語音交互展示。
    https://github.com/haili1234/UnityAIWithChatGPT
    https://developer.unity.cn/projects/6447eaccedbc2a4d2163703e - 倉庫作者的項(xiàng)目簡介(教程)

小編點(diǎn)評:意欲制作數(shù)字伴侶的可以從這里走出第一步

  1. 基于Unity,實(shí)現(xiàn)ChatGPT+UnityChan語音交互展示。+1
    看樣子,倉庫作者為了完成這個(gè)工程做了很多鋪墊,他的GitHub 主頁很多倉庫都很有趣!
    https://github.com/AkiKurisu/UnityChanDesktop


    看看 Readme ,倉庫作者有提供下載測試地址和使用說明哦!

  2. 一個(gè)用于在Unity中開發(fā)聊天機(jī)器人的管線。A pipeline designed to create chat-bot in Unity.
    UniChat

流程 對話框
  1. Live2D 聊天虛擬人 ChatGPT+Azure+情緒識別+口型同步
    Virtual-Human-for-Chatting

  2. 使用unity實(shí)現(xiàn)AI聊天相關(guān)功能。
    目前這個(gè)庫包含了對chatgpt、chatglm等大語言模型的api調(diào)用的代碼實(shí)現(xiàn)以及實(shí)現(xiàn)了微軟Azure以及百度AI的語音服務(wù)功能,語音服務(wù)均采用web api實(shí)現(xiàn),支持Windows/WebGL/Android等平臺
    https://github.com/zhangliwei7758/unity-AI-Chat-Toolkit

為 Unity 準(zhǔn)備的非官方的 .Net ChatGPT API 庫

  1. https://github.com/mochi-neko/ChatGPT-API-unity

  2. https://github.com/RageAgainstThePixel/com.openai.unity

擴(kuò)展閱讀

  1. GF 群友友情提供的 AI 查詢網(wǎng) https://unitystart.com
  2. 4個(gè)令人驚艷的ChatGPT項(xiàng)目,開源了
  3. 網(wǎng)友整理的 AI 相關(guān)的應(yīng)用
  4. chatgpd注冊教程
  5. ChatGPT 賬戶管理入口
  6. Awesome ChatGPT Prompts - 如何寫 Prompt 使得 ChatGPT 更好用

更多內(nèi)容歡迎評論區(qū)投稿!

簡書 gif 不會動了?

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容