Search Unity

Showcase ChatGPT in your game with Visual Scripting - Dynamic NPC conversations!

Discussion in 'Visual Scripting' started by CameronDWills, Feb 20, 2023.

  1. CameronDWills

    CameronDWills

    Joined:
    Feb 26, 2021
    Posts:
    91


    My second Visual Scripting asset just released in the asset store, and this one will let you integrate OpenAI (ChatGPT) directly into your Unity editor. It also provides you with some custom Visual Scripting implementation that'll let you use AI in your game itself.

    In this demo I show how I'm using it to chat with an AI powered NPC in game using visual scripting :)

    Download it here: https://prf.hn/l/GlR08zD

     
    Last edited: Feb 20, 2023
    Ignacii and ericb_unity like this.
  2. Ryiah

    Ryiah

    Joined:
    Oct 11, 2012
    Posts:
    21,175
    Just in case you're not aware ChatGPT and text-davinci-003 (aka GPT-3) are not the same thing.
     
    Last edited: Feb 20, 2023
    Ignacii likes this.
  3. CameronDWills

    CameronDWills

    Joined:
    Feb 26, 2021
    Posts:
    91
    Technically no, but very very similiar. In this use case almost indistinguishable, and in the case of my asset I'd say it's even better because you have the ability to customize all of the settings which you cant do with ChatGPT. But the responses are just about as good
     
    Last edited: Feb 20, 2023
    Teila and Ignacii like this.