Overview
The Function Calling For Unity Framework is a simple yet powerful tool that integrates OpenAI into Unity games.
Last updated
The Function Calling For Unity Framework is a simple yet powerful tool that integrates OpenAI into Unity games.
Last updated
It allows you to call functions within your game using AI decision-making, providing flexibility and adaptability to your game mechanics.
The framework utilizes attributes Tool
and Parameter
to define tools and parameters for methods in your Unity scripts. These attributes provide essential information to the AI, enabling it to make informed decisions about which action to take and which method/function to call, and passing in the values of each parameter within the Unity game.