# Unity Visual Scripting

Unity Visual Scripting is a powerful feature that allows you to create game logic without writing code, using a node-based graphical interface. With this section, developers can design and implement complex scripts in an intuitive and visual way by dragging and connecting nodes that represent actions, events, and variables.

This solution is perfect for those without programming experience, as well as for experienced developers who want to speed up prototyping or simplify code in complex scenarios. With Unity Visual Scripting, you can create interactions, character behaviors, game logic, and much more—all without writing a single line of code, making the development process accessible to a broader audience.

In this section, you will find objects containing the necessary scripts to use variables and the graph.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.overthereality.ai/over-sdk-manual/sdk-window/unity-visual-scripting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
