Skip to content

this tool is a GPT Code completion and Text to Game development Tool For Unity... this is a fork i made so that i could create a c++ version for unreal engine found on my discord Below : https://discord.com/channels/1012230345074151434/1013500009636958281/1092778840474009691

License

Notifications You must be signed in to change notification settings

gamedev44/GPT-4-UNITY-Beta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPT for Unity

out

This is a proof-of-concept integration of ChatGPT into Unity Editor. You can control the Editor using natural language prompts.

How to try it

You have to generate an API key to use the ChatGPT API. Please generate it on your account page and set it on the Project Settings page (Edit > Project Settings > AI Command > API Key).

CAUTION - The API key is stored in UserSettings/AICommandSettings.asset. You must exclude the directory when sharing your project with others.

You can open the AI Command window from Window > AI Command.

System requirements

Unity 2022.2 or later

Frequently asked questions

Is it practical?

Definitely no! I created this proof-of-concept and proved that it doesn't work yet. It works nicely in some cases and fails very poorly in others. I got several ideas from those successes and failures, which is this project's main aim.

Can I install this to my project?

This is just a proof-of-concept project, so there is no standard way to install it in other projects. If you want to try it with your project anyway, you can simply copy the Assets/Editor directory to your project.

AICommandWindow throws NullReferenceException

Probably your OpenAI trial period has expired. Please check your billing status. See AIShader issue #1 for details.

I pressed the "Run" button, resulting in compilation errors.

In many cases, ChatGPT fails to implement your command correctly. You might get the correct one by repeatedly pressing the "Run" button.

(That's why I think this is far from finished and needs the support of companies like Nvidia with there Omniverse Create app and it will likely require another Company like Opus Ai to piece it all together the tech is there we just need to combine and implement it etc etc...)

nvidia omni text to 3d room generation tool presentation of this technology-

https://www.youtube.com/watch?v=mFazJsjUUSo

opus.ai text based Generative AI Game Engine Model for Making entire Games Using Only Text.

Update v3 Demo : https://www.youtube.com/watch?v=unjjVhgzAtI

About

this tool is a GPT Code completion and Text to Game development Tool For Unity... this is a fork i made so that i could create a c++ version for unreal engine found on my discord Below : https://discord.com/channels/1012230345074151434/1013500009636958281/1092778840474009691

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages