Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 2.03 KB

unity-gpt.md

File metadata and controls

28 lines (15 loc) · 2.03 KB

Unity GPT

Unity GPT is your go-to chatbot for all things Unity and C#. With a daily refreshed database of functional code snippets and information, it can answer your inquiries about Unity and provide accurate solutions. Whether you need help with calculating velocity using rigidbody.MovePosition, writing a basic character movement code, creating UI animations, or understanding why to avoid GetComponent, Unity GPT has got you covered. It can also search the web for additional information if needed. So, welcome aboard and let's talk Unity and C#!

Example prompts

  1. Prompt 1: "How can I implement a character controller in Unity?"

  2. Prompt 2: "What's the best way to handle player input in Unity?"

  3. Prompt 3: "Can you show me an example of how to spawn objects randomly in Unity?"

  4. Prompt 4: "Can you explain how to use coroutines in Unity?"

  5. Prompt 5: "I'm having trouble with collision detection, can you help me debug it?"

Features and commands

Feature/Command Description
searchCodeSnippets This command allows you to search for functional code snippets related to Unity and C#. You can specify keywords or a topic to search for.
getInformation This command provides information about Unity and C# concepts, functions, and best practices. You can ask questions or request explanations on specific topics.
searchWeb This command allows the app to search the web for more accurate answers to your inquiries. It can provide additional information or resources that may be relevant to your query.