Significant-Gravitas / Auto-GPT-Plugins

Plugins for Auto-GPT
MIT License
3.9k stars 568 forks source link

Unity Plugin #17

Open Catley94 opened 1 year ago

Catley94 commented 1 year ago

Duplicates

Summary 💡

End goal: Ask AutoGPT to take control of an application such as Unity to build the scene and set it up ready for code.

Examples 🌈

Tasks: "Set up the scene for a standard 2D platform game" {

Create Rectangle Set Width to width of screen Set Height to 20% of height Move to bottom of screen Create Circle (as main character) Move to sitting just on top of Rectangle. etc. etc. }

The control would be localised to Unity application and no other, and each step would still pause to ask for permission.

Motivation 🔦

This hasn't affected me in anyway, I just remember hearing that this could automate the computer with specific tasks, and I haven't found that feature yet, so curious to see if I have missed something, or if this could be a feature in the future to implement (which I would be happy to contribute to after I learn a bit of python, one language that I've not had much exp in).

fractalis commented 1 year ago

I saw this and was examining possible integrations with Unity. Does anyone know if the Python For Unity module, as outlined here, https://docs.unity3d.com/Packages/com.unity.scripting.python@2.0, could be used for this integration?